- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rsh not working from Windows XP to HP-UX
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
02-27-2005 10:30 PM
02-27-2005 10:30 PM
rsh not working from Windows XP to HP-UX
We have installed Java 1.4.2 on Windows system.
tstapp: Added following entry in .rhosts file tstapp.
ip_number of client +
Now while running
rsh tstapp -l user1 ll (rsh is hanging)
While giving the command
rsh tstapp -l user1
in BRGUI we get "Logon Filed".
Please help. Thanks.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2005 11:17 PM
02-27-2005 11:17 PM
Re: rsh not working from Windows XP to HP-UX
.rhosts is expecting a host name.
Also, try two plus signs: + +
Have you installed SP2 for XP?
any error messages in syslog?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2005 11:32 PM
02-27-2005 11:32 PM
Re: rsh not working from Windows XP to HP-UX
Hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 01:19 AM
02-28-2005 01:19 AM
Re: rsh not working from Windows XP to HP-UX
Try with
+ +
in your .rhosts file.
That should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 01:32 AM
02-28-2005 01:32 AM
Re: rsh not working from Windows XP to HP-UX
(checkout the remshd manual page on this)
You might checkout the syslog.log on the hp box for info on failing remsh connections too to get more info on why this is failing. If possible, you could also check if the user works from another HP-UX box (or from the box itself). Especially if you have the "+ +" line in the .rhosts, you should be able to do "remsh localhost -l user1 ll" on the box itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 01:58 AM
02-28-2005 01:58 AM
Re: rsh not working from Windows XP to HP-UX
you have two options
a) trusted hosts entries in $HOME/.rhosts,
hostname and user, eg:
smp3-1m root
smp3-1 root
pluto smsadmin
metis smsadmin
sce3 smsadmin
sce4 smsadmin
b)
or in
/etc/hosts.equiv only hostname
sun
rgds Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 07:55 PM
02-28-2005 07:55 PM
Re: rsh not working from Windows XP to HP-UX
2. Firewall is not active in XP. It has SP2 installed.
3. Following command is working from the local/remote host (HP-UX): $remsh localhost -l user1 ll
4. No error reported in syslog.
Still No luck.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 04:37 PM
03-01-2005 04:37 PM
Re: rsh not working from Windows XP to HP-UX
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2005 10:37 PM
03-13-2005 10:37 PM
Re: rsh not working from Windows XP to HP-UX
1. HP-UX us sending RST=1 in the last packet.
2. At Windows level rsh is just hanging.
Any clue will be highly appreciated. Thanks.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 04:17 AM
03-15-2005 04:17 AM
Re: rsh not working from Windows XP to HP-UX
shell stream tcp nowait root /usr/lbin/remshd remshd
in /etc/inetd.conf?
When XP tries to connect, do netstat -an on both machines. Do you see the connection on both? What port is the XP using as a source? Is the destination port 514? Is that what it says for shell in /etc/services? (or are we trying to do Kerberos in which case what port does kshell use.)
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 04:12 PM
03-15-2005 04:12 PM
Re: rsh not working from Windows XP to HP-UX
We have the entries as below:
/etc/inetd.conf
shell stream tcp nowait root /usr/lbin/remshd remshd
/etc/services
shell 514/tcp cmd # remote command, no passwd used
When we execute following commnad
rexec host -l user command
We get the output after entering the passwd prompted by the above command.
However while using rsh; the cursor at Windows level just hangs.
Detailed investigation of packets sent by the host to Windows has RST=1 in the last packet. What does that mean?
Can someone try rsh from Windows to HP-UX and give feedback?
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 12:08 AM
04-05-2005 12:08 AM
Re: rsh not working from Windows XP to HP-UX
I tried using cygwin rsh from Windows XP:
rsh -l user hostname
rsh then prompted me for a password, which I entered and then I had my shell on the remote machine. I didn't get this working with .rhosts recently but I think I had it working in the past.
Kind regards, Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 06:40 AM
03-08-2006 06:40 AM
Re: rsh not working from Windows XP to HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 12:57 AM
03-09-2006 12:57 AM
Re: rsh not working from Windows XP to HP-UX
A month or two ago I set up a cygwin sshd on Win XP SP2. This way it is possible to communicate via ssh from any other system. This can also be set up such that you don't need to enter a password each time you connect. Maybe that's an option for you?
Kind regards, Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 05:17 AM
03-09-2006 05:17 AM
Re: rsh not working from Windows XP to HP-UX
is the XP User-Name the same as on Windows ? Do not trust the wildcards in .rhosts ! They are security critial in any case. Go fo
client_ip username
AND watch it. The Username in Windows is not case sensitive (the password is !). So you can login either with "hugo" "Hugo", which will not make any difference to XP, but check XP-Environment %USERNAME% it reflects the exact typing upon login, and as far as I remember this is the style rsh sends of the clients Userid, so may be you have a garbled username ?
Do you have brgui-Version 7 or 8 (or is even 9 already out?) ?
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 05:23 AM
03-09-2006 05:23 AM
Re: rsh not working from Windows XP to HP-UX
-rw-------
???
just came to my mind ?
Volker