![]() |
|
|
|
|
|||||||
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NIM server setup on etherchannel setup environment | pdtak | AIX | 1 | 05-28-2008 01:54 PM |
| Hpux Csa -hp 0 095 | pksnairg | HP-UX | 0 | 04-07-2008 10:48 PM |
| gdb for HPUX 11.23 | rimon | HP-UX | 0 | 11-11-2007 05:59 AM |
| HPUX any help | newbird | HP-UX | 1 | 02-06-2005 02:36 PM |
| HPUX 10.20 et HPUX 11 | Olivier | UNIX for Dummies Questions & Answers | 2 | 03-27-2002 03:30 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
how to setup rshfor HPUX
I want to setup rsh, what things do i needed? where to downlaod rsh? and how to conifgure it? is there any files to configure?
|
| Forum Sponsor | ||
|
|
|
|||
|
And if it is the restricted shell you are talking about :
rsh Restricted version of the POSIX or Bourne shell command interpreter. Sets up a login name and execution environment whose capabilities are more controlled (restricted) than normal user shells. Then, Go and look at the man: man sh-bourne (1) for complete documentation of implementation |
|
|||
|
It is simple configuration. Suppose you have two hosts, hostA and hostB.
From hostA, you want to do remsh on hostB. Then in hostB, create a file /etc/hosts.equiv and put hostA in hosts.equiv. But this user equivalency will work if the user with which you are logged in on hostA exists on hostB with same mnemonic name. Note: If you are logged in as root on hostA then /etc/hosts.equiv will not work. Instead create .rhosts in the root directory of root on hostB. Hope this helps. |
|
|||
|
Ok, i already did what you told me. Below are the logs while trying to remsh to my aix box.
rshd: 0826-826 The host name for your address is not known. and in the solaris. permission denied note: i can directly telnet using my root account to any server. |
|
|||
|
Yoh,
in /.rhosts it should be root host1, and also to /etc/hosts.equiv. it will make a difference $hostname hosts2 $ cat .rhosts root host1 $cat /etc/hosts.equiv root hosts1 #hostname hosts1 #remsh hosts2 -l root uptime 09:53AM up 89 days, 1:04, 2 users, load average: 0.07, 0.09, 0.10 Thanks |
| Tags |
| linux, solaris |
| Thread Tools | |
| Display Modes | |
|
|