- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remove Disk from old EMC-Storage
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-20-2014 06:37 AM - last edited on 11-20-2014 10:03 PM by Maiko-I
11-20-2014 06:37 AM - last edited on 11-20-2014 10:03 PM by Maiko-I
Remove Disk from old EMC-Storage
Hello
My forerunner left behind a bad system and I'm a rookie.
So, they removed (Physically disconnected) a EMC DiskStorage without remove the old disk. They only added the new disk from the new storage.
So I have following message, when I do a vgdisplay:
ServerName:/# vgdisplay -v | grep Name
Information in "/etc/lvmtab" differs from that in "/etc/lvmpvg".
Physical volume "/dev/dsk/c14t0d0" does not belong
to volume group "/dev/vg10".
...
VG Name /dev/vg10
LV Name /dev/vg10/lv_oracle
LV Name /dev/vg10/lv_users
LV Name /dev/vg10/lv_users_oracle
LV Name /dev/vg10/lv_users_ora2
PV Name /dev/dsk/c24t0d0
PV Name /dev/dsk/c26t0d0 Alternate Link
PV Name /dev/dsk/c20t0d0 Alternate Link
PV Name /dev/dsk/c22t0d0 Alternate Link
...
ioscan -fnc disk don't see this disk.
Any Idea, how I can remove this 'ghost'-disk now?
Thanks and Regards, KonradFL
P.S. This thread has been moved from General to LVM and VxVM. - Hp forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2014 12:48 PM
11-20-2014 12:48 PM
Re: Remove Disk from old EMC-Storage
Try rebuilding lvmtab:
mv /etc/lvmtab lvmtab.org
vgscan -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2015 08:03 PM
02-23-2015 08:03 PM
Re: Remove Disk from old EMC-Storage
you can remove the ghost disk using
vgreduce -f vg10 /dev/dsk/c14t0d0
or simply vgreduce -f vg10
What version of ux? If you are running verion 11.31, better to use persistent disk than legacy (ctd) in your vg.
if version 3, you can convert it using vgdsf command.
Regards,