- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- REMSH - login incorrect
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-13-2005 12:40 PM
03-13-2005 12:40 PM
REMSH - login incorrect
Im facing a problem when trying to run remsh to connect one hpux to another hpux.
I tried the command " remsh ermisprd -l prdadm -n bdf " and returned " remshd: Account is disabled or expired."
How Im going to troubleshoot this problem..
Please help.
TQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2005 12:54 PM
03-13-2005 12:54 PM
Re: REMSH - login incorrect
and not disabled as claimed by the remsh.
2) Try telnet to the remote system and login as
prdadm.
3) Make sure $HOME/.rhosts file for prdadm in the
remote system does have an entry for the current
system name and login.
Let us know if it still fails after that.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2005 01:33 PM
03-13-2005 01:33 PM
Re: REMSH - login incorrect
and not disabled as claimed by the remsh.
2) Try telnet to the remote system and login as
prdadm.
3) Make sure $HOME/.rhosts file for prdadm in the
remote system does have an entry for the current
system name and login.
Let us know if it still fails after that.
- Biswajit
Hi Guru,
1) The account exists in the remote system.
2) I trying telnet and login as prdadm in remote system. Also don't have problem
3)Yes there is an entry for $HOME/.hosts for prdadm. The entry is ERMISSVR root.
FYI, last 2 months ago this remsh is working.
Please help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2005 01:43 PM
03-13-2005 01:43 PM
Re: REMSH - login incorrect
As your .rhosts looks fine can you also check that the file /etc/hosts.equiv are set up correctly.
You must also make sure the host you are comming from is resolvable from the host you are going to. It can do this either through the local /etc/hosts file, NIS or DNS, depending on your /etc/nsswitch.conf file. Otherwise, even if you have .rhosts or /etc/hosts.equiv set up correctly the server cannot be resolved.
Indira A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 05:29 AM
03-14-2005 05:29 AM
Re: REMSH - login incorrect
Indira raised a very good point. You could use IP
addresses instead of hostnames in the .rhosts file
and remsh command to avoid host name resolution
being the problem and see if that change anything.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 05:33 AM
03-14-2005 05:33 AM
Re: REMSH - login incorrect
Check this in order:
1) Make sure the "remsh" line is uncommented in /etc/inetd.conf
- if not: uncomment, then enter "/usr/sbin/inetd -c" to reread the config file.
2) Make sure the destination host is in the /etc/hosts file.
*** IMPORTANT: in step 3 you MUST use the first name for the computer's IP address!
Example: 10.48.XXX.XXX servername.domain.com servername
You must use "servername.domain.com" in the .rhosts file in step 3 below.
3) Check the .rhosts file in the user's home directory. Make sure the destination machine
is listed as it is listed in the /etc/hosts file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 06:59 AM
03-14-2005 06:59 AM
Re: REMSH - login incorrect
Other thing is to make certain that the users $HOME is correct - I have had problems when the home has been changed in /etc/passwd but not on the system itself.
T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 02:02 PM
03-14-2005 02:02 PM
Re: REMSH - login incorrect
That it, its work.