• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • Backup
    • Vembu BDR
    • Veeam
    • Nakivo
    • Azure Backup
    • Altaro VMBackup
    • Spinbackup
  • Tutorials
    • Openstack Tutorial
    • Openstack Beginner’s Guide
    • VXVM-Training
    • ZFS-Tutorials
    • NetApp cDot
    • LVM
    • Cisco UCS
    • LDOM
    • Oracle VM for x86
  • Linux
    • How to Articles
    • Q&A
    • Networking
    • RHEL7
  • DevOps Instructor-led Training
  • Contact

veritas volume manager installation step by step guide

April 16, 2013 By Cloud_Devops 22 Comments

This post describe about installation of  VXVM on Solaris node and initialization issues with vxvm after the package installation. Unlike other packages installation,we have installer available in storage foundation bundle to minimize the complex.So no need to use pkgadd commands unless until there is an issue with the installer.Here is step by step guide for vxvm installation with putty output.


Environment:
Operating system:Solaris 10
Storage Foundation:6.0

you can download the veritas package bundles from Symantec website freely by just signing up in to.


Download the packages from Symantec and keep the package under /var/tmp.

bash-3.00# ls -lrt
drwxr-xr-x  15 root   root    22 Nov 29  2011 dvd2-sol_x64
-rwx------   1 root   root    924151296 Oct  3 23:50 VRTS_SF_HA_Solutions_6.0_Solaris_x64.tar
bash-3.00# cd dvd2-sol_x64
bash-3.00# ls -lrt |grep installer
total 95
-rwxr-xr-x   1 root     root        5278 Nov 29  2011 installer

Note:I have removed some unnecessary output in the installation process.

bash-3.00# ./installer
Logs are being written to /var/tmp/installer-201210032354IFr while installer is in progress.
    Storage Foundation and High Availability 
       Solutions 6.0 Install Program
Use the menu below to continue.
Task Menu:
P) Perform a Pre-Installation Check      I) Install a Product
C) Configure an Installed Product        G) Upgrade a Product
O) Perform a Post-Installation Check     U) Uninstall a Product
L) License a Product                     S) Start a Product
D) View Product Descriptions             X) Stop a Product
R) View Product Requirements             ?) Help
Enter a Task: [P,I,C,G,O,U,L,S,D,X,R,?] I
     1)  Veritas Dynamic Multi-Pathing (DMP)
     2)  Veritas Cluster Server (VCS)
     3)  Veritas Storage Foundation (SF)
     4)  Veritas Storage Foundation and High Availability (SFHA)
     5)  Veritas Storage Foundation Cluster File System HA 
     6)  Symantec VirtualStore (SVS)
     7)  Veritas Storage Foundation for Oracle RAC 
     b)  Back to previous menu
Select a product to install: [1-7,b,q] 3
Do you agree with the terms of the End User License Agreement as specified in the
storage_foundation_high_availability/EULA/en/EULA_SFHA_Ux_6.0.pdf file present on media? [y,n,q,?] y
      Veritas Storage Foundation 6.0 Install Program
     1)  Install minimal required packages - XXX MB required
     2)  Install recommended packages - XXXX MB required
     3)  Install all packages - XXXX MB required
     4)  Display packages to be installed for each option

Select the packages to be installed on all systems? [1-4,q,?] (2)
Enter the Solaris x64 system names separated by spaces: [q,?] node1

        Veritas Storage Foundation and High 
          Availability 6.0 Install Program
                       node1
Logs are being written to /var/tmp/installer-201210032354IFr while installer is in progress
    Verifying systems: 100%
    Estimated time remaining: (mm:ss) 0:00                                                          8 of 8
    Checking system communication..........................Done
    Checking release compatibility.........................Done
    Checking installed product ............................Done
    Checking prerequisite patches and packages.............Done
    Checking platform version .............................Done
    Checking file system free space .......................Done
    Checking product licensing ............................Done
    Performing product prechecks ..........................Done
System verification checks completed
Press [Enter] to continue:

 1)  Enter a valid license key
 2)  Enable keyless licensing and complete system licensing later
How would you like to license the systems? [1-2,q] (2)

Checking system licensing
     1)  SF Standard HA
     2)  SF Enterprise HA
     b)  Back to previous menu

Select product mode to license: [1-2,b,q,?] (1)


Would you like to enable replication? [y,n,q] (n)

That's all about the storage foundation installation.
Just reboot the system to use VXVM.
bash-3.00# /usr/sbin/shutdown -y -i6 -g0
Troubleshooting vxvm initialization issue
After the system reboot,you may get below error messages while executing the commands.
bash-3.00# vxdctl enable
VxVM vxdctl ERROR V-5-1-1589 enable failed: Volboot file not loaded
bash-3.00# vxdisk list
VxVM vxdisk ERROR V-5-1-684 IPC failure: Configuration daemon is not accessible.

To fix the above errors,

bash-3.00# vxconfigd
bash-3.00# vxdctl init
bash-3.00# vxdctl enable
bash-3.00# vxdisk -e list
DEVICE   TYPE   DISK   GROUP STATUS  OS_NATIVE_NAME   ATTR
disk_0 auto:ZFS  -     -      ZFS     c1t0d0s2         -

Now you can see that init command created volboot for SF.

bash-3.00# cat /etc/vx/volboot
volboot 3.1 0.1 110
hostid node1
hostguid {b6208f08-0d8c-11e2-8046-000c2985ec00}.

 

