- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk busy....
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
11-02-2001 05:04 AM
11-02-2001 05:04 AM
I have a EMC disk whitch belong to a vgAPPL of a server 1. I export this vgAPPL and i affect the disk to an other server ( server 2) . I do insf , and when i want to extend the vgTITI with this disk, the system tell me :" disk busy, it belong to a vg"
Someone can tell me why...
this disk don't exist in all /etc/lvmtab of my servers..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 05:12 AM
11-02-2001 05:12 AM
Re: disk busy....
if you want to reuse the data on the disk you should opt for vgimport.
If you want to discard the data, and use the diskspace, you should "pvcreate -f" first.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 05:17 AM
11-02-2001 05:17 AM
Re: disk busy....
2- Vgimport in the first box and vgexport with -s option.
3- vgimport in the second box whit -s option too.
4- See:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x9df8c6af36b7d5118ff10090279cd0f9,00.html
and
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x19c7cf38d6bdd5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 05:20 AM
11-02-2001 05:20 AM
Re: disk busy....
If you want to get ride of the LVM information of this disk you should use pvcreate -f onthat disk before adding it to an other vg.
If you wan't to use this vg on an other server, you will have to use vgimport.
But it is not possible to use this disk with the data on it for an other vg.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 05:59 AM
11-02-2001 05:59 AM
Re: disk busy....
If you want the disk to be part of the same VG on the new system as it was on the other system, you have to do a "vgexport" on the old system and a "vgimport" on the new system. IF on the other hand you want to remove the disk from a vg on the old system and add that disk in an existing vg on the new system, do a "vgreduce" on the old system, do a "pvcreate -f" on the disk first on new system and then do a "vgextend" to add the disk on the new system.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 01:28 AM
11-05-2001 01:28 AM
Re: disk busy....
thanks for your help...
thanks to you