Monday, August 1, 2016

Installing Vertias Software on Redhat Linux 5


root#rpm -ivh VRTSperl-5.16.1.6-RHEL5.2.x86_64.rpm
Preparing...                ########################################### [100%]
1:VRTSperl               ########################################### [100%]


root#rpm -ivh VRTSvlic-3.02.61.010-0.x86_64.rpm
Preparing...                ########################################### [100%]
1:VRTSvlic               ########################################### [100%]

root#rpm -ivh VRTSvxvm-6.1.0.000-GA_RHEL5.x86_64.rpm
Preparing...                ########################################### [100%]
1:VRTSvxvm               ########################################### [100%]
Installing file /etc/init.d/vxvm-boot
creating VxVM device nodes under /dev
Installing keys for APMs

root#rpm -ivh VRTSaslapm-6.1.0.000-GA_RHEL5.x86_64.rpm
Preparing...                ########################################### [100%]
:VRTSaslapm             ########################################### [100%]
Installing keys for APMs

root# rpm -ivh VRTSvxfs-6.1.0.000-GA_RHEL5.x86_64.rpm
Preparing...                ########################################### [100%]
1:VRTSvxfs               ########################################### [100%]
Installing module init file "/etc/init.d/vxfs"
WARNING:  No modules found for 2.6.18-348.el5, using compatible modules for 2.6.18-128.el5.


root# rpm -ivh VRTSfsadv-6.1.0.000-GA_RHEL5.x86_64.rpm
Preparing...                ########################################### [100%]
1:VRTSfsadv              ########################################### [100%]
Installing VxFS replication init file "/etc/init.d/vxfs_replication"
Starting replication daemon disabled

root#rpm -ivh VRTSfssdk-6.1.0.000-GA_RHEL5.x86_64.rpm
Preparing...                ########################################### [100%]
1:VRTSfssdk              ########################################### [100%]

root# rpm -ivh VRTSlvmconv-6.1.0.000-GA_RHEL5.i686.rpm
Preparing...                ########################################### [100%]
1:VRTSlvmconv            ########################################### [100%]


root# rpm -ivh VRTSob-3.4.678-0.i686.rpm
Preparing...                ########################################### [100%]
1:VRTSob                 ########################################### [100%]

root#rpm -ivh VRTSodm-6.1.0.000-GA_RHEL5.x86_64.rpm
Preparing...                ########################################### [100%]
1:VRTSodm                ########################################### [100%]


root#rpm -ivh VRTSodm-6.1.0.000-GA_RHEL5.x86_64.rpm
Preparing...                ########################################### [100%]
1:VRTSodm                ########################################### [100%]


root# rpm -ivh VRTSsfmh-6.0.0.0_Linux.rpm
Preparing...                rpm -ivh ########################################### [100%]
1:VRTSsfmh               ########################################### [100%]


root# rpm -ivh VRTSspt-6.1.0.000-GA.noarch.rpm
Preparing...                ########################################### [100%]
1:VRTSspt                ########################################### [100%]

root# rpm -qa |grep  -i vrts
VRTSperl-5.16.1.6-RHEL5.2
VRTSob-3.4.678-0
VRTSfsadv-6.1.0.000-GA_RHEL5
VRTSvxvm-6.1.0.000-GA_RHEL5
VRTSfssdk-6.1.0.000-GA_RHEL5
VRTSsfcpi61-6.1.0.000-GA_GENERIC
VRTSaslapm-6.1.0.000-GA_RHEL5
VRTSlvmconv-6.1.0.000-GA_RHEL5
VRTSsfmh-6.0.0.0-0
VRTSvxfs-6.1.0.000-GA_RHEL5
VRTSspt-6.1.0.000-GA
VRTSvlic-3.02.61.010-0
VRTSodm-6.1.0.000-GA_RHEL5


root# chkconfig --list | grep vx
vxfs            0:off   1:on    2:on    3:on    4:on    5:on    6:off
vxfs_replication        0:off   1:off   2:off   3:on    4:on    5:on    6:off
vxodm           0:off   1:off   2:off   3:on    4:on    5:on    6:off
vxvm-boot       0:off   1:on    2:on    3:on    4:on    5:on    6:off
vxvm-reconfig   0:off   1:off   2:on    3:on    4:on    5:on    6:off
vxvm-recover    0:off   1:off   2:on    3:on    4:on    5:on    6:off


root# service vxfs_replication status
Checking for vxfstaskd... vxfstaskd is stopped
Checking for vxfsrepld... vxfsrepld is stopped

root# service vxfs_replication start
Starting replication daemon disabled

root# service vxodm status
vxodm is stopped

root# service vxodm start
Starting ODM WARNING:  No modules found for 2.6.18-348.el5, using compatible modules for 2.6.18-128.el5.
service vxvm-boot

root# service vxvm-boot status
vxconfigd is stopped

root# service vxvm-boot start
Starting up VxVM:
Refreshing key links for APMs
Starting LVM VGs on dmpnode
  Reading all physical volumes.  This may take a while...
  Found volume group "vg01" using metadata type lvm2
  Found volume group "vg00" using metadata type lvm2



No comments:

Post a Comment