- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Help needed on Service Guard deinstallation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 08:46 AM
09-24-2002 08:46 AM
We have two K systems on service guard, functioning smoothly.
We have decided to deinstall the service guard and run the systems independently.
What are the steps involved in deinstalling the service guard, before just doing swremove?
Thank you,
-Venkat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 08:55 AM
09-24-2002 08:55 AM
Re: Help needed on Service Guard deinstallation
You can disable MC/ServiceGuard by doing the following:
Activate all volume groups at bootup. Change 'etc/lvmrc' to specify:
AUTO_VG_ACTIVATE=1
Stop all cluster services, so edit '/etc/rc.config.d/cmcluster' to specify:
AUTOSTART_CMCLD=0
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 08:58 AM
09-24-2002 08:58 AM
SolutionHere is my take on it:
1. Halt all the packages on both boxes.
2. Halt the cluster (cmhaltcl).
3. Change each volume group in all the packages back from being cluster ready (vgchange -c n vg_name)
4. Activate each volume group, put entries in local /etc/fstab files for all the filesystems, and mount them.
5. Check your /etc/lvmrc for AUTO_VG_ACTIVATE (probably set to 0 for MC/SG) and put back to =1.
6. Setup any required start/stop scripts in /sbin/init.d and link appropriate start/stop links in /sbin/rc.#d directories, and put entries as needed in files in /etc/rc.config.d. (No more nice start/stop function in the packages to handle this for you!)
At this point, you should be able to swremove MC/SG. I would do that and then use Ignite to create make_recovery backups of the systems. It might not be a bad idea to take make_recovery backups of the system before you start this process also.
I probably missed something, but that is my rough list for now.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 09:18 AM
09-24-2002 09:18 AM
Re: Help needed on Service Guard deinstallation
Thank you very much guys. I'm really amazed with the fast response from your end.
-Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 03:46 AM
09-25-2002 03:46 AM
Re: Help needed on Service Guard deinstallation
For example, if the only interface in your machine is lan0:
INTERFACE_NAME[1]=lan0:1
IP_ADDRESS[1]=WWW.XXX.YYY.ZZZ
SUBNET_MASK[1]=255.255.255.0
BROADCAST_ADDRESS[1]=""
INTERFACE_STATE[1]=up
DHCP_ENABLE[1]=0
This link will provide more informatin:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062689264 for 10.30 or above.
For 10.20, search the technical knowledge base for ifalias.
Good luck,
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 03:54 AM
09-25-2002 03:54 AM
Re: Help needed on Service Guard deinstallation
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062689264
Keith