setboot(1M) in HP-UX 11i v3
Enable Hyper-Threading for next boot:
# setboot -m on
# setboot
Primary bootpath : 0/1/1/0.0x0.0x0 (/dev/rdisk/disk6)
HA Alternate bootpath : 0/1/1/0.0x0.0x0 (/dev/rdisk/disk6)
Alternate bootpath : 0/1/1/0.0x0.0x0 (/dev/rdisk/disk6)
Autoboot is ON (enabled)
Hyperthreading : ON
: ON (next boot)
Disable Hyper-Threading for next boot:
# setboot -m off
# setboot
Primary bootpath : 0/1/1/0.0x0.0x0 (/dev/rdisk/disk6)
HA Alternate bootpath : 0/1/1/0.0x0.0x0 (/dev/rdisk/disk6)
Alternate bootpath : 0/1/1/0.0x0.0x0 (/dev/rdisk/disk6)
Autoboot is ON (enabled)
Hyperthreading : ON
: OFF (next boot)
16