how to setup rshfor HPUX


 
Thread Tools Search this Thread
Operating Systems HP-UX how to setup rshfor HPUX
# 1  
Old 03-14-2008
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?
# 2  
Old 03-14-2008
On HP-UX, "rsh" is usually the restricted shell, not the remote shell. The remote shell is named "remsh". Man remsh for more information.
# 3  
Old 03-14-2008
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
# 4  
Old 03-15-2008
thank you,so it is remsh? i want to run a script in HPUX and aix in my linux server, this is what i wanted, i want to change ip in hpux servers and aix, for DR purposes.
# 5  
Old 03-15-2008
When i tried to test remsh this what i got, i really wanted to run a script, what will i do?


# remsh server1 'uptime'
permission denied

# remsh server1
Password:

# remsh server2
Password:
# 6  
Old 03-17-2008
hosts.equiv

Configuring hosts.equiv and .rhosts will help.
# 7  
Old 03-17-2008
it wont for password anymore? and i can run the script?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Hpux

Hello All Why is hpux is not much spoken in the unix/Linux platform. what is the disadvantes in HPUX Thanks, VJ (1 Reply)
Discussion started by: Vijaykannan T
1 Replies

2. HP-UX

pwage-hpux-T for Trusted HPUX servers

I'm sharing this in case anybody needs it. Modified from the original solaris pwage script. This modified hpux script will check /etc/password file on hpux trusted systems search /tcb and grep the required u_succhg field. Calculate days to expiry and notify users via email. original solaris... (2 Replies)
Discussion started by: sparcguy
2 Replies

3. Shell Programming and Scripting

hpux vi

Hello. I cant figure out how can i move entire row up , so it pasted on the one above at the end , or to do that for one character. In notepads,word, or some other text editors we would do that with backspace button. Example. Content of my text file is this : I am trying to do that. And... (2 Replies)
Discussion started by: tonijel
2 Replies

4. Shell Programming and Scripting

Need Script to Use CPUs on a HPUX server to simulate Workload Manager on HPUX.

I am running HPUX and using WLM (workload manager). I want to write a script to fork CPUs to basically take CPUs from other servers to show that the communication is working and CPU licensing is working. Basically, I want to build a script that will use up CPU on a server. Any ideas? (2 Replies)
Discussion started by: cpolikowsky
2 Replies

5. HP-UX

remsh + HPUX

Hi, I am trying to remsh from a HPUX to another unix server What is happening is I cant run commands on the other server ie I can remsh <remoteserver> -l <remotelogin> but I cant remsh <remoteserver> -l <remotelogin> -n pwd getting error message rshd: 0826-826 The host name for... (3 Replies)
Discussion started by: belfastbelle
3 Replies

6. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

7. UNIX for Dummies Questions & Answers

New to HPUX

Hi, I am a SAP Basis admin recentely been asked to administer a HPUX server. Could someone recommend some good study material to learn with the Sap prespective. -carry (1 Reply)
Discussion started by: carryclare
1 Replies

8. HP-UX

HPUX any help

:( i got couple of weeks ago a : HP Visualize workstation , model B100. everithing is ok in the box the only problem is that i 'am not familiar with this operational sys, and i try to uninstall and see if i can get on it windows net server 64 bit. or any other 64 bit operational sys that i'll... (1 Reply)
Discussion started by: newbird
1 Replies

9. HP-UX

HPUX Security help

Hi everyone! I need your help. When i run ipcs -m -a for display shared memory status i see an entry with key 0xdeadbeef: IPC status from /dev/kmem as of Tue Feb 3 15:55:14 2004 T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME ... (3 Replies)
Discussion started by: andryk
3 Replies

10. UNIX for Dummies Questions & Answers

HPUX 10.20 et HPUX 11

Is there any problems of binaries compatibility between HPUX 10.20 et 11 ? (2 Replies)
Discussion started by: Olivier
2 Replies
Login or Register to Ask a Question