- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remsh/rsh prblm
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
03-19-2002 12:03 AM
03-19-2002 12:03 AM
remsh/rsh prblm
I am doing rsh to a hpux machine from a solaris machine.Now i have tried giveing
solaris#rsh hpux --> hpux is the hostname of my hp machine and solaris is the hostname of my solaris machine
it works !!!.But when i give
solaris#rsh hpux uptime
it does not give any o/p ...it just comes out to a hash prompt.
anbody has any clue...??
note: this command wrks on my other hp machine only this machine hostname :hpux is having prblm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:09 AM
03-19-2002 12:09 AM
Re: remsh/rsh prblm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:19 AM
03-19-2002 12:19 AM
Re: remsh/rsh prblm
does uptime give the correct output when logged directly into the hpux server ?
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:19 AM
03-19-2002 12:19 AM
Re: remsh/rsh prblm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:22 AM
03-19-2002 12:22 AM
Re: remsh/rsh prblm
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:25 AM
03-19-2002 12:25 AM
Re: remsh/rsh prblm
can you remote login using rlogin if not I bet you dont have an entry for .rhosts or the IP is not getting translated properly.
good luck
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:32 AM
03-19-2002 12:32 AM
Re: remsh/rsh prblm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:33 AM
03-19-2002 12:33 AM
Re: remsh/rsh prblm
You need to make sure that you have a valid '/rhosts' file for the user that you are using. If you don't this could be an expected result. Can you 'rlogin' to this server without using a password?
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:39 AM
03-19-2002 12:39 AM
Re: remsh/rsh prblm
Hope this helps.
Kenny.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:39 AM
03-19-2002 12:39 AM
Re: remsh/rsh prblm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:43 AM
03-19-2002 12:43 AM
Re: remsh/rsh prblm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:50 AM
03-19-2002 12:50 AM
Re: remsh/rsh prblm
can you try reversing the process and remsh from hpux to solaris
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:58 AM
03-19-2002 12:58 AM
Re: remsh/rsh prblm
can you check the output from this command
resh solaris . .profile 2>&1 \; uptime
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:58 AM
03-19-2002 12:58 AM
Re: remsh/rsh prblm
from my hpux machine .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:03 AM
03-19-2002 01:03 AM
Re: remsh/rsh prblm
there is no .profile on in my solaris machine under / instead there is a .dtprofile.But i tried with hpux#remsh solaris ls ...it wrks fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:04 AM
03-19-2002 01:04 AM
Re: remsh/rsh prblm
have you checked the status of the remsh command after executing
print $?
if it returns 2 then it failed to setup the secondary socket connection.
if it returns 1 then it failed in another manner.
if it returns 1 , scary it says it worked fine.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:14 AM
03-19-2002 01:14 AM
Re: remsh/rsh prblm
copy /etc/skel/.profile to / on hpux.
try remsh again
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:16 AM
03-19-2002 01:16 AM
Re: remsh/rsh prblm
solaris#rsh hpux ls; echo $?
1
solaris#
its gives 1 as the o/p.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:18 AM
03-19-2002 01:18 AM
Re: remsh/rsh prblm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:23 AM
03-19-2002 01:23 AM
Re: remsh/rsh prblm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:38 AM
03-19-2002 01:38 AM
Re: remsh/rsh prblm
we need to try to capture stderr , pleas try this
remsh hpux uptime >/tmp/testfile1 2>/tmp/testfile.err
cat /tmp/testfile1
cat /tmp/testfile.err
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:45 AM
03-19-2002 01:45 AM
Re: remsh/rsh prblm
I have an old sparc I am booting now to test with , please confirm o/s versions for both servers.
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 02:12 AM
03-19-2002 02:12 AM
Re: remsh/rsh prblm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 02:18 AM
03-19-2002 02:18 AM
Re: remsh/rsh prblm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 02:23 AM
03-19-2002 02:23 AM
Re: remsh/rsh prblm
im stuck now I have a sparc with 2.7 and HP with 11.00 and I appreciate its unlikely to do with versions I simply wanted to try to replicate at my end for testing. Its really not possible to test when I cant replicate but I shall keep trying.
The .profile was a red herring I played with it and it made no difference.
I think we need a real guru too help now.
John.