Altix
From UF HPC Wiki
Installed Libraries
- Scientific Computing Software Library (SCSL)
L1 and L2 Operations
- When in L2, you can get to the system prompt by hitting Ctrl-D.
- Once there, it is possible to reboot the system if it is at a kdb prompt.
- When in L1, in order to get back to L2 and stay there, hit Ctrl-T, then type l2 at the prompt.
Booting when mirror mounts as RO
- Boot with the CD in rescue mode. You will need to pass an argument to send the output to the serial console as well:
- Once you have a console, you need to mount the / file system. You can do this by first assembling the md array using the following:
- mdadm --assemble /dev/md0 /dev/sda4 /dev/sdb4
- mount /dev/md0 /mnt