- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
05-29-2002 09:35 AM
05-29-2002 09:35 AM
remsh problem
remsh
simply to list the OS type of the remote machine I get the message,
remsh: getservbyname
I have no idea what to do! By the way i'm trying the remsh command on my local machine for simplicity. ie if my local machine name is "wizard" i'm presently typing,
remsh wizard uname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 09:55 AM
05-29-2002 09:55 AM
Re: remsh problem
Edit /etc/nsswitch.conf to not include NIS in its search if you are not using NIS.
If you are using NIS, then their must be a problem in your NIS setup.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 09:59 AM
05-29-2002 09:59 AM
Re: remsh problem
Check your /etc/hosts file properly for the hostname.
What is the output of
#nslookup wizard
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 10:01 AM
05-29-2002 10:01 AM
Re: remsh problem
i tried including the machine name and account name to the .rhosts and hosts.equiv files on the machine i want to access (which is my local machine itself) however this did not help either
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 10:02 AM
05-29-2002 10:02 AM
Re: remsh problem
Name Server: sahara.vignette.com
Address: 10.18.0.103
Trying DNS
Trying NIS
looking up FILES
*** No address information is available for "wizard"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 10:59 AM
05-29-2002 10:59 AM
Re: remsh problem
well include your system "wizard" into the NIS-server's master-map (or into the DNS-server's zone-files), or into your local "/etc/hosts".
In your "/etc/nsswitch.conf" should be a line like that:
hosts: files [NOTFOUND=continue] nis [NOTFOUND=continue] dns
Which means that your system will first search in your local "hosts" file, then ask a NIS-server and at last query the DNS-server. Use the order you want, of course.
Try a "rlogin wizard" first, and (if it works), execute "who -u" to see the name used, and put that into the system's "$HOME/.rhosts" (or "/etc/hosts.equiv").
Then try again.
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 11:05 AM
05-29-2002 11:05 AM
Re: remsh problem
change the order in your nsswitch.conf file
files nis dns
Piyush