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
Using Kerberos security with Server for NFS
Viewed 9493 times since Wed, Jun 27, 2018
AIX - How to monitor CPU usage
Viewed 27023 times since Fri, Jun 8, 2018
AIX 0516-404 allocp: This system cannot fulfill the allocation
Viewed 3305 times since Thu, Sep 20, 2018
How to install filesets/software in aix?
Viewed 5837 times since Mon, Jul 8, 2019
What is OS Watcher Utility and How to use it for Database Troubleshooting ?
Viewed 29936 times since Thu, Jun 21, 2018
How to clear/clean/erase/delete/reset network adapter configuration on AIX?
Viewed 12474 times since Thu, Nov 29, 2018
Troubleshooting Starts With Understanding Your Physical Disks’ Attributes
Viewed 3737 times since Sat, May 19, 2018
AIX lsdevinfo
Viewed 10277 times since Mon, Jun 3, 2019
How to Configure Sendmail not to Look up MX records
Viewed 3589 times since Fri, Apr 19, 2019
AIX: Error code 0516-1339, 0516-1397 0516-792: cannot extendvg with a previous Oracle ASM disk
Viewed 3681 times since Wed, Feb 6, 2019