- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux to HP-UX remsh 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:21 AM
06-11-2003 05:21 AM
Linux to HP-UX remsh backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 06:14 AM
06-11-2003 06:14 AM
Re: Linux to HP-UX remsh backup
nslookup xx.yy.zz.xx ?
Regards,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 08:19 AM
06-11-2003 08:19 AM
Re: Linux to HP-UX remsh backup
Then if there is a reallignment of your network names or your DNS server goes down this process will still work.
Openssh and Secure Shell(HP-UX) is a much more secure way to accomplish the same thing without the vulnerabilities involved in your current process.
I'm attaching a doc on password free public key exchange that works on both platforms(I tested it).
SEP
Thanks again to Chris Vail
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 11:47 AM
06-11-2003 11:47 AM
Re: Linux to HP-UX remsh backup
You can disable this by specifying the -s option for remshd in /etc/inetd.conf
shell stream tcp nowait root /usr/lbin/remshd remshd -s
(providing you have current patches applied for the r-cmds; the unpatched version of 11.0 does not have this option)
If you have control over DNS, then you could add reverse look-up records for your Linux machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 06:06 PM
06-19-2003 06:06 PM
Re: Linux to HP-UX remsh backup
I found that in some boxes you have to put the FQDN of the linux box in the .rhosts file. NOt sure why that happens, been over lots of config issues.
anyway, the fasted way to get remsh to work,
is
create a dot r hosts file on the remote machine and add the line
save the file, chmod 400 .rhosts
done,
peace
Donny