Debugging Kernels and Applications
Kernels
Login to Service Node
rscsmw2:/home/kbferre $ ssh rsclogin112Note that the service node hostname is the name printed upon the boot of that node
Ping Compute Nodes
We use the following to check the status of a compute node. We must ensure that the following is defined in the environment
YOD_STANDALONE=1 PTL_NAL_TYPE=UKSS
We now can ping our compute nodes to ensure they are up and running. The ping_node command takes the phyical node ID of the compute node in question. Node physical id's can be found in the nodelist file.
Ping compute node id: 75
rsclogin112:/home/kbferre $ ping_node -v -n 75
Note: The root filesystem for the Linux service Node is mounted from rscswm2:/rr/current_2.6. Therefore any utilities needed should be copied to that location as well as any administrative issues can be handled there. Furthermore /home is mounted from rcs-c2
Getting a Nodes Console
Open a console on Node 68 on cage cx24y2c2
rsclogin112:/home/kbferre $ rs_console n68.cx24y2
Opening a series of Consoles
Open consoles on Nodes 68 through 90 on cage cx24y2c2 using ${RS_SRC_DIR}/hardware/firmware_c/scripts/rs_consoles
rsclogin112:/home/kbferre $ rs_consoles -c cx24y2 68-90