- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with a volume groupe
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
11-14-2002 12:34 AM
11-14-2002 12:34 AM
problem with a volume groupe
i have a R380 hp 9000 with 02 internal disks and hpux 11 with 02 volumes groupe vg00 and vg01 in each disk .
when the system start vg01 is not activated automaticly and file sys is not mounted at mount point it gives a error message " Warning: Couldn't attach to the volume group physical volume "
i activate manualy vg01 and i mount the FS, so it works .
please give the correct step to recovere this prb
best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 12:44 AM
11-14-2002 12:44 AM
Re: problem with a volume groupe
check in /etc/lvmrc
if the variable
AUTO_VG_ACTIVATE=1
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 01:03 AM
11-14-2002 01:03 AM
Re: problem with a volume groupe
it should be
+++++
# The activation of Volume Groups may be customized by setting the
# AUTO_VG_ACTIVATE flag to 0 and customizing the function
# custom_vg_activation()
#
#
# To disable automatic volume group activation,
# set AUTO_VG_ACTIVATE to 0.
#
AUTO_VG_ACTIVATE=1
+++++
Good luck !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 02:46 AM
11-14-2002 02:46 AM
Re: problem with a volume groupe
First I would check the disk whether it is claimed using
ioscan -fnC disk
Also try doing a diskinfo on the disk to check whether the disk is okay.
When you tell that manual activation is working then,
I assume that the vg info was lost.
Can you do a
#vgcfgrestore -n /dev/vg01 /dev/rdsk/cXtYd0
check for the man pages of the vgcfgrestore.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2002 02:32 AM
11-17-2002 02:32 AM
Re: problem with a volume groupe
hello every body,
thanks for the reply .
i have check the /etc/lvmrc and it is ok
AUTO_VG_ACTIVATE=1
i think that the file system is corrupted the vg is not activated at start up the system give a error message
"Warning: Couldn't attach to the volume group physical volume "
so,i activate it manualy with vgcange command and i mount the file system manualy then.
how can i recovere this ? can i do an export and an import after running fsck command ??
give the steps please
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 02:39 AM
11-18-2002 02:39 AM
Re: problem with a volume groupe
are you shure that the fstab have the correct strings for your mount point?
You can check this umounting vg01 and run mountall.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 02:51 AM
11-18-2002 02:51 AM
Re: problem with a volume groupe
strings /etc/lvmtab
pvdisplay all PVs in VG01
ioscan -fnkC disk
ll /dev/vg01/
cat /etc/fstab
vgchange -a y vg01
vgdisplay -v vg01
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:13 AM
11-18-2002 06:13 AM
Re: problem with a volume groupe
i am very shure
the /etc/fstab has the corect setting about vg01
vg 01 has one disk and when running ioscan it is claimed
best regard