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"}

 

5 (1)
Article Rating (1 Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Processes and Devices—It’s All About the Children
Viewed 1923 times since Wed, May 30, 2018
How to upgrade TL and SP in AIX using alternate disk(alt_disk_copy)
Viewed 10487 times since Sun, Jun 30, 2019
AIX, Security, System Admin↑ Fix user accounts
Viewed 4440 times since Fri, Apr 19, 2019
Working with Virtual media library on VIO servers
Viewed 13750 times since Thu, Feb 21, 2019
n a perfect world....rootvg would always reside on hdisk0
Viewed 2066 times since Thu, Jun 6, 2019
How to know witch process is running in a particular port on AIX using KDB
Viewed 12301 times since Thu, Nov 29, 2018
AIX TCP connection status
Viewed 15997 times since Mon, Jul 29, 2019
AIX 0516-404 allocp: This system cannot fulfill the allocation
Viewed 3068 times since Thu, Sep 20, 2018
Getting list users and groups in AIX
Viewed 3010 times since Mon, May 28, 2018
AIX, Installation, NIM↑ Creating an LPP source and SPOT in NIM
Viewed 14108 times since Fri, Apr 19, 2019