bootinfo –o hdisk0To list the location code of hdisk0 bootinfo –zTo see the machine is multiprocessor capable bootinfo –pTo see the machine bosboot -a -d (/dev/pv) Creates a complete boot image on a physical volume.mkboot -c -d (/dev/pv) Zero's out the boot records on the physical volume.savebase -d (/dev/pv) Saves customised ODM info onto the boot device.
PAGE SPACE COMMANDS
lsps -a To list out all paging spaceslsps hd6To display the details of the paging space hd6chps -a y paging00To turn on the paging space paging00chps -a n paging00To turn off the paging space paging00chps -s4 paging00To increase the size of the paging space in 4 LP blocksmkps -a -n -s4 sivgTo create a paging space on VG sivg of 4 LP size (-s4) and activate itimmediately (-n) and activate it at every restartsrmps paging00To remove the paging space paging00swapon -aTo invoke all entries in /etc/swapspaces fileswapon /dev/paging00To make available swap space paging00
SYSTEM DUMP COMMANDS
sysdumpdev -lTo list the current dump destinationsysdumpdev -LList the details of the previous dumpsysdumpstart -pStarts dump in the primary dump devicesysdumpstart -sStarts dump in the secondary dump devicesysdumpdev -p /dev/lv00To make lv00 as primary dump devicesysdumpdev -P -p /dev/lv00To make lv00 as primary dump device permanentlysysdumpdev -s /dev/rmt0To make rmt0 as secondary dump devicesysdumpdev -zTo determine a new system dump occurred
SYSTEM DUMP--------------------------------------------------------------------------------
sysdumpdev -e Estimates dumpsize of the current system in bytes.(MCA machine can also dump if key is in service position and the reset button is pressed)sysdumpdev -p (dump device) -P Sets the default dump device, permanentlyAnalyse dump file :-echo "stat\n status\n t -m" | crash /var/adm/ras/vmcore.0
Device related commands
cfgmgrTo configure devices and installs device software in systemcfgmgr -l vscsi0To configure the components connected to the vscsi0 interfacelscfgTo display config, diagnostics and vital product definition infolscfg -l mem0Display info about device mem0lscfg -l ent*Display info about all Ethernet cardslscfg -vDisplay vpdlscfg -v -l hdisk0Display vpd of hdisk0mkdev-l rmt0To change device rmt0 from defined state to available statelsdev -PTo lists all supported devices
Leave a Comment