- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remsh/rsh prblm
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-19-2002 02:26 AM
03-19-2002 02:26 AM
Re: remsh/rsh prblm
I just looked at your profile you may find the guru's more likely to help if you assign points for contributed suggestion or even just acknowledge the suggestions with N/A.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 02:48 AM
03-19-2002 02:48 AM
Re: remsh/rsh prblm
I think the problem is with the hpux server but I have just revisited the .profile on the solaris server.
when I issue command
remsh hpux . .profile 2>&- \; uptime
I get nothing back , just the prompt
I have copied /etc/skel/.profile to /
now when I issue the command I get
value of TERM is set to "".
WARNING YOU ARE SUPERUSER !!
10:37AM up 5:28, 4 USERS ...
TRY THIS AND SEE IF YOU GET ANY CONFLICT WITH TERM
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 02:48 AM
03-19-2002 02:48 AM
Re: remsh/rsh prblm
Thanks John ...I relly dont know whats the problem..i never faced such a prblm ever.
thnkls for your help Michael !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 02:58 AM
03-19-2002 02:58 AM
Re: remsh/rsh prblm
I tried that...i get nothing just a prompt.
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 07:43 AM
03-19-2002 07:43 AM
Re: remsh/rsh prblm
im burnt out hope you can find someone to resolve this I look forward to seeing the solution.
good luck
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 08:04 AM
03-19-2002 08:04 AM
Re: remsh/rsh prblm
Just a thought,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:01 PM
03-19-2002 12:01 PM
Re: remsh/rsh prblm
Log into the sparc like normal
run env > /tmp/env.sparc1
remsh into the sparc from hp
run env > /tmp/env.sparc2
log into the hp like normal
run env > /tmp/env.hp1
log into the hp from the sparc via remsh just to run the command
env > /tmp/env.hp2
Now look at the four files. There is probably a difference between env.hp1 and env.hp2. My GUESS it that difference is why is fails.
where is the environment set? well one place is /etc/profile. Another is root's home at .profile (if you have a .profile there).
one other thing I did not see in here. Make sure the .rhosts permissions is set to 400.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 03:41 PM
03-19-2002 03:41 PM
Re: remsh/rsh prblm
solaris# remsh hpux 'which uptime'
/usr/bin/uptime
Then run with full path specification
solaris# remsh hpux '/usr/bin/uptime'
/Tor-Arne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 12:58 PM
02-19-2003 12:58 PM
Re: remsh/rsh prblm
Did anyone ever find out why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 02:14 PM
02-19-2003 02:14 PM
Re: remsh/rsh prblm
Makes me cringe. Seems you could do what you want to do with Secure shell and stop leaving your system wide open, using the Berkeley protocols.
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&date=
Here is a cookbook on how to set things up for passwordless ssh which is the same as rsh.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 04:47 PM
02-19-2003 04:47 PM
Re: remsh/rsh prblm
COuldn't agree more, just can't change developer build processes over night...
I seem to remember a patch fixing this for me ages ago...I just can't remember the patch, it was a weird problem that required a somewhat unrelated patch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:17 PM
02-21-2003 01:17 PM
Re: remsh/rsh prblm
dhanish - check your nsswitch.conf and make sure that services doesn't have NIS or anything strange as a lookup.
By default (at least I never made the change and it's a clean install) /etc/services is looked up via NIS. Make sure that this is changed to look in local files.
RSH from any host now works for me.
Commence head banging...
- « Previous
-
- 1
- 2
- Next »