Check out the wonderful VXVM commands Man page.
[showglossary gid=”1717″]
 All the VXVM command’s manual pages have been contributed by JAIS.

  • JAIS’s Linked In Profile
  • JAIS’s Google +
  • JAIS’s Facebook 

Thank you for reading this article.Please leave a comment if you have any doubt.I will get back to you.

Filed Under: Tutorials, VXVM, VXVM-Training

Reader Interactions

Comments

  1. Gopal says

    January 4, 2017 at 4:13 pm

    Hi Lingeswaran…

    Thanks for sharing very good useful information.

    how can I get VXVM+VCS softwre package.
    I am unable to get it.

    Reply
  2. m.srinivasarao says

    March 24, 2016 at 1:15 pm

    Hi,really helpfull to every one who are intrest to learn vxvm….am very glad to get knowledge from this blog spot.
    very very help full to me.i will suggest to my friends who are really learn vxvm.
    Thanks for your post.

    Reply
  3. PK says

    February 2, 2016 at 10:30 pm

    Hi, Really helpful post….can you please help me installing vxvm 6.0 in redhat linux 6 32 bit or I need 64 bit OS.

    Reply
  4. prasad says

    April 27, 2015 at 5:01 am

    Please add info about vxresize command.

    Reply
    • Lingeswaran R says

      April 27, 2015 at 7:13 pm

      Here you go.
      https://www.unixarena.com/2013/03/vxvm-tutorial-5-volume-resize.html

      Reply
  5. Steve M says

    December 26, 2014 at 10:08 pm

    hello. very good stuff. congrats.
    for those like me using redhat enterprise linux 6 to do the tutorial, kindly note that you may pay attention to two things during the installation:
    1 – there are some 32 bits packages to install:

    glibc-2.12-1.25.el6.i686*
    nss-softokn-freebl-3.12.9-3.el6.i686*
    libstdc++-4.4.5-6.el6.i686*
    libgcc-4.4.5-6.el6.i686*
    pam-1.1.1-8.el6.i686*

    2 – vxfs module should fail to install , apply the following patch

    https://sort.symantec.com//patch/detail/8572

    Reply
  6. senthil says

    March 25, 2014 at 10:03 am

    Dear Lingesh,
    i have installed Storage Foundation PKG on solaris 10_U8 successfully, but i cant able to install on oracle solaris 11. kindly suggest me.

    Reply
    • Lingeswaran R says

      March 25, 2014 at 6:22 pm

      You need to download the different package for solaris 11.

      Refer https://www.unixarena.com/2013/02/how-to-create-repository-in-solaris11.html

      Reply
  7. senthil says

    March 25, 2014 at 10:02 am

    Dear Lingesh,
    i have installed Storage Foundation PKG on solaris 10_U8 successfully, but i cant able to install on oracle solaris 11.

    Reply
  8. senthil says

    March 11, 2014 at 3:09 pm

    hi lingesh ,
    i got some error after system verification completed. i got following error.

    “The following errors were discovered on the systems:
    CPI ERROR V-9-20-1268 Unable to contact configures publishers on solaris

    The following warnings were discovered on the systems:
    CPI WARNING V-9-40-4970 To avoid a potential reboot after installation, you should modify the /etc/system file on solaris with the appropriate values, and reboot priot to package installation.
    Appropriate /etc/system file entries are shown below:
    set lwp_default_stksize=0*8000
    set rpcmod:svc_default_stksize=0*8000

    Reply
  9. senthil says

    March 11, 2014 at 3:02 pm

    hi Lingesh,

    i cant able to install the vxvm in my vmware, got some error.

    Reply
  10. senthil says

    March 11, 2014 at 1:08 pm

    Dear Lingesh,
    i got following error while install vxvm,
    CPI error V-9-20-1262 cannot resolve hostname node1

    Reply
  11. Ranju Rajendran says

    February 18, 2014 at 3:07 pm

    Hi Lingeswaran nice doc , is there any vxvm software which is supporting solaris 10 32-bit.Please guide me in this case.

    Reply
  12. Ranju Rajendran says

    February 18, 2014 at 12:46 pm

    nice doc,thanks….can you just tell me wthat will do the commands such as vxconfigd,vxdctl init,vxdctl enable

    Reply
  13. Rajul says

    December 4, 2013 at 1:23 am

    Thank you so much Lingeshwaran!!

    Reply
  14. vivek says

    November 11, 2013 at 11:28 am

    thanks bro….

    Reply
  15. Suresh Aesu says

    August 8, 2013 at 8:41 am

    Hi Lingesh,
    I am not able install vertitas volume manager .i am getting error like attached image..pls let me know….

    Reply
  16. Sam says

    August 4, 2013 at 6:18 am

    Really appreciated!! I went through all your blogs and your work is really appreciated. Thank you for providing this necessary information available that too free 🙂

    Reply
    • Lingeswaran R says

      August 4, 2013 at 8:59 am

      You are welcome…

      Reply
  17. Suresh says

    July 18, 2013 at 8:18 am

    Hi Friends, can u share with me where i can download Solaris 10 64bit OS for x86.pls share link with me

    my mail id:-shansolaris1@gmail.com

    Reply
    • Lingeswaran R says

      July 18, 2013 at 12:42 pm

      You need oracle support login access to download it.Otherwise download it from torrent sites

      Reply
    • mohit kapoor says

      April 6, 2021 at 3:02 am

      share me also solaris 10 64 bit ….. kapoorm137@gmal.com thanks in advance

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·

Go to mobile version