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
My LPAR always boots into SMS. Why?
Viewed 3563 times since Tue, Apr 16, 2019
IP configuration in AIX
Viewed 2669 times since Tue, Jul 17, 2018
Mirroring session (TTY) on AIX using portmir
Viewed 9260 times since Thu, Feb 21, 2019
Managing System Dump Devices sysdumpdev
Viewed 3377 times since Mon, Jul 9, 2018
AIX LVM QUORUM mysteries revealed
Viewed 3231 times since Wed, May 22, 2019
AIX 6.1: Extend VG 0516-1714 extendvg 0516-1254 extendvg
Viewed 4435 times since Fri, Jul 6, 2018
0516-404 allocp: This system cannot fulfill the allocation request. [AIX]
Viewed 5086 times since Thu, Sep 20, 2018
AIX routing - How Do I Compare ODM with the Current Routing Table?
Viewed 2563 times since Mon, Jul 29, 2019
vfcpmap on VIO Server
Viewed 9420 times since Tue, Jun 4, 2019
Convert to Scalable Volume Groups
Viewed 3707 times since Wed, May 30, 2018