- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvextend: ''XXX'': No such file or directory
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
05-02-2004 09:27 PM
05-02-2004 09:27 PM
I'm trying to lvextend using PVG functionality.
Some of my lvextends worked 100%, some failed with the message I used as the subject:
lvextend: PVG2: No such file or directory
The PVG is a standard PVG as I have created 100s of times using "vgextend -g ....."
The only workaround is to create the LVOLS using zero size as usual, then lvchange to make them PVG-strict (-s g), and then to extend without specifying the PVG name, but this adds an extra step, and when it comes to Mirror/UX functionality, added complexity.
I found 1 match in the forum search, but the thread has been deleted.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 09:33 PM
05-02-2004 09:33 PM
SolutionCheck this doc,
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063204466
Document description: Lvextend fails with
Document id: KBRC00000708
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 09:33 PM
05-02-2004 09:33 PM
Re: lvextend: ''XXX'': No such file or directory
Can you find PVG2 info /etc/lvmpvg?
You can alter this file with vi ( man lvmpvg)
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 10:00 PM
05-02-2004 10:00 PM
Re: lvextend: ''XXX'': No such file or directory
Gideon: of course, VGEXTEND -g xxxx creates /etc/lvmpvg if it does not exist, and modifies the file if it does exist.
I know you can edit it. Did YOU know that you can set up PVG-strict distributed mirroring by allocating disks in a VG to a PVG-set AFTER you have created the VG, by editing LVMPVG?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 10:18 PM
05-02-2004 10:18 PM
Re: lvextend: ''XXX'': No such file or directory
I know the vgcreate -g creates the /etc/lvmpvg, but i also know this file can get corrupt.
>Did YOU know that you can set up PVG-strict distributed mirroring by allocating disks in a VG to a PVG-set AFTER you have created the VG, by editing LVMPVG?
The strict distributed mirroring is a combinaton of lvol settings.
I would create an lvol with this settings:
lvcreate -D y -r N -s g -m 1
If you did not do this you can use lvchange to correct it. I hope the sollution RJ gave you solved your problem.
Regards,
Gideon