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
You can find solutions to issues for various UNIX operating systems Cloud and DevOps here. Also this site provides you career guidance to the beginners looking for a career as UNIX/ DevOps Engineers/ Administrator.
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.
----------------------------------------------------------------------------------------------------
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.
----------------------------------------------------------------------------------------------------
- HP-UX HP0-091 Dumps
Subscribe to:
Posts (Atom)
Installing Ingress Controller - Kubernetes
Installing the Ingress Controller Prerequisites Make sure you have access to the Ingress controller image: For NGINX Ingress controll...
-
Decommission of LDOM ========================= ldm stop samplepdtestsun08 ldm unbind samplepdtestsun08 ldm destroy samplepdtestsun08 ...
-
There are 2 different ways of doing iSCSI target and initiator configuration. In below example I have done it using "tgtd" on t...
-
root@scw-530499:~# ps -ef |grep -i vault root 14891 14679 0 20:18 pts/3 00:00:01 ./vault server -config=example.hcl root 1514...