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

Sunday, 19 March 2017

SFHA 6.0 INSTALLATION - RHEL 6

SFHA 6.0 INSTALLATION-RHEL6
Two systems,
PR01
DR01

First need to create entry of both servers in /etc/hosts
Then create a password less ssh between both servers.
We need two extra interfaces also for the same.
PR-01


[root@pr01 ~]# ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
ee:9e:b9:07:47:cb:0c:fe:4f:3f:2e:a9:f0:9f:c2:b2 root@pr01
The key's randomart image is:
+--[ RSA 2048]----+
|                 |
|                 |
|                 |
|        . .      |
|       .S= .     |
|       .o =      |
|        o=  ..   |
|       ..==.oo.  |
|       .E=o=+oo. |
+-----------------+
[root@pr01 ~]# cd .ssh
[root@pr01 .ssh]# ls -la
total 20
drwx------. 2 root root 4096 Mar  1 12:14 .
dr-xr-x---. 3 root root 4096 Mar  1 12:13 ..
-rw-------. 1 root root 1671 Mar  1 12:14 id_rsa
-rw-r--r--. 1 root root  391 Mar  1 12:14 id_rsa.pub
-rw-r--r--. 1 root root  402 Mar  1 12:13 known_hosts
[root@pr01 .ssh]# cat id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAuja07ltg24oK8Xb5EduSfO13bD+hwTD9CPUMKDZWl/sj5fZ7kEJkmi0+KiUf9ev+hF9Z5ujpxqvf7TiMVUagVVWaRQKSIcUswNwggjimQ8cstlDlO5Mp6XQhacI03pASFDXVbDkbNy1U0FcYA0dp4g/SdnbtJdkJPDudoH6Va0zzgpuaLdPvo1aVSbb8LmQWd47igNfxyt4hhcPw61Hv7ohdZ9L4DOlWgN0394U5hBVUO+bAkpvY7xOR2ozrbk7yzK7NWU4hs+l1lF5teIVfrfjz5ppP+QuO+RjOrdlvwpnXhm3O+UxsIadxbLWkZ34/mjkdyWu8t4TBkx7K1KKQsQ== root@pr01
[root@pr01 .ssh]# vi authorized_keys
[root@pr01 .ssh]# service sshd restart
Stopping sshd:                                             [  OK  ]
Starting sshd:                                             [  OK  ]
[root@pr01 .ssh]# ssh dr01
Last login: Wed Mar  1 12:13:25 2017 from pr01
[root@dr01 ~]# exit
logout
Connection to dr01 closed.
[root@pr01 .ssh]#

DR-01

[root@dr01 ~]# ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
d7:6c:1e:f9:b2:02:f8:b9:5e:33:c8:71:d0:60:f9:bb root@dr01
The key's randomart image is:
+--[ RSA 2048]----+
|        o.       |
|       ..o       |
|        ...      |
|         ..o .   |
|       .S o.*    |
|      ...=.o o   |
|       .oo+.o .  |
|        o.Eo o   |
|       .o. ..    |
+-----------------+
[root@dr01 ~]# cd .ssh
[root@dr01 .ssh]# ls -la
total 20
drwx------.  2 root root 4096 Mar  1 12:14 .
dr-xr-x---. 25 root root 4096 Mar  1 12:13 ..
-rw-------.  1 root root 1675 Mar  1 12:14 id_rsa
-rw-r--r--.  1 root root  391 Mar  1 12:14 id_rsa.pub
-rw-r--r--.  1 root root  402 Mar  1 12:13 known_hosts
[root@dr01 .ssh]# cat id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAtgzQ+2ZDWVasaQHbQ0ka39eNflWRpwwjuCs2EDyjnXHJ3aZIReKL7mgfQuefU6l/Q1Nm166L+8wT482+q7Yj3WNfgTbMxST8JYOwcx089A5m4aIfTewWrRIv010rYgtWwxwDjQMwkw7VHWbwD7XKG35WcVei9WOxBBf2rikP2gUmPr6o7QQH0N4oz5bXo+zx197niEm2FCI+bQjtL8ZJve5w4eYUPw6LvzNb175qMfvYk13a68LFLtySDpT6Kt7IHILi08VTO/3hq/7sAelLLeDtcWCaFCguPWL/tM0yr804glE8l9F82ovlLJkN8bCqLgBAvigLnY9TH2pTuWYdTQ== root@dr01
[root@dr01 .ssh]# vi authorized_keys
[root@dr01 .ssh]# service sshd restart
Stopping sshd:                                             [  OK  ]
Starting sshd:                                             [  OK  ]
[root@dr01 .ssh]# ssh pr01
Last login: Wed Mar  1 12:13:38 2017 from dr01
[root@pr01 ~]# exit
logout
Connection to pr01 closed.
[root@dr01 .ssh]#

