with Tags:
rendev
X

In a perfect world....rootvg would always reside on hdisk0.
In a perfect world, 99.9% of AIX administrators would prefer their systems to look like this: # lspv | grep rootvg hdisk0 00c342c68dfcbdfb rootvg active However, in reality, 99.9% of AIX administrators live with systems that look something like this: # lspv | grep rootvg hdisk39... [More]
Tags:  hdisk0 chris_gibson rendev aix rootvg |
Renaming devices in AIX 7.1
I remember reading this interesting document about some challenges
renaming AIX devices. http://gibsonnet.net/aix/ibm/The_Fun_of_Oracle_RAC_ASM_and_Device_Names.doc This poor guy had to jump through some hoops to rename some disk
and network devices in a clustered AIX (Oracle RAC) environment. This comment stayed with me: “ The easy way to get network
adapters and disk names to match between systems would be to run
something like # chdev –l old_name –n new_name Except, this command option does NOT exist. ” Since then I’ve... [More]
Tags:  7.1 gibson aix chris rendev |