How 2 Know
If you can't Google it, You Can Knowing it.

Posts Tagged ‘how’

list mksysb from tap

Thursday, February 26th, 2015

try this command to list files from a mksysb tap:

#lsmksysb

the previous command will list from the default tap device “rmt0”.

if you have another tap, try the following:

#lsmksysb -f /dev/rmt5

How to set the PVID of a disk to a specific value

Sunday, June 30th, 2013

The following series of commands demonstrates how to set the PVID of an AIX disk to a specific value like “0123456789abcdef”:
Note:  Setting PVID like this should be avoided normally. It may cause unwanted consequences in your environment. Continue Reading…