- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remsh problem
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
07-06-2001 07:30 AM
07-06-2001 07:30 AM
remsh problem
When i do a remsh to another machine, the system sends me an error: rresvport: socket: All ports in use.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 07:33 AM
07-06-2001 07:33 AM
Re: remsh problem
nstrtel specifies the number of telnet device files that the kernel can support for incoming telnet sessions.
Acceptable Values:
Minimum
60
Maximum
Default
60
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 01:46 PM
07-06-2001 01:46 PM
Re: remsh problem
Thanks
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 03:05 PM
07-06-2001 03:05 PM
Re: remsh problem
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 05:40 PM
07-06-2001 05:40 PM
Re: remsh problem
shell stream tcp nowait root /usr/lbin/remshd remshd
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2001 03:25 AM
07-07-2001 03:25 AM
Re: remsh problem
Just an idea. From you question it follows that there is no free ports on the remote server.
remshd, similar as rlogind, uses only ports from the range 512 - 1023 (in the order 1023, 1022, and so on ).
The warning you mentioned in your question indicates that all these ports are busy.
The simplest way to check ports is to use netstat command on the server.
Also to confirm this reason try to rlogin to the same server.
You can also try to use rexec instead remsh.
Hope this helps.
Rgds.