[root@pr01 rhel6_x86_64]# nice -19 cp VRTS_SF_HA_Solutions_6.0_RHEL.tar /veritas/
[root@pr01 rhel6_x86_64]# cd /veritas/
[root@pr01 rhel6_x86_64]# tar -xvf VRTS_SF_HA_Solutions_6.0_RHEL.tar
[root@pr01 rhel6_x86_64]# cd dvd1-redhatlinux
[root@pr01 rhel6_x86_64]# cd rhel6_x86_64

[root@pr01 rhel6_x86_64]# ./installer

               Storage Foundation and High Availability Solutions 6.0 Install Program

Copyright (c) 2011 Symantec Corporation. All rights reserved.  Symantec, the Symantec Logo are
trademarks or registered trademarks of Symantec Corporation or its affiliates in the U.S. and other
countries. Other names may be trademarks of their respective owners.

The Licensed Software and Documentation are deemed to be "commercial computer software" and
"commercial computer software documentation" as defined in FAR Sections 12.212 and DFARS Section
227.7202.

Logs are being written to /var/tmp/installer-201703011229YAf while installer is in progress.


               Storage Foundation and High Availability Solutions 6.0 Install Program

Symantec Product                                   Version Installed    Licensed
================================================================================
Symantec Licensing Utilities (VRTSvlic) are not installed due to which products and licenses are not
discovered.
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 çç


               Storage Foundation and High Availability Solutions 6.0 Install Program

     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 (SFCFSHA)
     6)  Symantec VirtualStore (SVS)
     7)  Veritas Storage Foundation for Sybase ASE CE (SFSYBASECE)
     8)  Veritas Storage Foundation for Oracle RAC (SF Oracle RAC)
     b)  Back to previous menu

Select a product to install: [1-8,b,q] 4 çç

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 and High Availability 6.0 Install Program

     1)  Install minimal required rpms - 424 MB required
     2)  Install recommended rpms - 719 MB required
     3)  Install all rpms - 740 MB required
     4)  Display rpms to be installed for each option

Select the rpms to be installed on all systems? [1-4,q,?] (2) 3

Enter the 64 bit RHEL6 system names separated by spaces: [q,?] pr01 dr01 çç

                Veritas Storage Foundation and High Availability 6.0 Install Program
                                              pr01 dr01

Logs are being written to /var/tmp/installer-201703011229YAf 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 rpms ............................................... Failed
    Checking platform version .............................................................. Done
    Checking file system free space ........................................................ Done
    Checking product licensing ............................................................. Done
    Performing product prechecks ........................................................... Done

System verification checks completed

The following errors were discovered on the systems:

CPI ERROR V-9-30-2015 The following required OS rpms were not found on pr01:
        nss-softokn-freebl-3.12.9-3.el6.i686 glibc-2.12-1.25.el6.i686 pam-1.1.1-8.el6.i686
libgcc-4.4.5-6.el6.i686 libstdc++-4.4.5-6.el6.i686 ksh-20100621-6.el6.x86_64 mksh-39-5.el6.x86_64

CPI ERROR V-9-30-2015 The following required OS rpms were not found on dr01:
        nss-softokn-freebl-3.12.9-3.el6.i686 glibc-2.12-1.25.el6.i686 pam-1.1.1-8.el6.i686
libgcc-4.4.5-6.el6.i686 libstdc++-4.4.5-6.el6.i686 ksh-20100621-6.el6.x86_64 mksh-39-5.el6.x86_64

installer log files and summary file are saved at:

        /opt/VRTS/install/logs/installer-201703011229YAf

Would you like to view the summary file? [y,n,q] (n) n çç


[root@pr01 ~]# yum install -y nss-softokn*
[root@pr01 ~]# yum install -y glibc* pam-* libgcc-* libstdc* ksh-2* mksh-3*


This will not work…LLL

Just google and download the RPM’s.

[root@pr01 veritas_SETUP]# rpm -ivh nss-softokn-freebl-3.12.9-3.el6.i686.rpm --force --nodeps
warning: nss-softokn-freebl-3.12.9-3.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
Preparing...                ########################################### [100%]
   1:nss-softokn-freebl     ########################################### [100%]

[root@pr01 veritas_SETUP]# rpm -ivh glibc-2.12-1.25.el6.i686.rpm --force --nodeps
warning: glibc-2.12-1.25.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
Preparing...                ########################################### [100%]
   1:glibc                  ########################################### [100%]

