- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- the problem of lvm
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
04-06-2003 09:07 PM
04-06-2003 09:07 PM
the problem of lvm
when i use the command " vgcfgbackup ", the reply was:vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c1t2d3, what maybe cause this problem, and what can i do for correct
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 09:26 PM
04-06-2003 09:26 PM
Re: the problem of lvm
looks like problem with /etc/lvmtab file
#mv /etc/lvmtab /etc/lvmtab.old
#vgscan -a -v
#vgcfgbackup
let's know the result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 09:31 PM
04-06-2003 09:31 PM
Re: the problem of lvm
Does the disk show up in your ioscan as 'CLAIMED' ?
What does 'vgdisplay -v /dev/myvg' report?
(change this to your volume group name)
I would not run a 'vgscan' until this is resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 09:33 PM
04-06-2003 09:33 PM
Re: the problem of lvm
Does the disk show up in your ioscan as 'CLAIMED' ?
What does 'vgdisplay -v /dev/myvg' report?
(change this to your volume group name)
I would not run a 'vgscan' until this is resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 09:34 PM
04-06-2003 09:34 PM
Re: the problem of lvm
What does 'vgdisplay -v /dev/myvg' report?
(change this to your volume group name)
I would not run a 'vgscan' until this is resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 09:37 PM
04-06-2003 09:37 PM
Re: the problem of lvm
What does 'vgdisplay -v /dev/myvg' report?
(change this to your volume group name)
I would not run a 'vgscan' until this is resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 09:43 PM
04-06-2003 09:43 PM
Re: the problem of lvm
try regenerating the lvmtab wioth vgscan after taking a backup of the lvmtab.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 10:06 PM
04-06-2003 10:06 PM
Re: the problem of lvm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 10:26 PM
04-06-2003 10:26 PM
Re: the problem of lvm
# diskinfo /dev/rdsk/c1t2d3
and if it is part of a volume group already (I am assuming it is)
# pvdisplay /dev/dsk/c1t2d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 11:00 PM
04-06-2003 11:00 PM
Re: the problem of lvm
apart from Michael suggestion also post the o/p
#dd if=/dev/dsk/c1t2d3 of=/dev/null bs=1024k
check for any I/O errors