- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with volume group not loading in
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
12-17-2001 11:21 AM
12-17-2001 11:21 AM
Problem with volume group not loading in
come up - mount -a on HPUX 11.0.
Volume would not mount. Disk drives look ok
and ioscan can see them that comprise the
volume group. Was told to perform the following
below.
a. Boot in single user mode with quorum override:
hpux -is -lq (;2)/hp-ux
b. Move the out-of-date lvmtab file:
mv /etc/lvmtab /etc/lvmtab.saved
c. Use vgscan to build a new one:
vgscan -v
Ran the command and still had problems. Also
noticed that it stated to do run vgimport of
the two drives. Ran the command and it stated
it was not a block device when using rdsk and
dsk in the command for vgimport.
Anything else to check or run??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 11:28 AM
12-17-2001 11:28 AM
Re: Problem with volume group not loading in
Is the volume group with the LVs you are trying to mount active? Does it get activated by default when the machine boots up?
What happens if you do:
# vgchange -a y /dev/vg??
for the suspect VG?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 11:33 AM
12-17-2001 11:33 AM
Re: Problem with volume group not loading in
Is this volume group mentioned in your /etc/fstab?
or
Are you running MC/SG? and is this volume group supposed to be part of that mount control?
Just a couple thoughts,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 11:37 AM
12-17-2001 11:37 AM
Re: Problem with volume group not loading in
Try "vgchange -a y /dev/vg_name" for the volume groups you are trying to mount. Do "vgchange -a e /dev/vg_name" if you are using a SG volume group.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 11:37 AM
12-17-2001 11:37 AM
Re: Problem with volume group not loading in
Did you check your /etc/lvmrc file?. See if it has these volume groups configured as not to be activated during the bootup time. Some users edit this file on the systems with MC/Service Guard.
You can also try vgchange -a y volume_group to see if it is getting activated.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 11:40 AM
12-17-2001 11:40 AM
Re: Problem with volume group not loading in
but does not. Get and error with vgchange
- no physical volumes for the volume group
- also gives a cross link error
Yes we are running Service Guard but it is not
used in Service Guard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 11:53 AM
12-17-2001 11:53 AM
Re: Problem with volume group not loading in
with Service Guard. Output of vgchange -a
e volume group:
vgchange:Warning Couldnt attach to the volume
group physical volume "/dev/dks/c5t3d1"
Cross link device link
same thing happens for the other drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 12:20 PM
12-17-2001 12:20 PM
Re: Problem with volume group not loading in
Hope this helps.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 12:23 PM
12-17-2001 12:23 PM
Re: Problem with volume group not loading in
Stop your package.
1.Make sure you have edited your package ~.run file (or whatever you call the Package Control Script file) properly and added the new volume group and fs information correctly.
2. Now release control of vg from lvm and give it to your cluster..
vgchange -a n /dev/vgname
vgchange -c y /dev/vgname
3. Now restart your package and see if everything mounts ok now..
Like I said just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 12:40 PM
12-17-2001 12:40 PM
Re: Problem with volume group not loading in
run. Also the disk drives are fine ioscan
can see them and the autoraid can see them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 12:46 PM
12-17-2001 12:46 PM
Re: Problem with volume group not loading in
try,
For non-SG volumes,
vgchange -a y -q n /dev/vg_name
for SG volumes,
vgchange -a e -q n /dev/vg_name
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 12:52 PM
12-17-2001 12:52 PM
Re: Problem with volume group not loading in
If it is the root disk, simply use,
vgchange -q n /dev/vg00
Then boot into multiuser mode,
init 2
or
init 3
Hope this helps.
regds