- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rcp error - remshd: getservbyname
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
08-16-2001 02:21 PM
08-16-2001 02:21 PM
L2000's, 11.0/64bit, trusted.
An rcp between servers fails with the error: remshd: getservbyname
I've checked /etc/inetd.conf. and /etc/services. shell and exec are uncommented in both files, on both servers. Just to be anal, I ran /usr/sbin/inetd -c on both servers. ;)
yep ~/.rhosts has the host entries for the servers in question. Hmmm...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 02:32 PM
08-16-2001 02:32 PM
SolutionI found this which seems to be you:
PROBLEM
After installing the March 2001 patch bundle on an HP-UX 11.0
computer, the remsh command produces the following error:
remsh getservbyname
How can this problem be resolved?
CONFIGURATION
Operating System - HP-UX
Version - 11.0
Subsystem - SYS ADM
RESOLUTION
The following patch is included in the March 2001 patch bundle:
PHNE_21731
s700_800 11.00 r-commands cumulative mega-patch
This r-command mega patch introduces more kerborized checks and
requires port 544 and 545 to be open.
To resolve this problem, uncomment "kshell" and "ekshell" in the
/etc/services file. (Also see the "Special Installation
Instructions" in the patch's readme file.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 02:33 PM
08-16-2001 02:33 PM
Re: rcp error - remshd: getservbyname
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 02:35 PM
08-16-2001 02:35 PM
Re: rcp error - remshd: getservbyname
Not sure if this will help or not but there is a similar problem described in doc id 2200103257.
/Begin/
PROBLEM
After installing the March 2001 patch bundle on an HP-UX 11.0
computer, the remsh command produces the following error:
remsh getservbyname
How can this problem be resolved?
CONFIGURATION
Operating System - HP-UX
Version - 11.0
Subsystem - SYS ADM
RESOLUTION
The following patch is included in the March 2001 patch bundle:
PHNE_21731
s700_800 11.00 r-commands cumulative mega-patch
This r-command mega patch introduces more kerborized checks and
requires port 544 and 545 to be open.
To resolve this problem, uncomment "kshell" and "ekshell" in the
/etc/services file. (Also see the "Special Installation
Instructions" in the patch's readme file.)
/End/
The symptoms this patch fixes are really interesting. ;)
-Regards
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 02:43 PM
08-16-2001 02:43 PM
Re: rcp error - remshd: getservbyname
The kerberos crap (er, stuff) was commented out of the /etc/services file.
Thanks folks!