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
Problems with NFS on an AIX Reboot? Then Go Single
Viewed 6302 times since Wed, May 30, 2018
How to clear/clean/erase/delete/reset network adapter configuration on AIX?
Viewed 12061 times since Thu, Nov 29, 2018
Topics: AIX, System Admin↑ Export and import PuTTY sessions
Viewed 2626 times since Fri, Apr 19, 2019
AIX check the HBA status
Viewed 15740 times since Tue, May 22, 2018
Practical Guide to AIX - network
Viewed 17217 times since Thu, Sep 20, 2018
Migrating AIX User Environments
Viewed 1965 times since Wed, May 30, 2018
AIX Reviewing AIX Error and Boot Logs
Viewed 2488 times since Wed, Mar 20, 2019
How to check VLAN ID number on AIX?
Viewed 12040 times since Mon, May 28, 2018
Part 3, Tuning swap space settings AIX7
Viewed 8733 times since Wed, Jun 19, 2019
AIX: How to identify the program listening in the given port
Viewed 2154 times since Mon, Jun 11, 2018