Originally posted by: grukrz1
Hello,
The problem still exists. Even installing AIX from scratch on the LPAR (from delivered AIX 5.3 TL7 media CDs) there are sime missing rsct_rm sybsystems on "lssrc -a" output. Because all needed rsct.* filesets were installed on the LPAR, I have created missing rsct_rm subsystems running commands:
/usr/sbin/rsct/bin/RMstart -s IBM.HostRM -pIBM.HostRMd
/usr/sbin/rsct/bin/RMstart -s IBM.ConfigRM -pIBM.ConfigRMd
/usr/sbin/rsct/bin/RMstart -s IBM.LPRM -pIBM.LPRMd
/usr/sbin/rsct/bin/RMstart -s IBM.FSRM -pIBM.FSrmd
/usr/sbin/rsct/bin/RMstart -s IBM.DRM -pIBM.DRMd
They appeared on the "lssrc -g rsct_rm" output but after I run "startsrc -g rsct_rm":
-
startsrc -g rsct_rm
0513-059 The IBM.ERRM Subsystem has been started. Subsystem PID is 156108.
0513-029 The IBM.CSMAgentRM Subsystem is already active.
Multiple instances are not supported.
0513-029 The IBM.ServiceRM Subsystem is already active.
Multiple instances are not supported.
0513-059 The IBM.AuditRM Subsystem has been started. Subsystem PID is 168142.
0513-059 The IBM.HostRM Subsystem has been started. Subsystem PID is 229636.
0513-059 The IBM.ConfigRM Subsystem has been started. Subsystem PID is 205250.
0513-059 The IBM.LPRM Subsystem has been started. Subsystem PID is 139666.
0513-059 The IBM.FSRM Subsystem has been started. Subsystem PID is 229638.
0513-059 The IBM.DRM Subsystem has been started. Subsystem PID is 225752.
They are still not operating:
-
lssrc -g rsct_rm
Subsystem Group PID Status
IBM.ServiceRM rsct_rm 192968 active
IBM.CSMAgentRM rsct_rm 209366 active
IBM.ERRM rsct_rm 156108 active
IBM.AuditRM rsct_rm 168142 active
IBM.HostRM rsct_rm inoperative
IBM.ConfigRM rsct_rm inoperative
IBM.LPRM rsct_rm inoperative
IBM.FSRM rsct_rm inoperative
IBM.DRM rsct_rm inoperative
An in /var/ct/*.stderr logs are logged:
-
cat IBM.DRM.stderr
Cannot start resource manager IBM.DRM due to exception RMOperError, see trace file Message=2645-006 Operation failed due to exception CNoRuntimeDir from CDaemon::init with error code 0.
The assert subroutine failed: 0, file ../../../../../../src/rspc/usr/bin/drm/IBM.DRMd.C, line 214
-
cat IBM.HostRM.stderr
Cannot start resource manager IBM.HostRM due to exception RMOperError, see trace fileerror code = 98305
Message=2645-006 Operation failed due to exception CNoRuntimeDir from CDaemon::init with error code 0.
The assert subroutine failed: 0, file ../../../../../src/rsct/rm/HostRM/IBM.HostRMd.C, line 216
-
cat IBM.LPRM.stderr
Cannot start resource manager IBM.LPRM due to exception RMOperError, see trace file Message=2645-006 Operation failed due to exception CNoRuntimeDir from CDaemon::init with error code 0.
The assert subroutine failed: 0, file ../../../../../src/rsct/rm/LPRM/IBM.LPRMd.C, line 249
#
(please have in mind system was re-installed from scratch /full-overwritten-installation/ from AIX 5.3 TL7 cd medias)
I can locally telnet on port 657 on LPAR. Also from HMC to LPAR 657 is open (I checked it with ssh - stopped rsct and started sshd on port 657 on partition and the ssh -p 657 partition from HMC7 worked fine).
I can't access 657 port on HMC. Is that ok that 657 on HMC is not reachable using telnet? How to test it? How to check RMC services status on HMC?
Firewall settings on HMC7 for network adapter enabled for partition communication allow RMC/657 access for all clients.
Host name resolving works ok on both LPAR and HMC (also reverse).
Also /usr/sbin/rsct/install/bin/recfgct and RSCT restart don't fix the problem.
Is there any up-to-date DLPAR check list for Power6 and HMC 7.x?? The
http://www.ibm.com/developerworks/systems/articles/DLPARchecklist.html seems to be not 100% valid for HMC7 (eg. telnet command for HMC-partition testing not available on HMC7).
I have run out of ideas how to analyze the issue.
thank you in advance for any tip,
Kris
-
lssrc -Ss IBM.HostRM
#subsysname:synonym:cmdargs:path:uid:auditid:standin:standout:standerr:action:multi:contact:svrkey:svrmtype:priority:signorm:sigforce:display:waittime:grpname:
IBM.HostRM:::/usr/sbin/rsct/bin/IBM.HostRMd:0:0:/dev/console:/dev/console:/var/ct/IBM.HostRM.stderr:-R:-Q:-K:0:0:20:0:0:-d:20:rsct_rm:
-
lssrc -Ss IBM.LPRM
#subsysname:synonym:cmdargs:path:uid:auditid:standin:standout:standerr:action:multi:contact:svrkey:svrmtype:priority:signorm:sigforce:display:waittime:grpname:
IBM.LPRM:::/usr/sbin/rsct/bin/IBM.LPRMd:0:0:/dev/console:/dev/console:/var/ct/IBM.LPRM.stderr:-R:-Q:-K:0:0:20:0:0:-d:20:rsct_rm:
-
lssrc -Ss IBM.DRM
#subsysname:synonym:cmdargs:path:uid:auditid:standin:standout:standerr:action:multi:contact:svrkey:svrmtype:priority:signorm:sigforce:display:waittime:grpname:
IBM.DRM:::/usr/sbin/rsct/bin/IBM.DRMd:0:0:/dev/console:/dev/console:/var/ct/IBM.DRM.stderr:-R:-Q:-K:0:0:20:0:0:-d:20:rsct_rm:
-
ls -ld /usr/sbin/rsct/bin/IBM.HostRMd /usr/sbin/rsct/bin/IBM.LPRMd /usr/sbin/rsct/bin/IBM.DRMd
-r-xr-x--- 1 root system 129178 Oct 04 2007 /usr/sbin/rsct/bin/IBM.DRMd
-rwxr--r-- 1 bin bin 529113 Sep 26 2007 /usr/sbin/rsct/bin/IBM.HostRMd
-rwxr--r-- 1 bin bin 100668 Sep 26 2007 /usr/sbin/rsct/bin/IBM.LPRMd
#