[root@pr01 veritas_SETUP]# rpm -ivh pam-1.1.1-8.el6.i686.rpm --force --nodeps
warning: pam-1.1.1-8.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
Preparing...                ########################################### [100%]
   1:pam                    ########################################### [100%]

[root@pr01 veritas_SETUP]# rpm -ivh libgcc-4.4.5-6.el6.i686.rpm --force --nodeps
warning: libgcc-4.4.5-6.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
Preparing...                ########################################### [100%]
   1:libgcc                 ########################################### [100%]

[root@pr01 veritas_SETUP]# rpm -ivh libstdc++-4.4.5-6.el6.i686.rpm --force --nodeps
warning: libstdc++-4.4.5-6.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
Preparing...                ########################################### [100%]
   1:libstdc++              ########################################### [100%]

I did this on both pr01 as well as dr01,

[root@pr01 rhel6_x86_64]# ./installer

                          Storage Foundation and High Availability Solutions 6.0 Install Program

Copyright (c) 2011 Symantec Corporation. All rights reserved.  Symantec, the Symantec Logo are trademarks or registered
trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of
their respective owners.

The Licensed Software and Documentation are deemed to be "commercial computer software" and "commercial computer software
documentation" as defined in FAR Sections 12.212 and DFARS Section 227.7202.

Logs are being written to /var/tmp/installer-201703021210Ztx while installer is in progress.


                          Storage Foundation and High Availability Solutions 6.0 Install Program

Symantec Product                                   Version Installed    Licensed
================================================================================
Symantec Licensing Utilities (VRTSvlic) are not installed due to which products and licenses are not discovered.
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 çç


                          Storage Foundation and High Availability Solutions 6.0 Install Program

     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 (SFCFSHA)
     6)  Symantec VirtualStore (SVS)
     7)  Veritas Storage Foundation for Sybase ASE CE (SFSYBASECE)
     8)  Veritas Storage Foundation for Oracle RAC (SF Oracle RAC)
     b)  Back to previous menu

Select a product to install: [1-8,b,q] 4 çç

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 and High Availability 6.0 Install Program

     1)  Install minimal required rpms - 424 MB required
     2)  Install recommended rpms - 719 MB required
     3)  Install all rpms - 740 MB required
     4)  Display rpms to be installed for each option

Select the rpms to be installed on all systems? [1-4,q,?] (2) 3 çç

Enter the 64 bit RHEL6 system names separated by spaces: [q,?] pr01 dr01

                           Veritas Storage Foundation and High Availability 6.0 Install Program
                                                         pr01 dr01

Logs are being written to /var/tmp/installer-201703021210Ztx 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 rpms ...................................................................... Done
    Checking platform version ................................................................................... Done
    Checking file system free space ............................................................................. Done
    Checking product licensing .................................................................................. Done
    Performing product prechecks ................................................................................ Done

System verification checks completed successfully


                           Veritas Storage Foundation and High Availability 6.0 Install Program
                                                         pr01 dr01

The following Veritas Storage Foundation and High Availability rpms will be installed on all systems:

Rpm               Rpm Description

VRTSvlic          Veritas Licensing
VRTSperl          Veritas Perl 5.12.2 Redistribution
VRTSsfcpi60       Veritas Storage Foundation Installer
VRTSspt           Veritas Software Support Tools by Symantec
VRTSvxvm          Veritas Volume Manager Binaries
VRTSaslapm        Veritas Volume Manager - ASL/APM
VRTSob            Veritas Enterprise Administrator Service by Symantec
VRTSlvmconv       Veritas Linux LVM to VxVM Converter
VRTSsfmh          Veritas Storage Foundation Managed Host by Symantec
VRTSvxfs          Veritas File System
VRTSfsadv         Veritas File System Advanced Solutions by Symantec
VRTSfssdk         Veritas File System Software Developer Kit
VRTSllt           Veritas Low Latency Transport
VRTSgab           Veritas Group Membership and Atomic Broadcast
VRTSvxfen         Veritas I/O Fencing by Symantec
VRTSamf           Veritas Asynchronous Monitoring Framework by Symantec
VRTSvcs           Veritas Cluster Server
VRTScps           Veritas Cluster Server - Coordinated Point Server
VRTSvcsag         Veritas Cluster Server Bundled Agents by Symantec
VRTSvcsdr         Veritas Cluster Server Disk Reservation Modules
VRTSvcsea         Veritas Cluster Server Enterprise Agents by Symantec
VRTSvbs           Veritas Virtual Business Service
VRTSdbed          Veritas Storage Foundation Databases
VRTSodm           Veritas Oracle Disk Manager

Press [Enter] to continue:


                           Veritas Storage Foundation and High Availability 6.0 Install Program
                                                         pr01 dr01

