- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvcreate problem
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
03-24-2006 05:15 AM
03-24-2006 05:15 AM
lvcreate problem
$ lvcreate -L 2048 /dev/vgxx
Then i use the command fstyp
$ fstyp /dev/vgxx/rlvoly
vxfs
I´m not using the newfs, because i want to define a raw space.
it is a bug? or i need a patch?
Please your Help.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 05:32 AM
03-24-2006 05:32 AM
Re: lvcreate problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 05:35 AM
03-24-2006 05:35 AM
Re: lvcreate problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 06:11 AM
03-24-2006 06:11 AM
Re: lvcreate problem
I mean dataprotector validate the type of the area.
Please your comments!!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 06:23 AM
03-24-2006 06:23 AM
Re: lvcreate problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 11:06 AM
03-24-2006 11:06 AM
Re: lvcreate problem
1) You are trying to restore over a mounted filesystem. If so then umount the filesystem.
2) The restore detected a super-block. If you are SURE that you want to blast this raw volume and are going to restore over it then dd about 10MB or so and blast the LVOL.
e.g. dd if=/dev/zero bs=1024k count=10 of=/dev/vgxx/rlvolx
You should then be able to restore over it.
Again, you should have posted this as a DP problem.