tar -xzvf VRTS_SF_HA_Solutions_6.2.1_PR_SLES12SP1.t
tar -xvzf sfha-sles12sp1_x86_64-Patch-6.2.1.tar.gz
cd sfha-sles12sp2_x86_64-Patch-6.2.1.300
tar -xvf sfha-sles12sp2_x86_64-Patch-6.2.1.300.ta
cd ..
tar -xzvf cpi-Patch-6.2.1.1100.tar.gz <-- creates patches
cd sles12sp1_x86_64
# ./installer -require /var/tmp/upgrade/patches/CPI_6.2.1_P11.p
"I" Install a Product
"3" Symantec Storage Foundation for just standalone vm's. <-- Chose this unless cluster!
"4" Symantec Storage Foundation and High Availability (SFHA) for vm clusters.
"2" Install recommended rpms
Enter the system hostname
Follow all prompts
shutdown -r now
Then ensure the sticky bit is set on /dev/shm and its world writable: drwxrwxrwt root:root shm
PATCHING:
tar -xvf 6.2.1_HOTFIX_systemd.tar
cd 6.2.1_HOTFIX_systemd
for x in `ls` ; do gzip -d $x; done
for x in `ls` ; do tar -xf $x; done
sh -x /root/stopsapora
cd rpms
umount -a -t vxfs
systemctl stop vxodm
rpm -Uvh VRTSvxfs-6.2.1.8201-SLES12.x86_64.rpm
rpm -Uvh VRTSvxvm-6.2.1.802-SLES12.x86_64.rpm
rpm -Uvh --noscripts VRTSveki-6.2.1.501-SLES12.x86_64.rpm
chkconfig -d veki
chkconfig -a veki
systemctl daemon-reload
cd ..
chmod +777 vrts-systemd.sh
./vrts-systemd.sh -ex
./vrts-systemd.sh -es