Displaying 2 results from an estimated 2 matches for "chssys".
Did you mean:
ch_sys
2004 Jul 01
3
AIX lssrc command error after installed OpenSSH
Hi,
We compiled and successfully installed OpenSSH 3.8.1p1
(or earlier version), but has false respond from lssrc
-a command. Example error message as:
openssh daemon itself - "opensshd tcpip
inoperative"
or
other daemon - "0513-001 The System Resource
Controller daemon is not active"
We've installed the following filesets on several AIX
servers
2004 Dec 12
0
AIX lssrc command error after installed OpenSSH
lambert lau wrote:
> I did try the chsys command and it worked, an lssrc
> showed it subsystem as active for a while but the SRC
> stopped responding a short while later. I then ran
> chssys -s prngd -a '-D' which had no effect. I get a
> message telling me that the System Resource Controller
> daemon is not active.
"-D" the option to prevent *sshd* from daemonizing and is not a valid
option for prngd (you probably want "-d").
> The only way I am...