- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM Configuration error
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-09-2009 08:17 AM
тАО03-09-2009 08:17 AM
LVM Configuration error
One of these is giving problem and restarting again and again with following message.
SYSTEM HALTING during LVM Configuration.
Could not configure root VG.
Please help me in fixing the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2009 08:24 AM
тАО03-09-2009 08:24 AM
Re: LVM Configuration error
LVM : Activation of root volume group failed
Quorum not present, or some physical volume(s) are missing
If the vg00 is mirrored, the alternative disk is gone.
Boot with "hpux -lq" from ISL>
If vg00 consists of 2 disks without mirror, you need to replace the bad disk and restore from backup.
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
тАО03-09-2009 08:26 AM
тАО03-09-2009 08:26 AM
Re: LVM Configuration error
Good luck
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2009 08:43 AM
тАО03-09-2009 08:43 AM
Re: LVM Configuration error
After interepting the system during booting
on executing SEA command
We find P0, P1, P2 drives
on executing BO P1 command
when it start booting
it gives the above messege.
We don't have the backup of the system.
Is it possible to retrieve the old data from UNIX machine before relaoding it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2009 08:46 AM
тАО03-09-2009 08:46 AM
Re: LVM Configuration error
If the disk was mirrored, stop the automatic boot, boot from disk, interact with ISL and do
ISL> hpux -lq
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
тАО03-09-2009 09:02 AM
тАО03-09-2009 09:02 AM
Re: LVM Configuration error
One server is main (faulty), other is working ok.
Faulty is having ARCHIVE folder for external archiving and COL is running on both machines.
In normal when one machine is shutdown and restarted it is synchronised with the other and work as hot redundent.
Active-Red Passive-Red
My problem is that on reinstalling the main server it will delete all the ARCHIVE & COL or is it ok.
On my machine Maestro-UX software is running on UNIX.
If COL & Graphic get deleted from other machine I would lost everything.
How to take back up a UNIX machine.
Please guide us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2009 09:09 AM
тАО03-09-2009 09:09 AM
Re: LVM Configuration error
Information Menu: Enter command > ma
---- Main Menu ---------------------------------------------------------------
Command Description
------- -----------
BOot [PRI|ALT|
PAth [PRI|ALT] [
SEArch [DIsplay|IPL] [
COnfiguration menu Displays or sets boot values
INformation menu Displays hardware information
SERvice menu Displays service commands
DIsplay Redisplay the current menu
HElp [
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
тАО03-09-2009 09:20 AM
тАО03-09-2009 09:20 AM
Re: LVM Configuration error
Also tell me the wat to take backup of the other running UNIX machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2009 09:57 AM
тАО03-09-2009 09:57 AM
Re: LVM Configuration error
Method 1 (this requires both machines have identical tape drives attached and you have blank tapes) use fbackup (how to use is explained in man page. Run command 'man fbackup' to learn more about it.
Method 2 (this requires both machines are on the same network, which should be the case since you are copying data from one machine to the other daily)
reload hpux to the first machine in which way you can (from tape or cd), create the directory structure as it is on second machine
go to the second machine which is not broken, use scp or rcp to copy data over to the first machine. Since you have a setup to copy from the main machine to the second machine, you can use the same logic to copy it back.
Without knowing the exact data structure that you want to copy, it is hard to make an exact suggestion.
And, last but not the least, implement a BACKUP method to prevent this from happening again. If you are not experienced on HPUX, you can always ask additional service from HP or other consulting companies or independent consultants.
Cheers...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2009 10:10 AM
тАО03-09-2009 10:10 AM
Re: LVM Configuration error
Please logon to the other identical system as root and do
# uname -a
# swlist
# vgdisplay -v
# lvdisplay -v /dev/vg00/lvol1 | head -n 30
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
тАО03-10-2009 11:18 AM
тАО03-10-2009 11:18 AM
Re: LVM Configuration error
I have gone through the machine today again through Hyper Terminal and collected all the display to help you guys to fix the problem, Hope it would be some useful to you guys.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2009 11:32 AM
тАО03-10-2009 11:32 AM
Re: LVM Configuration error
How about the other commands in my post above?
1) Try to boot with "-lq" switch (see above)
2) Collect more information from your working server (see above).
If we find out the disks are mirrored we are near to the solution ...
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
тАО03-10-2009 12:00 PM
тАО03-10-2009 12:00 PM
Re: LVM Configuration error
I will check this thing tomorrow as revert back.
Can you tell me more about these commands?
What does ISL stand for?
What would happen by ISL> hpux -lq
What is the purpose to run following commands on other machine?
# uname -a
# swlist
# vgdisplay -v
# lvdisplay -v /dev/vg00/lvol1 | head -n 30
Last question
What does mirrored disk means?
We are running Maestro UX software on these machines.
Are you sure this a SOFTWARE problem and nothings to do with HARDWARE?
Have you gone through the attachment?
Please elaborate properly all the procedure, if possible for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2009 08:47 AM
тАО03-11-2009 08:47 AM
Re: LVM Configuration error
isl implements the operating system independent portion of the
bootstrap process. It is loaded and executed after self-test and
initialization have completed successfully, To know more type man isl...
hpux -lq
Will boot the system without quorum restriction. Quorum check will take place before activating the vg.
What is the purpose to run following commands on other machine?
# uname -a
# swlist
# vgdisplay -v
# lvdisplay -v /dev/vg00/lvol1 | head -n 30
The purpose of checking the above command is to come to the conclusion whether the disk is mirrored and to find out how many disk are present in the vg.
What does mirrored disk means?
Copy of data will be present in another disk in the same vg.........
Cheer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2009 01:36 AM
тАО03-12-2009 01:36 AM
Re: LVM Configuration error
Great answar.
Full marks to all guys.
This a great move to create a FORUM.
To solve the problem by sharing.
I am thankful to everybody who has participated in the discussion so far.
Few questions yet to replied
what is quorum?
& what is quorum failure.
what does hpux -lq cmd?
In this cmd lq stands for?
Do you know somebody having knowledge of Meastro UX software of ABB.
We have problem of ARCHIVING in the Maestro UX.
In ws01 & ws02(name of work stations) we have /arc folders.
/exarc folder is only in ws02, from where it goes to external ARCHIVE PC.
At present this data is not going to ARCHIVE PC. as a result of no noline trends comes & ws02 (work station) shutdown frequently.
Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2009 01:48 AM
тАО03-12-2009 01:48 AM
Re: LVM Configuration error
All other commands (performed on your other working system) will give this information.
>> what is quorum?
By default, the system will check if you have >50% of all disks available. If you have 2 disks, 1 failed you have exactly 50%, but not >50% - the check will fail.
This is what you have now.
By booting with "-lq" this check will be disabled.
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!
