Originally posted by: SystemAdmin
-
What are common reasons for failures with Dynamic Logical partitioning ?
Maximum time cause will be the broken RMC connection between HMC and LPARs.
a) Login to HMC cli.
b) lspartition -dlpar
if you can't see any o/p then there is an RMC problem.
c) close all Serviceable Events and reboot the HMC.
d) hmcshutdown -r -t now
After HMC reboot wait go for a coffee :)
e) lspartition -dlpar
if still no o/p then log a call with IBM.
Assume DLPAR is working for other LPARs on this HMC :
a) login to the LPAR
b) su - root
c) lssrc -a |grep rsct
root# lssrc -a|grep rsct
ctrmc rsct 291002 active
IBM.ServiceRM rsct_rm 422096 active
IBM.CSMAgentRM rsct_rm 327864 active
IBM.DRM rsct_rm 286890 active
IBM.SensorRM rsct_rm 426212 active
IBM.ConfigRM rsct_rm 323612 active
ctcas rsct inoperative
IBM.AuditRM rsct_rm inoperative
IBM.LPRM rsct_rm inoperative
IBM.ERRM rsct_rm inoperative
IBM.HostRM rsct_rm inoperative
IBM.MgmtDomainRM rsct_rm inoperative
IBM.FSRM rsct_rm inoperative
IBM.WLMRM rsct_rm inoperative
IBM.DRM is the most important daemon for DLPAR !
You can try stop and starting RMC as below ,
d) /usr/sbin/rsct/bin/rmcctrl -Z
e) /usr/sbin/rsct/bin/rmcctrl -A
f) /usr/sbin/rsct/bin/rmcctrl -P
now try with below command again if you luckly.
g) lssrc -a|grep rsct
check for IBM.DRM if yes then this is resolved !
go to HMC cli again
h) lspartition -dlpar
if you can see the O/P then it's resolved
Hope this will have you guys !
Dipak Warade
www.unix4you.com#AIX-Forum