Monday, December 14, 2009

Installing Veritas volume manager

At the time of this writing, Solaris 8 is the most commonly deployed version of Solaris, so we'll use that as the basis for this example. The steps are basically identical for the other releases.
1. After having completed the installation of the Solaris 8 operating system, the root filesystem should appear similar to the following:
2. # df -k
3. Filesystem kbytes used avail capacity Mounted on
4. /dev/dsk/c0t0d0s0 6607349 826881 5714395 13% /
5. /proc 0 0 0 0% /proc
6. fd 0 0 0 0% /dev/fd
7. mnttab 0 0 0 0% /etc/mnttab
8. /dev/dsk/c0t0d0s4 1016863 8106 947746 1% /var
9. swap 1443064 8 1443056 1% /var/run
10. swap 1443080 24 1443056 1% /tmp
11. Apply any operating system patches required by either Veritas volume manager and/or Veritas filesystem. At the time of this writing, this includes the latest versions of following patches to Solaris 8: SUNWsan package, 109529-06, 111413-06, 108827-19, 108528-14, 110722-01. However, please check the Veritas volume manager 3.5 installation guide for the authoritative list. Finally, you should also refer to Veritas volume manager 3.5 hardware notes for any specific requirements for your storage hardware.
12. Insert the Veritas volume manager software cdrom into the cdrom drive. If volume management is enabled, it will automatically mount to /cdrom/volume_manager3.5 (depending on the precise release iteration, the exact path may differ in your case):
13. Change to the directory containing the Veritas Volume Manager packages:
# cd /cdrom/volume_manager3.5/pkgs
14. Add the required packages. Note that the order specified is siginificant in that the VRTSvlic package must be first, the VRTSvxvm package must be second, and then any remaining packages:
15. # pkgadd -d . VRTSvlic VRTSvxvm VRTSvmdoc VRTSvmman VRTSob VRTSobgui \
16. VRTSvmpro VRTSfspro VRTSvxfs VRTSfsdoc
17.
18.
19. Processing package instance from
20.
21. VERITAS License Utilities
22. (sparc) 3.00.007d
23. VERITAS Software Corp
24.
25. VERITAS License Utilities 3.00.007d
26. Using as the package base directory.
27. ## Processing package information.
28. ## Processing system information.
29. 3 package pathnames are already properly installed.
30. ## Verifying disk space requirements.
31. ## Checking for conflicts with packages already installed.
32. ## Checking for setuid/setgid programs.
33.
34. . . .package installation proceeds, accepting input from administrator...
35.
36.
37. *** IMPORTANT NOTICE ***
38. This machine must now be rebooted in order to ensure
39. sane operation. Execute
40. shutdown -y -i6 -g0
41. and wait for the "Console Login:" prompt.
42. # shutdown -y -i6 -g0
43.
44. Once the system reboots, apply any Veritas volume manager patches. At the time of this writing, there are no patches for neither volume manager or filesystem. However, future patches (and there will be patches ;-) can be obtained from http://seer.support.veritas.com. Note that the patch installation instructions may require that a reboot be performed after the patch is installed
45. Proceed to the process of mirroring the operating system.

No comments:

Post a Comment