Logs are being written to /var/tmp/installer-201703021210Ztx while installer is in progress

    Installing SFHA: 100%

    Estimated time remaining: (mm:ss) 0:00                                                                    26 of 26

    Installing VRTSvxvm rpm ..................................................................................... Done
    Installing VRTSaslapm rpm ................................................................................... Done
    Installing VRTSob rpm ....................................................................................... Done
    Installing VRTSlvmconv rpm .................................................................................. Done
    Installing VRTSvxfs rpm ................................................................................... Failed
    Installing VRTSfsadv rpm .................................................................................... Done
    Installing VRTSfssdk rpm .................................................................................... Done
    Installing VRTSllt rpm ...................................................................................... Done
    Installing VRTSgab rpm ...................................................................................... Done
    Installing VRTSvxfen rpm .................................................................................... Done
    Installing VRTSamf rpm ...................................................................................... Done
    Installing VRTSvcs rpm ...................................................................................... Done
    Installing VRTScps rpm ...................................................................................... Done
    Installing VRTSvcsag rpm .................................................................................... Done
    Installing VRTSvcsdr rpm .................................................................................... Done
    Installing VRTSvcsea rpm .................................................................................... Done
    Installing VRTSdbed rpm ..................................................................................... Done
    Installing VRTSodm rpm ...................................................................................... Done
    Installing VRTSsfcpi60 rpm .................................................................................. Done
    Installing VRTSsfmh rpm ..................................................................................... Done
    Installing VRTSvbs rpm ...................................................................................... Done

    Performing SFHA postinstall tasks ........................................................................... Done
Veritas Storage Foundation and High Availability Install did not complete successfully

VRTSvxfs rpm failed to install on pr01
VRTSvxfs rpm failed to install on dr01


                           Veritas Storage Foundation and High Availability 6.0 Install Program
                                                         pr01 dr01

To comply with the terms of Symantec's End User License Agreement, you have 60 days to either:

 * Enter a valid license key matching the functionality in use on the systems
 * Enable keyless licensing and manage the systems with a Management Server. For more details visit
http://go.symantec.com/sfhakeyless. The product is fully functional during these 60 days.

     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) 2 çç

Checking system licensing

                           Veritas Storage Foundation and High Availability 6.0 Install Program
                                                         pr01 dr01

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

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

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

Registering SFHA license

The updates to VRTSaslapm package are released via the Symantec SORT web page: https://sort.symantec.com/asl. To make sure
you have the latest version of VRTSaslapm (for up to date ASLs and APMs), download and install the latest package from the
SORT web page.

Veritas Storage Foundation and High Availability cannot be started without configuration.

Run the '/opt/VRTS/install/installsfha -configure' command when you are ready to configure Veritas Storage Foundation and
High Availability.

Checking online updates for Veritas Storage Foundation and High Availability 6.0

        Attempted to connect to https://sort.symantec.com to check for product updates, but connection failed.
        Please visit https://sort.symantec.com to check for available product updates and information.

installer log files, summary file, and response file are saved at:

        /opt/VRTS/install/logs/installer-201703021210Ztx

Would you like to view the summary file? [y,n,q] (n) n çç

[root@pr01 rhel6_x86_64]#

Now configure SFHA

[root@pr01 rhel6_x86_64]# cd /opt/VRTS/install/

[root@pr01 install]# ./installsfha -configure

                          Veritas Storage Foundation and High Availability 6.0 Configure Program

Copyright (c) 2011 Symantec Corporation. All rights reserved.  Symantec, the Symantec Logo are trademarks or registered
trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of
their respective owners.

The Licensed Software and Documentation are deemed to be "commercial computer software" and "commercial computer software
documentation" as defined in FAR Sections 12.212 and DFARS Section 227.7202.

Logs are being written to /var/tmp/installsfha-201703021240QZi while installsfha is in progress.

Enter the 64 bit RHEL6 system names separated by spaces: [q,?] pr01 dr01 çç

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

Logs are being written to /var/tmp/installsfha-201703021240QZi while installsfha is in progress

    Verifying systems: 100%

    Estimated time remaining: (mm:ss) 0:00                                                                      5 of 5

    Checking system communication ............................................................................... Done
    Checking release compatibility .............................................................................. Done
    Checking installed product .................................................................................. Done
    Checking platform version ................................................................................... Done
    Performing product prechecks ................................................................................ Done

System verification checks completed successfully

I/O Fencing

It needs to be determined at this time if you plan to configure I/O Fencing in enabled or disabled mode, as well as help
in determining the number of network interconnects (NICS) required on your systems. If you configure I/O Fencing in
enabled mode, only a single NIC is required, though at least two are recommended.

