- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAM/LVM puts disk_query as a disk into lvmtab
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
08-21-2002 08:02 AM
08-21-2002 08:02 AM
SAM/LVM puts disk_query as a disk into lvmtab
TIA
FD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 08:04 AM
08-21-2002 08:04 AM
Re: SAM/LVM puts disk_query as a disk into lvmtab
# mv /etc/lvmtab /etc/lvmtab.old
# vgscan -a -v
This will rebuild lvmtab file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 10:11 AM
08-21-2002 10:11 AM
Re: SAM/LVM puts disk_query as a disk into lvmtab
The syntax would be (without any pv-path):
# vgreduce -f /dev/vg00
For more information, see the 'vgreduce' man pages.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 10:41 PM
08-21-2002 10:41 PM
Re: SAM/LVM puts disk_query as a disk into lvmtab
Try to omit -f option. So the command would be "vgreduce /dev/vg00 /dev/dsk/disk_query"
Hope this help.
Thanks.
Rgds,
Dewa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 04:56 AM
08-22-2002 04:56 AM
Re: SAM/LVM puts disk_query as a disk into lvmtab
vgreduce does not work because both the -f option and w/out the -f, I get "cannot query /dev/dsk/dsk_query" and it fails. vgexport is a quick way to do it also, but it requires that I pvcreate the disks again to make them available for LVM. And with a vg that is 28 disks, that's too much work!
Thanks for all the replies.
FD