- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- checklist hp-ux
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
05-26-2008 01:37 AM
05-26-2008 01:37 AM
after vgdisplay command i have this result.
is it a very critical error?
--------------------------------------
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vgccb
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 01:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 01:45 AM
05-26-2008 01:45 AM
Re: checklist hp-ux
Your vg is not activated.
vgchange -a y
regards,
SHR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 01:51 AM
05-26-2008 01:51 AM
Re: checklist hp-ux
1) vg is part of a cluster and is opened on another node - try "cmviewcl" or " cmviewcl -v"
2) the VG is de-activated for any reason - try to activate it.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 01:52 AM
05-26-2008 01:52 AM
Re: checklist hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 02:03 AM
05-26-2008 02:03 AM
Re: checklist hp-ux
I guess you want to activate it *because* of the data on that disk ... ;-)
Try
# vgchange -a y vgccb
and post the results.
If there is anything wrong (part of cluster or a missing disk in this vg) the result will tell you.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 02:03 AM
05-26-2008 02:03 AM
Re: checklist hp-ux
Sure, if you do not activate it you didn't get the file system online.
vgchange -a y /dev/vgccb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 02:39 AM
05-26-2008 02:39 AM
Re: checklist hp-ux
You should activate the VG in exclsive mode (in cluster scenario) . so Only one server read/write in to it
Vgchange -a -e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 03:00 AM
05-27-2008 03:00 AM
Re: checklist hp-ux
u have to activte vol group just by
vgchange -a y
vgchange -a e
vgchange -a s
also go thru man vgchange
regards
vjta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 06:26 AM
05-27-2008 06:26 AM
Re: checklist hp-ux
vgchange -a y vgccb
Activating the volume group will have no effect on any currently running vg's.