A split brain can occur if servers within the cluster become unable to communicate for any number of reasons. If I/O
Fencing is not enabled, you run the risk of data corruption should a split brain occur. Therefore, to avoid data
corruption due to split brain in CFS environments, I/O Fencing has to be enabled.

If you do not enable I/O Fencing, you do so at your own risk

See the Administrator's Guide for more information on I/O Fencing

Do you want to configure I/O Fencing in enabled mode? [y,n,q,?] (y) n çç


                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

To configure VCS, answer the set of questions on the next screen.

When [b] is presented after a question, 'b' may be entered to go back to the first question of the configuration set.

When [?] is presented after a question, '?' may be entered for help or additional information about the question.

Following each set of questions, the information you have entered will be presented for confirmation.  To repeat the set
of questions and correct any previous errors, enter 'n' at the confirmation prompt.

No configuration changes are made to the systems until all configuration questions are completed and confirmed.

Press [Enter] to continue:

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

To configure VCS for SFHA the following information is required:

        A unique cluster name
        A unique cluster ID number between 0-65535
        Two or more NICs per system used for heartbeat links

        One or more heartbeat links are configured as private links
        You can configure one heartbeat link as a low-priority link

All systems are being configured to create one cluster.

Enter the unique cluster name: [q,?] cluster1 çç

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

     1)  Configure heartbeat links using LLT over Ethernet
     2)  Configure heartbeat links using LLT over UDP
     3)  Automatically detect configuration for LLT over Ethernet
     b)  Back to previous menu

How would you like to configure heartbeat links? [1-3,b,q,?] (1) 1 çç

    Discovering NICs on pr01 .......................................................... Discovered eth0 eth1 eth2 eth3

Enter the NIC for the first private heartbeat link on pr01: [b,q,?] (eth1) eth1 çç
Would you like to configure a second private heartbeat link? [y,n,q,b,?] (y) y çç
Enter the NIC for the second private heartbeat link on pr01: [b,q,?] (eth2) eth2 çç
Would you like to configure a third private heartbeat link? [y,n,q,b,?] (n) n çç
Do you want to configure an additional low-priority heartbeat link? [y,n,q,b,?] (n) n çç
Are you using the same NICs for private heartbeat links on all systems? [y,n,q,b,?] (y) y çç
    Checking media speed for eth1 on pr01 ................................................................... 1000Mb/s
    Checking media speed for eth2 on pr01 ................................................................... 1000Mb/s
    Checking media speed for eth1 on dr01 ................................................................... 1000Mb/s
    Checking media speed for eth2 on dr01 ................................................................... 1000Mb/s
Enter a unique cluster ID number between 0-65535: [b,q,?] (40921) 40921 çç

The cluster cannot be configured if the cluster ID 40921 is in use by another cluster. Installer can perform a check to
determine if the cluster ID is duplicate. The check will take less than a minute to complete.
Would you like to check if the cluster ID is in use by another cluster? [y,n,q] (y) n çç

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

Cluster information verification:

        Cluster Name:      cluster1
        Cluster ID Number: 40921
        Private Heartbeat NICs for pr01:
                link1=eth1
                link2=eth2
        Private Heartbeat NICs for dr01:
                link1=eth1
                link2=eth2

Is this information correct? [y,n,q,?] (y) y

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

The following data is required to configure the Virtual IP of the Cluster:

        A public NIC used by each system in the cluster
        A Virtual IP address and netmask

Do you want to configure the Virtual IP? [y,n,q,?] (n) n çç

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

Veritas Cluster Server can be configured in secure mode

Running VCS in Secure Mode guarantees that all inter-system communication is encrypted, and users are verified with
security credentials.

When running VCS in Secure Mode, NIS and system usernames and passwords are used to verify identity. VCS usernames and
passwords are no longer utilized when a cluster is running in Secure Mode.

Would you like to configure the VCS cluster in secure mode? [y,n,q,?] (n) n çç

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

The following information is required to add VCS users:

        A user name
        A password for the user
        User privileges (Administrator, Operator, or Guest)

Do you wish to accept the default cluster credentials of 'admin/password'? [y,n,q] (y) y çç

Do you want to add another user to the cluster? [y,n,q] (n) n çç

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

VCS User verification:

        User: admin     Privilege: Administrators

        Passwords are not displayed

Is this information correct? [y,n,q] (y) y çç

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

The following information is required to configure SMTP notification:

        The domain-based hostname of the SMTP server
        The email address of each SMTP recipient
        A minimum severity level of messages to send to each recipient

Do you want to configure SMTP notification? [y,n,q,?] (n) n çç

                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

