- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error when creating logical volume.
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-18-2004 08:29 AM
05-18-2004 08:29 AM
lvcreate: the logical volume "/dev/vg03/info"
could not be created as a special file in the
file-syste: File exists
Any ideas would be appreciated.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:34 AM
05-18-2004 08:34 AM
Re: error when creating logical volume.
What error are you getting when you run the command
#lvcreate -n info -L size_in_mb vg03
What do you have under vg03?
ll /dev/vg03
Can you do a 'vgdisplay -v /dev/vg03" and see the logical volumes in it?.
Also do 'vgdisplay vg03" and note the "Cur LV" value. You should have twice many special device files under /dev/vg03.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:44 AM
05-18-2004 08:44 AM
Re: error when creating logical volume.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:48 AM
05-18-2004 08:48 AM
Re: error when creating logical volume.
I suspect you already have a logical volume called info.
1 - vgdisplay -v vg03
This will list all the volume groups in vg03
2 - Alternatively & probably quicker
cd /dev/vg03
ls -l
If so create under a different name, say info2 or information... you get the idea
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:57 AM
05-18-2004 08:57 AM
Re: error when creating logical volume.
when you said you "removied it" I take it is was an ordinary file & not a block or character dervice? e.g. before you removed "ino", if you did "ls -l info" it had a leading - NOT c or b eg
-rw-rw-rw- root sys <..whatever..> info
If so all is well withe the world. If was a block then you may be in trouble???
Any way glad to have helped
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:59 AM
05-18-2004 08:59 AM