Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Root Disk Encapsulation, Veritas

Administration

Root Disk Encapsulation, Veritas

by  unixrocks  Posted    (Edited  )
Once you have installed Veritas

pkgadd -d <Package directory>



Reboot your system and setup the vxlicense keys.

#vxlicense -c

Vxlicense will promot for the keys

Make sure vxconfigd, vxnotify and vxrelocd are running on the system.

# vxconfigd -m disable
# vxdctl init
# vxdg init rootdg
# vxdctl add disk c0t0d0s2 type=sliced

Run vxdisk list to check the disk is in. If it is then run the following

# vxencap -g rootdg rootdisk=c0t0d0s2


You will then need to reboot your machine for the change to take effect.

Once the system is back up confirm all is well using vxprint -hrt. You shoud see something simmiliar to this


dg rootdg default default 0 1079622222.1025.hostname

dm rootdisk c0t0d0s2 sliced 3590 17678493 -

v home - ENABLED ACTIVE 12342267 ROUND - gen
pl home-01 home ENABLED ACTIVE 12342267 CONCAT - RW
sd rootdisk-03 home-01 rootdisk 5336226 12342267 0 c0t0d0 ENA

v rootvol - ENABLED ACTIVE 4287654 ROUND - root
pl rootvol-01 rootvol ENABLED ACTIVE 4287654 CONCAT - RW
sd rootdisk-02 rootvol-01 rootdisk 1048572 4287654 0 c0t0d0 ENA

v swapvol - ENABLED ACTIVE 1048572 ROUND - swap
pl swapvol-01 swapvol ENABLED ACTIVE 1048572 CONCAT - RW
sd rootdisk-01 swapvol-01 rootdisk 0 1048572 0 c0t0d0 ENA




Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top