- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need to remove a package from arunning cluste...
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
12-03-2010 12:52 AM
12-03-2010 12:52 AM
I need to remove a cluster package from a running cluster.
what I planned is as below:
say pkg is mypkg
# cmhaltpkg mypkg
# cmdeleteconf -p mypkg
rm -r /etc/cmcluster/mypkg
any more steps remaining?
My question is:
Do I need to delete/destroy Vgs and related LVS/FS ?
[Hope while halting the pkg its self these export might have happened?]
If you can correct my steps that willbe great !!
THANKS FOR YOUR REPLY.
Rgds
Sree
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 01:00 AM
12-03-2010 01:00 AM
SolutionAnd yes, cmhaltpkg command would take the lv's and vg's of the service group, off-line. Destroying the VGs and LVs are upto you but if I were you, I would not jump the gun for a reasonable period of time, like 3-6 months. I believe, if no one is looking for that application after 3-6months, it is safe that you are free and clear of it. Then you can remove all traces of the package. This is just my personal opinion.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 01:01 AM
12-03-2010 01:01 AM
Re: Need to remove a package from arunning cluster
Your plan is ok. If you don't need the file systems/logical volumes or volume group anymore then you can destroy the volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 02:16 AM
12-03-2010 02:16 AM
Re: Need to remove a package from arunning cluster
If you don`t needs those VG /LV stiff ..you may export the VG itself all the device files will be exported for VGs & LVM , you may keep a map file for your reference if needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 03:01 AM
12-03-2010 03:01 AM
Re: Need to remove a package from arunning cluster
Thanks much for your help.
One querry still remaining.
Do I need to do create ASCII file of cluster and reomeve the PKG entry from it and to apply using cmapplyconf ?
or just cmdeleteconf is enough?
rgds
Sree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 04:31 AM
12-03-2010 04:31 AM
Re: Need to remove a package from arunning cluster
package control file , no changes to cluster conf file in this regard !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 04:50 AM
12-03-2010 04:50 AM
Re: Need to remove a package from arunning cluster
cmdeleteconf is enough...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 05:58 AM
12-03-2010 05:58 AM
Re: Need to remove a package from arunning cluster
# vgchange -c n vgname
# cmdeleteconf
and cmgetconf to verify
rgs,