- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- delete a pkg in MC
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
06-14-2004 12:23 AM
06-14-2004 12:23 AM
There are two pkgs in My MC/SG , I want to delete a pkg in MC/SG now, the pkg name is pkg-1. The question is that should I re-cmapplyconf the cmcluster.ascii to all of nodes after I cmdeleteconf -p pkg-1 ?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 01:08 AM
06-14-2004 01:08 AM
Re: delete a pkg in MC
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 01:14 AM
06-14-2004 01:14 AM
Re: delete a pkg in MC
Here's a link:
http://www2.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=UMCSGKBRC00007090&searchCrit=allwords&docType=EngineerNotes&search.x=21&search.y=5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 01:14 AM
06-14-2004 01:14 AM
SolutionFrom http://docs.hp.com/hpux/onlinedocs/B3936-90073/B3936-90073.html
"Deleting a Package from a Running Cluster
You can delete a package from all cluster nodes by using the cmdeleteconf command. The command can only be executed when the package is not running; the cluster may be up. The command removes the package information from the binary configuration file on all the nodes in the cluster.
The following example halts package mypkg and removes the package configuration from the cluster:
# cmhaltpkg mypkg
# cmdeleteconf -p mypkg
The command prompts for a verification before deleting the files unless you use the -f option. The directory /etc/cmcluster/mypkg is not deleted by this command. "
Rgds...Geoff
PS: the vg's at the end of a cmcluster.ascii are only used for documentation...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 02:31 AM
06-14-2004 02:31 AM
Re: delete a pkg in MC
You ascii file is not affected by this...BUT...what it does mean is that now your ascii file and your binary configuration file are out of 'sync'.
So, although you can do this while things are up and running...you will want to recreate your ascii file clean from your binary configuration file at some point. And to be really certain things still look good eventually you will want to run a cmcheckconf...
Just my 2 cents,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 06:25 AM
06-14-2004 06:25 AM
Re: delete a pkg in MC
There is a vg01 in the pkg-1, should I vgexport the vg01 on both of hosts after I delete the pkg-1 ?
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 06:40 AM
06-14-2004 06:40 AM
Re: delete a pkg in MC
Rgds...Geoff