Mental Note To Myself
A few quick CSM commands that come in handy:
show mod csm 1 vserver name NAME detail
show mod csm 1 serverfarm name NAME detail
show mod csm 1 reals
A few quick CSM commands that come in handy:
show mod csm 1 vserver name NAME detail
show mod csm 1 serverfarm name NAME detail
show mod csm 1 reals
Since I don't do this very often, here's the quick notes on extending a logical volume:
fdisk /dev/sdb
partprobe
pvcreate /dev/sdb1
vgextend VolGroup00 /dev/sdb1
lvextend -l +3200 /dev/VolGroup00/LogVol04
ext2online -v /dev/VolGroup00/LogVol04