Wise people learn when they can; fools learn when they must - Arthur Wellesley

Tuesday, 23 September 2014

Veritas SFHA (vxvm + vcs) Installation



                                                                
                                      VERITAS SFHA INSTALLATION

Well, Now I am going to install Veritas on my Solaris (vm)

Before Installation,

2 Solaris Machines

pr-01    192.168.234.201    [extra ip 192.168.234.202]
dr-01    192.168.234.211    [extra ip 192.168.234.212]

with extra IP (These extra IP should be strictly on different Network (subnet), but I had taken on same )

Both Solaris have their entries in there /etc/hosts

Both have ssh tested with root

OK… Now let’s start the Veritas Installation

 root@pr-01:>/hgfs/oS/veritas_SETUP# gunzip VRTS_SF_HA_Solutions_6.0.1_Solaris_x64.tar.gz

root@pr-01:>/hgfs/oS/veritas_SETUP# chmod 777 VRTS_SF_HA_Solutions_6.0.1_Solaris_x64.tar


root@pr-01:>/hgfs/oS/veritas_SETUP# cp -r VRTS_SF_HA_Solutions_6.0.1_Solaris_x64.tar /

root@pr-01:>/# cd dvd2-sol_x64/

root@pr-01:>/dvd2-sol_x64# ls -l
total 4
drwxr-xr-x  17 root     root         512 Aug  3  2012 sol10_x64
drwxr-xr-x  17 root     root         512 Aug  3  2012 sol11_x64

root@pr-01:>/dvd2-sol_x64# cd sol10_x64/

root@pr-01:>/dvd2-sol_x64/sol10_x64# ls -l
total 82
drwxrwxr-x   4 root     root         512 Aug  3  2012 cluster_server
-rw-r--r--   1 root     root         860 Aug  3  2012 copyright
drwxrwxr-x  10 root     root         512 Aug  3  2012 docs
drwxrwxr-x   3 root     root         512 Aug  3  2012 dynamic_multipathing
drwxrwxr-x   3 root     root         512 Aug  3  2012 file_system
-rwxr-xr-x   1 root     root        6316 Jul 24  2012 installer
drwxrwxr-x   4 root     root         512 May  7  2012 perl
drwxrwxr-x   2 root     root        1024 Aug  3  2012 pkgs
drwxrwxr-x   7 root     root         512 Aug  3  2012 scripts
drwxrwxr-x   4 root     root         512 Aug  3  2012 storage_foundation
drwxrwxr-x   4 root     root         512 Aug  3  2012 storage_foundation_cluster_file_system_ha
drwxrwxr-x   4 root     root         512 Aug  3  2012 storage_foundation_for_oracle_rac
drwxrwxr-x   4 root     root         512 Aug  3  2012 storage_foundation_high_availability
drwxrwxr-x   3 root     root         512 Aug  3  2012 virtualstore
drwxrwxr-x   3 root     root         512 Aug  3  2012 volume_manager
-rwxr-xr-x   1 root     root       18325 Jul 24  2012 webinstaller
drwxrwxr-x   2 root     root         512 Aug  3  2012 windows
drwxrwxr-x   4 root     root         512 Jul 24  2012 xprtl


Before Intiating installer… better we change some parameters in /etc/system in both pr-01 & dr-01 & reboot

later it will asks for the same

root@pr-01:>/# vi /etc/system
        set lwp_default_stksize=0x6000
        set rpcmod:svc_default_stksize=0x6000
[add both lines in last]

root@pr-01:>/# reboot

Do the same at dr-01

root@dr-01:>/# vi /etc/system
        set lwp_default_stksize=0x6000
        set rpcmod:svc_default_stksize=0x6000

root@dr-01:>/# reboot


root@pr-01:>/dvd2-sol_x64/sol10_x64# ./installer




























DONE...

Reboot after Installation

No comments:

Post a Comment