The following information is required to configure SNMP notification:

        System names of SNMP consoles to receive VCS trap messages
        SNMP trap daemon port numbers for each console
        A minimum severity level of messages to send to each console

Do you want to configure SNMP notification? [y,n,q,?] (n) n çç

All SFHA processes that are currently running must be stopped

Do you want to stop SFHA processes now? [y,n,q,?] (y) y çç


                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

Logs are being written to /var/tmp/installsfha-201703021240QZi while installsfha is in progress

    Stopping SFHA: 100%

    Estimated time remaining: (mm:ss) 0:00                                                                    10 of 10

    Performing SFHA prestop tasks ............................................................................... Done
    Stopping sfmh-discovery ..................................................................................... Done
    Stopping vxdclid ............................................................................................ Done
    Stopping vxcpserv ........................................................................................... Done
    Stopping had ................................................................................................ Done
    Stopping CmdServer .......................................................................................... Done
    Stopping amf ................................................................................................ Done
    Stopping vxfen .............................................................................................. Done
    Stopping gab ................................................................................................ Done
    Stopping llt ................................................................................................ Done

Veritas Storage Foundation and High Availability Shutdown completed successfully


                          Veritas Storage Foundation and High Availability 6.0 Configure Program
                                                         pr01 dr01

Logs are being written to /var/tmp/installsfha-201703021240QZi while installsfha is in progress

    Starting SFHA: 94%                                                                                          ______

    Estimated time remaining: (mm:ss) 0:15                                                                    17 of 18

    Performing SFHA configuration ............................................................................... Done
    Starting vxdmp .............................................................................................. Done
    Starting vxio ............................................................................................... Done
    Starting vxspec ............................................................................................. Done
    Starting vxconfigd .......................................................................................... Done
    Starting vxesd .............................................................................................. Done
    Starting vxrelocd ........................................................................................... Done
    Starting vxconfigbackupd .................................................................................... Done
    Starting vxportal ......................................................................................... Failed çç
    Starting fdd .............................................................................................. Failed çç
    Starting llt ................................................................................................ Done
    Starting gab ................................................................................................ Done
    Starting amf ................................................................................................ Done
    Starting had ................................................................................................ Done
    Starting CmdServer .......................................................................................... Done
    Starting vxdbd .............................................................................................. Done
    Starting vxodm ............................................................................................ Failed çç

Veritas Storage Foundation and High Availability Startup did not complete successfully

vxportal failed to start on pr01
fdd failed to start on pr01
vxodm failed to start on pr01
vxportal failed to start on dr01
fdd failed to start on dr01
vxodm failed to start on dr01


The updates to VRTSaslapm package are released via the Symantec SORT web page: https://sort.symantec.com/asl. To make sure
you have the latest version of VRTSaslapm (for up to date ASLs and APMs), download and install the latest package from the
SORT web page.

It is strongly recommended to reboot the following systems:
        pr01
        dr01

Execute '/sbin/shutdown -r now' to properly restart your systems

It is likely that the startup failure issues will be resolved after rebooting the system. If issues persist after reboot,
contact Symantec technical support or refer to installation guide for further troubleshooting.

installsfha log files, summary file, and response file are saved at:

        /opt/VRTS/install/logs/installsfha-201703021240QZi

Would you like to view the summary file? [y,n,q] (n) n çç

You have new mail in /var/spool/mail/root
[root@pr01 install]#


Though we have installed but VXVM will definitely not work properly because of highlighted “FAILED” messages.

[root@pr01 install]# /sbin/shutdown -r now

Broadcast message from root@pr01
        (/dev/pts/2) at 12:55 ...

The system is going down for reboot NOW!

[root@dr01 veritas_SETUP]# /sbin/shutdown -r now

Broadcast message from root@dr01
        (/dev/pts/3) at 12:55 ...

The system is going down for reboot NOW!
You have new mail in /var/spool/mail/root

PR01
[root@pr01 ~]# vxdisk list
DEVICE       TYPE            DISK         GROUP        STATUS
sda          auto:none       -            -            online invalid
sdb          auto:none       -            -            online invalid
You have new mail in /var/spool/mail/root

[root@pr01 ~]# /opt/VRTSvcs/bin/hastatus -sum

-- SYSTEM STATE
-- System               State                Frozen

A  dr01                 RUNNING              0
A  pr01                 RUNNING              0

DR01
[root@dr01 ~]# /opt/VRTSvcs/bin/hastatus -sum

-- SYSTEM STATE
-- System               State                Frozen

A  dr01                 RUNNING              0
A  pr01                 RUNNING              0
You have new mail in /var/spool/mail/root
[root@dr01 ~]# vxdisk list
DEVICE       TYPE            DISK         GROUP        STATUS
sda          auto:none       -            -            online invalid


