- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Linux to HP-UX remsh tar backup
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 05:37 AM
06-11-2003 05:37 AM
Linux to HP-UX remsh tar backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 05:43 AM
06-11-2003 05:43 AM
Re: Linux to HP-UX remsh tar backup
To verify I would telnet to the HPUX box from Linux and do a who -m -R and see what the HP box thinks your machine name/IP address is. Then confirm that it is in the root's .rhosts exactly the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 06:12 AM
06-11-2003 06:12 AM
Re: Linux to HP-UX remsh tar backup
Also try FQDN or IP address instead of alias host names.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 06:27 AM
06-11-2003 06:27 AM
Re: Linux to HP-UX remsh tar backup
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 06:41 AM
06-11-2003 06:41 AM
Re: Linux to HP-UX remsh tar backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 07:14 AM
06-11-2003 07:14 AM
Re: Linux to HP-UX remsh tar backup
Are you able to rlogin from HP to Linux machine. Just try whatever the other way you have said previously. Try doing a ls on Linux box from the hpux through remsh.
Check /var/log/messages for any indications.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 11:10 AM
06-11-2003 11:10 AM
Re: Linux to HP-UX remsh tar backup
hosts: file dns
It worked when I reversed the order or changed the line to read:
hosts: files [SUCCESS=return NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns
This is mentioned in the nsswitch.conf man page in reference to the default actions of executables compiled with various libraries. Not being a C programmer, I can't answer for how nslookup is compiled.