- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Not able to activate vg
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
10-02-2005 11:33 PM
10-02-2005 11:33 PM
Not able to activate vg
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c80t13d0":
Cross-device link
vgchange: Warning: couldn't query physical volume "/dev/dsk/c80t13d0":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
vgchange: Couldn't activate volume group "vg_swap":
Quorum not present, or some physical volume(s) are missing.
In ioscan I am able to see the disk and diskinfo is showing the information about the disk.
Urgent help on this required.
Thanks in advance.
Rupesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 11:36 PM
10-02-2005 11:36 PM
Re: Not able to activate vg
http://docs.hp.com/en/B2355-90698/ch05s07.html
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 11:38 PM
10-02-2005 11:38 PM
Re: Not able to activate vg
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=18143
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=84828
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 11:39 PM
10-02-2005 11:39 PM
Re: Not able to activate vg
&
http://forums1.itrc.hp.com/service/ forums/questionanswer.do?threadId=960557
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 11:45 PM
10-02-2005 11:45 PM
Re: Not able to activate vg
This error means that one of the disk belonging to this VG is missing or has been moved.
What is the output of
#strings /etc/lvmtab
Also try to activating the VG without quorum check
#vgchange -a y -q n /dev/vg_swap
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 12:14 AM
10-03-2005 12:14 AM
Re: Not able to activate vg
Get the c-t-d- number of one disk that you still show as part of the vg and run:
echo "0x2008?4D" | adb /dev/dsk/
Take a look at the fifth (last) column and note it's value.
Now run the same command using the problem disk and see what value it says...
If it's different, can you identify what vg it goes to ?
Then I'd have a couple other questions, cause this error may simply be one side of a two sided issue....:
Do you use BCV's ??
What was the last VG you set up, or change to any VG you did ?? Is everything still working properly there ? Have your cross checked to ensure you didn't erroneously use that disk on something new ??
Once you know exactly where your at, maybe we can help get you back where you belong.
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 01:50 AM
10-03-2005 01:50 AM
Re: Not able to activate vg
What does the columns represent ?
echo "0x2008?4D" | adb /dev/dsk/c2t6d0
2008: 632309393 1112792185 632309393 1112709082
Thx,
bl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 02:28 AM
10-03-2005 02:28 AM
Re: Not able to activate vg
I replaced it and now the system is ok.
Thanks for the help and suggestions
Warm regards
Rupesh