HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't create a filesystem in vg that is part of th...
Operating System - HP-UX
1833144
Members
3471
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-28-2006 03:07 PM
03-28-2006 03:07 PM
Can't create a filesystem in vg that is part of the cluster configuration
I created a lvol in a vg that is part of a serviceguard cluster (lvcreate -L 1000 /dev/vg50) then I ran "sam" to create the filesystem but I couldn't create it. The message: "No unused logical volumes were found on the system".
I deleted the lvol and recreated it but the same message appears.
HOw should I do to create the filesystem? It's normal that I can't create the filesystem from SAM?
As always thanks a million for the effort in responding
Duda!
I deleted the lvol and recreated it but the same message appears.
HOw should I do to create the filesystem? It's normal that I can't create the filesystem from SAM?
As always thanks a million for the effort in responding
Duda!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 03:16 PM
03-28-2006 03:16 PM
Re: Can't create a filesystem in vg that is part of the cluster configuration
newfs -F vxfs /dev/vgname/lvolname
Thanks
Prashant
Thanks
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 03:20 PM
03-28-2006 03:20 PM
Re: Can't create a filesystem in vg that is part of the cluster configuration
SAM is trying to prevent from doing something dumb although you can do it. You simply need to create the LVOL and run newfs from the command line. The "gotcha" is that only the current node knows about the new LVOL so only it will have the dev/vgxx/xxxx device nodes AND only it will have current vgcfgbackup images. The good news is that the critical metadata is stored in the VGRA's of the disks. You can manually create the defvice nodes on the adoptive node(s) BUT you should really run vgcfgbackup on each node (after activating the VG on each adoptive node) otherwise should the disk fail, you can only safely run vgcfgrestore on the current node -- so if the current node fails and you have to replace a disk you could be in heap big trouble.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 03:25 PM
03-28-2006 03:25 PM
Re: Can't create a filesystem in vg that is part of the cluster configuration
You are creating the logical volume without a name, probably that could be the reason SAM can not identify any to create the Filesystem.
The best is to create the lvol and fs using command line options
lvcreate -L 1000 -n lvolname /dev/vg05
newfs -F vxfs /dev/vg05/rlvolname
The best is to create the lvol and fs using command line options
lvcreate -L 1000 -n lvolname /dev/vg05
newfs -F vxfs /dev/vg05/rlvolname
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP