How to check the boot sequence in normal mode:
#bootlist -m normal -o
How to check the boot sequence in service mode:
#bootlist -m service -o
To change boot sequence to cd0,hdisk69 in normal mode:
#bootlist -m normal cd0 hdisk69
To change boot sequence to cd69,rmt69,hdisk69 in service mode:
#bootlist -m service cd69 rmt69 hdisk69
To create boot image on PV hdisk69:
#bosboot -ad /dev/hdisk69
To clear the boot image:
#mkboot -cd /dev/hdisk69
Specifies the bootable disk:
#bootinfo -b
Specifies the type of boot:
#bootinfo -t
Check the machine can boot from tape:
#bootinfo -e
How to check the machine type:
#bootinfo -T
How to check the machine architecture type:
#bootinfo -y
How to check the os kernel architecture:
#bootinfo -K
How to check the size of hdisk69:
#bootinfo -s hdisk69
How to check the size of memory:
#bootinfo -r