Reconfigure RSCT ID to fix DLPAR issues on cloned AIX systems


ON AIX systems, RMC daemons are part of the Reliable, Scalable Cluster Technology (RSCT). They allows the HMC to communicate with a managed logical partition to do DLPAR operations. But, when we clone an AIX system, for example using mksysb, RSCT ID is not reconfigured and of course, DLPAR is not working anymor.

To solve thsi issue, you need to reconfigure RSCT ID. FOllwo this steps to fix this issue.

1- Get RSCT ID (before change it).

1
2
[root@aix:/] cat /etc/ct_node_id
250083fc821083e6

2- Reconfigure RSCT ID on AIX client.

1
2
[root@aix:/] /usr/sbin/rsct/install/bin/uncfgct -n
[root@aix:/] /usr/sbin/rsct/install/bin/cfgct

3- Verify RSCT ID (after change it)

1
2
[root@aix:/] cat /etc/ct_node_id
bfcc4535bc55378

4- Restart RMC on AIX client.

1
2
3
[root@aix:/] /usr/sbin/rsct/bin/rmcctrl -z
[root@aix:/] /usr/sbin/rsct/bin/rmcctrl -A
[root@aix:/] /usr/sbin/rsct/bin/rmcctrl -p

5- Wait 5 min and check again RMC connection between HMC or FSM.

5- From AIX, check conenction wirh HMC/FSM.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[root@aix:/] ->  lsrsrc IBM.MCP
Resource Persistent Attributes for IBM.MCP
resource 1:
        MNName            = "172.16.yyy.xxx"    <---- AIX client IP
        NodeID            = 4273918179149062022
        KeyToken          = "FSMPureflex"       <---- HSM/FSM HOSTNAME
        IPAddresses       = {"172.21.yyy.xxx"}  <---- HSM/FSM IP
        ConnectivityNames = {"172.16.yyy.xxx"}  <---- AIX client IP
        HMCName           = "7955-01M*13FFFFBB"
        HMCIPAddr         = "172.21.yyy.xxx"    <---- HSM/FSM IP
        HMCAddIPs         = "172.21.yyy.xxx"    <---- HSM/FSM IP
        HMCAddIPv6s       = "fd0a:bb18:7987:0:42f2:e9ff:fe58:46ba,fe80::42f2:e9ff:fe58:46ba,fd79:32b2:e57:0:42f2:e9ff:fe58:46bb,fe80::42f2:e9ff:fe58:46bb"
        ActivePeerDomain  = ""
        NodeNameList      = {"aix_hostname"}

 



Article Number: 523
Posted: Thu, Feb 21, 2019 8:29 PM
Last Updated: Thu, Feb 21, 2019 8:29 PM

Online URL: http://kb.ictbanking.net/article.php?id=523