Before proceeding with the steps in this section, be sure you have selected the correct migration path. |This method erases all existence of the current rootvg and installs |your target AIX level and PSSP 3.4 using either an AIX 4.3 or |AIX 5L 5.1 mksysb image for the node.
You need to set the appropriate SDR node object attributes for lppsource_name, code_version, bootp_response, next_install_image, and pv_list for each node being migrated. Use the spchvgobj and spbootins commands to update these fields. If you are migrating nodes in more than one system partition, you will need to issue these commands in each system partition. For a complete description of the flags associated with these commands, refer to PSSP: Command and Technical Reference.
For example, to migrate nodes 1 and 2 to AIX 4.3.3 and |PSSP 3.4 where lppsource was placed in /spdata/sys1/install/aix433/lppsource, issue the following two commands:
|spchvgobj -r selected_vg -p PSSP-3.4 -v aix433 -h 00-00-00-0,0 \ | -l 1,2 -i bos.obj.ssp.433 | |spbootins -s no -r install -l 1,2
Make sure that the SDR has the appropriate values specified in the following attributes for each of the nodes. Issue the following command to display the values:
splstdata -G -b
Nodes being migrated should be set to install.
|The name of the lppsource of the AIX level to be used for the migration |(for example, aix433).
|The code_version of PSSP should be set to |"PSSP-3.4" for nodes you are migrating.
Should be set to the appropriate AIX mksysb image (for example, bos.obj.ssp.433).
The disk to install on, preferably in the hardware location format.
Make sure that /tftpboot/script.cust and /tftpboot/firstboot.cust have been properly updated for |PSSP 3.4 modifications. See Appendix E, User-supplied node customization scripts for additional information.
The setup_server command must be run to properly set up NIM on the control workstation by issuing the following command:
setup_server 2>&1 | tee /tmp/setup_server.out
The output will be saved in a log file called setup_server.out.
If you have a node defined as a boot/install server, you must also run setup_server out on that server node.
dsh -w boot/install_node "/usr/lpp/ssp/bin/setup_server \ 2>&1" | tee /tmp/setup_server.boot/install_node.out
The SDR has now been updated to reflect the new nodes that will run |PSSP 3.4. You now need to refresh the |RSCT subsystems on the control workstation and all nodes to pick up these changes. Run syspar_ctrl on the control workstation to refresh the subsystems on both the control workstation and on the nodes.
syspar_ctrl -r -G
If you do not have a switch in your SP system, skip this step.
If you want to bring the switch down for all nodes, issue the Equiesce command for each system partition.
If you use the Equiesce command, you will need to later restart the switch using the Estart command. Issue the Estart command prior to the step where you "Verify the nodes."
If you are migrating a few nodes, you must disable these nodes from the switch (if appropriate, first reassign the primary node or primary backup node). To determine if one of the nodes you are migrating is a primary or primary backup node, issue the Eprimary command. If you need to reassign the primary or primary backup node, issue the Eprimary command with appropriate options. Then issue the Estart command to make your choices effective. You must then issue the Efence command to disable the nodes you are migrating from the switch.
Efence -G node_number node_number
|Nodes should be shut down gracefully using the following |command:
cshutdown -F -G -N node_number
|Issue the splstdata -p command and examine the security settings |for the system partition containing the nodes to be migrated. If |auth_install includes DCE, you must remove any DCE-related principles |and objects from the DCE registry before issuing the nodecond |command.
|dcecp -c principal catalog -simplename
||You must now create new DCE information for the node by performing the |following steps: |
|Notes:
|export SP_NAME=spcws.abc.com
||If at the start of your control workstation migration your system contained |PSSP 3.1.1 and DCE with auth_methods set to |k5:k4:std, you will need to do one of the |following: |
|spsetauth -p partition1 -i dce k4
|create_dcehostname
|setupdce -u -s master_security_server_host -d CDS_primary_server_host
|/bin/unconfig.dce -config_type admin -dce_hostname old_dcehostname \ |-host_id adapter_host_name all
|setupdce -v
|Notes:
Network boot each node that you are migrating by using Perspectives or by using the nodecond command.
nodecond -G frame_id slot_id &
You should notice that the node has been properly installed when the LED's become blank, and the host_responds is active.
Verify that the bootp_response has been set to disk by issuing the following command:
splstdata -G -b
If you disabled all nodes in Step 5: Disable nodes from the switch using the Equiesce command, you must now issue the Estart command in each system partition to rejoin the nodes to the current switch network.
If you disabled only a few nodes using the Efence command, you must now issue the Eunfence command to bring those nodes back to the switch network.
Verify that the nodes are running properly by issuing the following commands:
SYSMAN_test CSS_test * run only if you have a switch spverify_config * run only if your system is partitioned st_verify * run only if Job Switch Resource Table Services is installed
Verify that host_responds and switch_responds, if you have a switch, are set to yes by issuing the following command:
spmon -d -G
Notes: