- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvcreate error using SAM
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-16-2002 11:55 PM
10-16-2002 11:55 PM
The command used to create logical volumes, /sbin/lvcreate, has ^ ?? ??
?? ???? failed. The stderr output from the command is shown below. The ?? ??
?????????? logical volume has not been created. ??????????
?? ???? ?? ????
?? ???? lvcreate: Warning: couldn't query physical volume ?? ????
?? C???? "/dev/dsk/disk_query": ?? ????
?? ???? Block device required ?? ????
?? ???? lvcreate: Warning: couldn't query all of the physical volumes. ?? ????
?? ???? vgcfgbackup: Warning: couldn't query physical volume ?? ????
?? ???? "/dev/dsk/disk_query": ?? ????
?? ???? Block device required ?? ????
?????????? vgcfgbackup: Warning: couldn't query all of the physical volumes. ??????????
?? [???? vgcfgbackup: Couldn't query physical volume "/dev/dsk/disk_query": ?? ????
?????????? Block device required ??????????
???? ???? vgcfgbackup: /etc/lvmtab is out of date with the running ?? ??
???? ???? kernel:Kernel indicates 2 disks for "/dev/vg01"; /etc/lvmtab has 3 ?? ??
???? ???? disks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 12:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 12:25 AM
10-17-2002 12:25 AM
Re: lvcreate error using SAM
First try a vgreduce -f vg01
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 12:50 AM
10-17-2002 12:50 AM
Re: lvcreate error using SAM
vgdisplay -v /dev/vg01
to find out the
value of CurPV and Act PV
If the value differ then you have to do a
vgreduce -f /dev/vg01
to reduce the missing physical volumes.
Else just move your /etc/lvmtab file and do a vgscan
to create a new /etc/lvmtab file.
Also do a ioscan and check whether all the disks are in the CLAIMED state.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 03:02 AM
10-18-2002 03:02 AM
Re: lvcreate error using SAM
Regards,
Hamdy