let’s check it again,

[root@pr01 rpms]# ls -l VRTSvxfs*
-rwxr-xr-x. 1 root root 6682456 Nov 22  2011 VRTSvxfs-6.0.000.000-GA_RHEL6.x86_64.rpm

[root@pr01 rpms]# rpm -ivh VRTSvxfs-6.0.000.000-GA_RHEL6.x86_64.rpm
Preparing...                ########################################### [100%]
        package VRTSvxfs-6.0.000.000-GA_RHEL6.x86_64 is already installed

[root@pr01 rpms]# rpm -Uvh VRTSvxfs-6.0.000.000-GA_RHEL6.x86_64.rpm
Preparing...                ########################################### [100%]
        package VRTSvxfs-6.0.000.000-GA_RHEL6.x86_64 is already installed

[root@pr01 rpms]# ls -l VRTSodm*
-rwxr-xr-x. 1 root root 254044 Nov 22  2011 VRTSodm-6.0.000.000-GA_RHEL6.x86_64.rpm

[root@pr01 rpms]# rpm -Uvh VRTSodm-6.0.000.000-GA_RHEL6.x86_64.rpm
Preparing...                ########################################### [100%]
        package VRTSodm-6.0.000.000-GA_RHEL6.x86_64 is already installed

[root@pr01 rpms]# cd /opt/VRTS/install
[root@pr01 install]# ls -l installsf*
-rwxr-x---. 1 root root 1221 Mar  2 12:23 installsf
-rwxr-x---. 1 root root 1223 Mar  2 12:23 installsfha


[root@pr01 install]# ./installsf -configure

                                     Veritas Storage Foundation 6.0 Configure Program

Copyright (c) 2011 Symantec Corporation. All rights reserved.  Symantec, the Symantec Logo are trademarks or registered
trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of
their respective owners.

The Licensed Software and Documentation are deemed to be "commercial computer software" and "commercial computer software
documentation" as defined in FAR Sections 12.212 and DFARS Section 227.7202.

Logs are being written to /var/tmp/installsf-201703031436GZH while installsf is in progress.

Enter the 64 bit RHEL6 system names separated by spaces: [q,?] (pr01) pr01 dr01 çç

                                     Veritas Storage Foundation 6.0 Configure Program
                                                         pr01 dr01

Logs are being written to /var/tmp/installsf-201703031436GZH while installsf is in progress

    Verifying systems: 100%

    Estimated time remaining: (mm:ss) 0:00                                                                      5 of 5

    Checking system communication ............................................................................... Done
    Checking release compatibility .............................................................................. Done
    Checking installed product .................................................................................. Done
    Checking platform version ................................................................................... Done
    Performing product prechecks ................................................................................ Done

System verification checks completed successfully


                                     Veritas Storage Foundation 6.0 Configure Program
                                                         pr01 dr01

Logs are being written to /var/tmp/installsf-201703031436GZH while installsf is in progress

    Starting SF: 92%                                                                                          ________

    Estimated time remaining: (mm:ss) 0:04                                                                    12 of 13

    Performing SF configuration ................................................................................. Done
    Starting vxdmp .............................................................................................. Done
    Starting vxio ............................................................................................... Done
    Starting vxspec ............................................................................................. Done
    Starting vxconfigd .......................................................................................... Done
    Starting vxesd .............................................................................................. Done
    Starting vxrelocd ........................................................................................... Done
    Starting vxconfigbackupd .................................................................................... Done
    Starting vxportal ......................................................................................... Failed
    Starting fdd .............................................................................................. Failed
    Starting vxdbd .............................................................................................. Done
    Starting vxodm ............................................................................................ Failed

Veritas Storage Foundation Startup did not complete successfully

vxportal failed to start on pr01
fdd failed to start on pr01
vxodm failed to start on pr01
vxportal failed to start on dr01
fdd failed to start on dr01
vxodm failed to start on dr01


The updates to VRTSaslapm package are released via the Symantec SORT web page: https://sort.symantec.com/asl. To make sure
you have the latest version of VRTSaslapm (for up to date ASLs and APMs), download and install the latest package from the
SORT web page.

It is strongly recommended to reboot the following systems:
        pr01
        dr01

Execute '/sbin/shutdown -r now' to properly restart your systems

It is likely that the startup failure issues will be resolved after rebooting the system. If issues persist after reboot,
contact Symantec technical support or refer to installation guide for further troubleshooting.

installsf log files, summary file, and response file are saved at:

        /opt/VRTS/install/logs/installsf-201703031436GZH

Would you like to view the summary file? [y,n,q] (n) n çç




