- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remsh error
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
11-19-2003 05:28 AM
11-19-2003 05:28 AM
remsh error
Tyring to remsh from serverA to serverA
and we keep getting this error:
remsh servera -n date
rresvport: bind: Permission denied
If we just do a remsh serverA (without the -n date) we get connected OK.. This happens no matter which user id try.. Any ideas would be appreciated..
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 05:49 AM
11-19-2003 05:49 AM
Re: remsh error
Could list the remsh command,
# ll /usr/bin/remsh
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 05:52 AM
11-19-2003 05:52 AM
Re: remsh error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 05:53 AM
11-19-2003 05:53 AM
Re: remsh error
check the permissions for remsh, they should be -r-sr-xr-x. If required set the permissions using chmod to 4555.
chmod 4555 /sbin/remsh or /usr/bin/remsh. Check out which remsh is being sourced by trying "type remsh"
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 05:56 AM
11-19-2003 05:56 AM
Re: remsh error
# chmod 4555 /usr/bin/remsh
You are missing the sticky bit.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:00 AM
11-19-2003 06:00 AM
Re: remsh error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:04 AM
11-19-2003 06:04 AM
Re: remsh error
nslookup servera
comes back with a valid IP address.
Then check to see if it can get the host name based on the IP.
What do you have in
/etc/hosts.equiv
?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:11 AM
11-19-2003 06:11 AM
Re: remsh error
/etc/hosts.equiv does not exist..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:40 AM
11-19-2003 06:40 AM
Re: remsh error
did you check which remsh you use ?
# which remsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:44 AM
11-19-2003 06:44 AM
Re: remsh error
Are you trying this as a non-root user? If so, what does 'which date' return on ServerA as that user? Just curious, but maybe you have a questionable 'date' command on ServerA?
Also, do you get the same error with other commands on ServerA?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 07:13 AM
11-19-2003 07:13 AM
Re: remsh error
Does remsh servera -n ls works?
Because the rresvport errors occurs on the remote host side. If the userids are not same, then hosts.equiv file is needed on remote host side.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 04:46 PM
11-19-2003 04:46 PM
Re: remsh error
Check the in the /etc/hosts file entry
is there entry for remote server
r u able to ping by name
also check in /var/adm/inetd.sec file in both system.
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 05:32 PM
11-19-2003 05:32 PM
Re: remsh error
remsh servera -n "/usr/bin/date"
I reckon you aren't picking up "date" from the right place.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 12:57 AM
11-26-2003 12:57 AM
Re: remsh error
The problem was we needed permissions on /usr/lbin/remshd as follows:
-r-xr--r-- 1 bin bin 36864 Apr 9 1999 remshd
We had -r-sr--r--