Table
Step Action | Refer to: |
On one member system, use the sysconfig command to reconfigure the Memory Channel kernel subsystem to initiate the use of 512 MB address space. The configuration change is propagated to the other cluster member systems:
/sbin/sysconfig
______________________ Note ______________________
After the configuration change is propagated to the other member systems, you can reboot any member system and the 512 MB address space is still in effect.
If you use the sysconfig command to promote address space to 512 MB and inadvertently leave an MC2 adapter jumpered for 128 MB, then reboot that system, it will not rejoin the cluster. When the system with the Memory Channel adapter jumpered for 128 MB is shut down, and the TruCluster software running on the remaining cluster member systems discover that all operational Memory Channel adapters are jumpered for 512 MB, because address space has been promoted to 512 MB, the active rail will use 512 MB address space. A system jumpered for 128 MB cannot join the cluster. The startup error message on the system jumpered for 128 MB follows:
panic: MC2 adapter has too little memory
If you have used the sysconfig command to promote Memory Channel address space to 512 MB, you may need to know the actual address space being used by a logical rail. Use the dbx debugger utility as follows to determine:
•Logical size (in
•Physical size (J3 jumper setting) for physical rails
#dbx
(dbx) p
(dbx) p
{
[0] | 65536 | 4 |
[1] | 0 |
|
[2] | 65536 | 4 |
[3] | 0 |
|
[4] | 65536 | 4 |
[5]0
[6]0
[7]0
}
1
2
3