vxportal failed to start on pr01
fdd failed to start on pr01
vxodm failed to start on pr01
Starting vxportal ................................ Failed
Starting fdd ..................................... Failed
Starting vxodm ................................... Failed
Installing VRTSvxfs rpm .......................... Failed


fs-rhel6_x86_64-6.0.3.300-rpms.tar.gz

Now try to upgrade the RPM’s

[root@pr01 veritas_SETUP]# tar -xzvf fs-rhel6_x86_64-6.0.3.300-rpms.tar.gz
rpms/
rpms/VRTSvxfs-6.0.300.300-RHEL6.x86_64.rpm
rpms/VRTSodm-6.0.300.300-RHEL6.x86_64.rpm
rpms/README_SYMC.VRTSodm
rpms/README_SYMC.VRTSvxfs
rpms/patch-meta.json
README

[root@pr01 veritas_SETUP]# cd rpms
[root@pr01 rpms]# ls -l
total 5230
-rwxrwxrwx. 1 root root     1289 Dec 10  2013 patch-meta.json
-rwxrwxrwx. 1 root root     3113 Dec  9  2013 README_SYMC.VRTSodm
-rwxrwxrwx. 1 root root    12286 Dec  9  2013 README_SYMC.VRTSvxfs
-rwxrwxrwx. 1 root root   284336 Dec  6  2013 VRTSodm-6.0.300.300-RHEL6.x86_64.rpm
-rwxrwxrwx. 1 root root 10407220 Dec  6  2013 VRTSvxfs-6.0.300.300-RHEL6.x86_64.rpm

[root@pr01 rpms]# rpm -Uvh VRTSodm-6.0.300.300-RHEL6.x86_64.rpm
Preparing...                ########################################### [100%]
   1:VRTSodm                ########################################### [100%]
[root@pr01 rpms]# rpm -Uvh VRTSvxfs-6.0.300.300-RHEL6.x86_64.rpm
Preparing...                ########################################### [100%]
   1:VRTSvxfs               ########################################### [100%]
[root@pr01 rpms]# cd /opt/VRTS/install
[root@pr01 install]# ./installsf -configure

                                     Veritas Storage Foundation 6.0 Configure Program

Copyright (c) 2011 Symantec Corporation. All rights reserved.  Symantec, the Symantec Logo are trademarks or registered
trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of
their respective owners.

The Licensed Software and Documentation are deemed to be "commercial computer software" and "commercial computer software
documentation" as defined in FAR Sections 12.212 and DFARS Section 227.7202.

Logs are being written to /var/tmp/installsf-201703031459VSI while installsf is in progress.

Enter the 64 bit RHEL6 system names separated by spaces: [q,?] (pr01) pr01 dr01 çç

                                     Veritas Storage Foundation 6.0 Configure Program
                                                         pr01 dr01

Logs are being written to /var/tmp/installsf-201703031459VSI while installsf is in progress

    Verifying systems: 100%

    Estimated time remaining: (mm:ss) 0:00                                                                      5 of 5

    Checking system communication ............................................................................... Done
    Checking release compatibility .............................................................................. Done
    Checking installed product .................................................................................. Done
    Checking platform version ................................................................................... Done
    Performing product prechecks ................................................................................ Done

System verification checks completed successfully


                                     Veritas Storage Foundation 6.0 Configure Program
                                                         pr01 dr01

Logs are being written to /var/tmp/installsf-201703031459VSI while installsf is in progress

    Starting SF: 100%

    Estimated time remaining: (mm:ss) 0:00                                                                    13 of 13

    Performing SF configuration ................................................................................. Done
    Starting vxdmp .............................................................................................. Done
    Starting vxio ............................................................................................... Done
    Starting vxspec ............................................................................................. Done
    Starting vxconfigd .......................................................................................... Done
    Starting vxesd .............................................................................................. Done
    Starting vxrelocd ........................................................................................... Done
    Starting vxconfigbackupd .................................................................................... Done
    Starting vxportal ........................................................................................... Done
    Starting fdd ................................................................................................ Done
    Starting vxdbd .............................................................................................. Done
    Starting vxodm .............................................................................................. Done
    Performing SF poststart tasks ............................................................................... Done

Veritas Storage Foundation Startup completed successfully


The updates to VRTSaslapm package are released via the Symantec SORT web page: https://sort.symantec.com/asl. To make sure
you have the latest version of VRTSaslapm (for up to date ASLs and APMs), download and install the latest package from the
SORT web page.

installsf log files, summary file, and response file are saved at:

        /opt/VRTS/install/logs/installsf-201703031459VSI

Would you like to view the summary file? [y,n,q] (n) n ç

[root@pr01 install]#


No comments:

Post a Comment