Hi, all. I'm trying to use rsh to execute commands on a remote AIX box, but keep getting :
rshd: 0826-813 Permission is denied.
What should I be checking to see WHY I'm getting this? Or is it something that I should be looking at the AIX box for a resolution?
dtuser@netvru:~ > grep rsh /etc/inetd.conf # man-page of rlogind and rshd to see more configuration possibilities about shell stream tcp nowait root /usr/sbin/tcpd in.rshd -L # shell stream tcp nowait root /usr/sbin/tcpd in.rshd -aL
dtuser@netvru:~ > cat .rhosts netivrp1.somewhere.com dtuser 2g00d4us netivrp2.somewhere.com dtuser 2g00d4us netivrp3.somewhere.com dtuser 2g00d4us
dtuser@netvru:~ > rsh netivrp1 dtuser's Password: * Welcome to AIX Version 4.3!
dtuser@netvru:~ > rsh netivrp1 ls -la rshd: 0826-813 Permission is denied.
Help, please!
Alternatively, does anyone know how I can use ucd-snmp to access mibs in
----- Original Message ----- From: "Geordon VanTassle" <gvantass@thecoventree.com> To: <suse-linux-e@suse.com> Sent: Thursday, March 29, 2001 11:07 AM Subject: rsh question (WRT AIX) the
AIX box? (specifically, I'm trying to check the MIB of the "dtsnmpd" on teh AIX box. The command that I'm using on the AIX box is:
netivrp1:/usr/local/bin>snmpinfo -m dump -v vpackStatus
which feeds back: vpackStatus.1 = 5 vpackStatus.2 = 5 vpackStatus.3 = 5 vpackStatus.4 = 5 vpackStatus.5 = 5 vpackStatus.6 = 5 vpackStatus.7 = 3 vpackStatus.8 = 1
(for example)
Any help/suggestions GREATLY appreciated.
Thanks, Geordon