What is this site all About

Topics:

1. HP UNIX volume manager - How to add disk to VG
http://unixadvice.blogspot.in/2008/06/hp-unix-volume-manager-tasks.html

2. Veritas License Expired Issue - Solaris
http://unixadvice.blogspot.in/2008/09/veritas-license-expired-issue-solaris.html

3. How to convert a Filesystem to Largefiles with Online JFS - HP-UX
http://unixadvice.blogspot.in/2009/07/how-to-convert-filesystem-to-largefiles.html

4. Clustering : HP-UNIX serviceguard how to change the node timeout value
http://unixadvice.blogspot.in/2010/06/hp-unix-serviceguard-how-to-change-node.html

5. HP-UX extending strict/ distributed volumes with PVG
 http://unixadvice.blogspot.in/2010/06/hp-unix-serviceguard-how-to-change-node.html

6. Solaris issues and Solaris 10 command reference
http://unixadvice.blogspot.in/2010/10/os-sun-solaris-810-hardware-fire-v880.html

7. HP-UX - How to convert Strict/Distributed to normal Volume
http://unixadvice.blogspot.in/2010/06/hp-ux-how-to-convert-strictdistributed.html

8. VXVM -vxdg rmdisk and vxdg init - examples
 http://unixadvice.blogspot.in/2009/12/dubai-2009.html

9. VSFTP issue - 500 OOPS: cannot change directory
 http://unixadvice.blogspot.in/2012/12/vsftpd-issue.html

10. How to get a Job in MNC - Career Guidance on how to create an effective Resume and give Interviews.
http://unixadvice.blogspot.in/2007/12/how-to-get-job-in-mnc.html


http://unixadvice.blogspot.in/2007/12/hot-to-get-job-in-mnc-continued.html


http://unixadvice.blogspot.in/2007/12/how-to-get-job-in-mnccontinued.html

service guard upgrade HP-UX

How to upgrade service guard version from 11.18 to 11.19

1. Take the backup of all the configuration files in /etc/cmcluster
cp -pR /etc/cmcluster /etc/cmcluster.date
copy the whole content of the directory.
2. copy /etc/cmcluster.conf

also do a cmgetconf of the current configuration

3. Halt the PKGs running on the first node.
#cmhaltpkg testpkg1
#cmhaltpkg testpkg2
#cmhaltnode
4. uninstall the service guard depot
swlist |grep -i service

swremove -x enforce_dependencies=false

--you will get the swinstall TUI screen select the Service Guard 11.18 depot and remove

5. Install the new version of Service Guard 11.19 from the remote location or from local where you downloaded
Install with swinstall TUI mode
6. After installation check the new version with swlist |grep -i service

8. start the node
cmrunnode
9. Check the status with
#cmviewcl

-------------------------
Follow the same steps on the alternate node.

Finally start all the PKGs, check failover.
Check the syslog for any errors.

----------------------------------------------------------------------------------------------------



Installing Ingress Controller - Kubernetes

Installing the Ingress Controller Prerequisites Make sure you have access to the Ingress controller image: For NGINX Ingress controll...