- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk Remove problems
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-28-2003 05:58 AM
05-28-2003 05:58 AM
Disk Remove problems
Followed instructions from those replies.
This is how I did
1) removed all logical volumes from the vg. This vg had 3 disks.
2) removed volume group. made sure that vg and its PV are no longer displayed in vgdisplay.
3) Removed the disk on-line from I-40 Server anded to E-55 Server. E55 server displayed a disk is added.
After a re-boot of I-40 Server, I keep getting
Disk at 32.1.0 is not responding, check power, cables. I can't telnet anymore.
What can I do to fix this probelm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 06:01 AM
05-28-2003 06:01 AM
Re: Disk Remove problems
Does the disk device still show up in an 'ioscan'? You could try 'rmsf -H 32.1.0' and see if it will remove the disk device for the missing disk.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 06:01 AM
05-28-2003 06:01 AM
Re: Disk Remove problems
I think system still looks LVM data structure..
man pvremove for more..
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 06:04 AM
05-28-2003 06:04 AM
Re: Disk Remove problems
I saw similar problem due to patches.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 06:09 AM
05-28-2003 06:09 AM
Re: Disk Remove problems
# vgexport /dev/vg_name
Reboot the system then. Make sure that the VG or any other removed disk is not specified in lvmtab or in /etc/fstab (raw device mount).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 06:35 AM
05-28-2003 06:35 AM
Re: Disk Remove problems
# strings /etc/lvmtab
If it does the removal is not complete. What you can do is export it and that should remove the VG and all its device files.
# vgexport /dev/vgXX
Since you can't telnet to the box you would need to do the above in single-user mode. Boot up as ..
ISL> hpux -is