- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Reboot and volume group not active
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-26-2006 12:54 AM
06-26-2006 12:54 AM
Reboot and volume group not active
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c38t0d0":
The path of the physical volume refers to a device that does not
exist, or is not configured into the kernel.
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c35t0d0":
The path of the physical volume refers to a device that does not
exist, or is not configured into the kernel.
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c38t0d1":
The path of the physical volume refers to a device that does not
exist, or is not configured into the kernel.
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c35t0d1":
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 12:58 AM
06-26-2006 12:58 AM
Re: Reboot and volume group not active
Do you have any special drivers / daemons that load that are required to access the data on the IBM shark array?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 01:03 AM
06-26-2006 01:03 AM
Re: Reboot and volume group not active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 01:08 AM
06-26-2006 01:08 AM
Re: Reboot and volume group not active
is there a serviceguard manager at system?
is there a cluster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 01:09 AM
06-26-2006 01:09 AM
Re: Reboot and volume group not active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 01:19 AM
06-26-2006 01:19 AM
Re: Reboot and volume group not active
AUTO_VG_ACTIVATE= 0 or 1 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 01:33 AM
06-26-2006 01:33 AM
Re: Reboot and volume group not active
I think the real issue is the "Couldn't attach to the volume group physical volume" messages posted.
Are the PV names mentioned (c35t0d0, c38t0d0, c35t0d1, c38t0d1) mentioned the ones that are part of your VG01?
If so, I think you need to figure out when / why those messages are occurring. Do they just occurr when the system is rebooted? If that is fixed, then you may also fix your VG activation issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 01:38 AM
06-26-2006 01:38 AM
Re: Reboot and volume group not active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 01:53 AM
06-26-2006 01:53 AM
Re: Reboot and volume group not active
/dev/vg00
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
/dev/vg01
/dev/dsk/c6t12d6
/dev/dsk/c4t12d6
/dev/dsk/c6t12d5
/dev/dsk/c4t12d5
/dev/dsk/c38t0d0
/dev/dsk/c35t0d0
/dev/dsk/c38t0d1
/dev/dsk/c35t0d1
Then when I do a vgscan -p -v, I get the following:
/dev/vg00
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
/dev/vg01
/dev/dsk/c38t0d0
/dev/dsk/c38t0d1
/dev/dsk/c6t12d5
/dev/dsk/c6t12d6
/dev/dsk/c35t0d0
/dev/dsk/c35t0d1
/dev/dsk/c4t12d5
/dev/dsk/c4t12d6
Following Physical Volumes belong to one Volume Group.
Unable to match these Physical Volumes to a Volume Group.
Use the vgimport command to complete the process.
/dev/dsk/c8t0d4
/dev/dsk/c10t0d4
Could /dev/dsk/c8t0d4 and c10t0d4 be the problem? It is a LUN from another SAN, that is still visible to the system, but not part of the volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 05:12 AM
06-26-2006 05:12 AM
Re: Reboot and volume group not active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 05:50 AM
06-26-2006 05:50 AM
Re: Reboot and volume group not active
It's possible one of the disks on the Shark array is bad. Do an ioscan to see if any show status other than "CLAIMED".
On the other hand it could very well be a quorum problem since the VG is mirrored, try activating the VG without quorum checking...
# vgchange -a y -q n /dev/vg01
~cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 05:54 AM
06-26-2006 05:54 AM
Re: Reboot and volume group not active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 06:01 AM
06-26-2006 06:01 AM
Re: Reboot and volume group not active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 06:14 AM
06-26-2006 06:14 AM
Re: Reboot and volume group not active
If you have multiple paths to the same lun on some kinds of controller-based arrays, you can have access problems down the alternate path without using the manufacturer's path failover software.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 06:18 AM
06-26-2006 06:18 AM
Re: Reboot and volume group not active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 06:21 AM
06-26-2006 06:21 AM
Re: Reboot and volume group not active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 06:24 AM
06-26-2006 06:24 AM
Re: Reboot and volume group not active
Here is the link to the IBM drivers - it looks like you may need to use it in order to fully utilize the shark.
http://www-1.ibm.com/support/docview.wss?uid=ssg1S4000053&rs=555
Download Description
The Subsystem Device Driver is a pseudo device driver designed to support the multipath configuration environments in the IBM TotalStorage Enterprise Storage Server, the IBM TotalStorage DS family, and the IBM System Storage SAN Volume Controller. It resides in a host system with the native disk device driver and provides the following functions:
- Enhanced data availability
- Dynamic I/O load-balancing across multiple paths
- Automatic path failover protection
- Concurrent download of licensed internal code
- Path-selection policies for the host system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 06:30 AM
06-26-2006 06:30 AM
Re: Reboot and volume group not active
The array most likely has settings for HPUX support for your LUNS - has someone checked those to make sure they are set correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 06:32 AM
06-26-2006 06:32 AM
Re: Reboot and volume group not active
Thanks again,
Sally
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 06:40 AM
06-26-2006 06:40 AM
Re: Reboot and volume group not active
I know on other arrays there are specific bit settings/flags that you need to set to tell the array it is dealing with HPUX. I would ask the storage folks to double check those bit settings/flags on those luns to be sure they are set for HPUX support. Arrays (inluding your Hitachi) supporting multi-oses usually treat Windows, Solaris and Linux the same, but AIX and HPUX are configured differently.
Sorry I can't be more specific, like I said I'm not a Shark guy. Your storage team should have explicit configuration information for HPUX though...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 11:10 AM
06-26-2006 11:10 AM
Re: Reboot and volume group not active
# vgdisplay -v vg01
If you have multiple paths to each of the vg01 PVs, I would suggest you vgreduce the alternate paths from vg01. After that reboot the server and see if this goes okay i.e. you don't have to manually activate vg01 after the reboot. If all is well then procedd with adding the alternate PV links to vg01 with vgextend.
before rebooting...
# vgreduce /dev/vg01 /dev/dsk/c#t#d#
If okay add PV links back in...
# vgextend /dev/vg01 /dev/dsk/c#t#d#
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 09:14 PM
06-26-2006 09:14 PM
Re: Reboot and volume group not active
If you are receiving only on IBM Shark devices, I woud recommed to check the settings with IBM Shark for your host connectivity. Also remove PV link and check the reboot.
Regards
Sathish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 11:16 PM
06-26-2006 11:16 PM
Re: Reboot and volume group not active
I can look at creating different LUN characteristics. Yours are open systems DS size, there are also Opens systems ESS size, Open systems Block and iseries - protected and iseries unprotected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 11:32 PM
06-26-2006 11:32 PM
Re: Reboot and volume group not active
No, I am not getting the same errors on c6 and c4 and those devices are attached to the Hitachi SAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 12:23 AM
06-27-2006 12:23 AM