- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How do I remove an auto raid cabinet?
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
02-13-2003 12:04 PM
02-13-2003 12:04 PM
We use to have 3 servers - x31 x32 x33 that were in a service guard environment. These boxes are no longer needed due to a merger a few years ago.
x31 was an application box, x33 was a database box and x32 was a failover box.
There is an autoraid cabinet (18gig drives in it and 2 controllers) in x33 and 2 in x32.
I've never worked with autoraid before, a vendor took care of this for us.
I need to disconnect the autoraids and totally shut down x31 and x33, we are keeping x32 to run omniback on, so all i need is the disks in the jamaica box for vol group vg00.
I have removed/deleted all logical volumes associated with the autoraid on x31/x32 and x33.
I reboot x31 and x33 just fine.
ON x32 during the reboot I get the message where it is changing vg00 and vg01 then it quits. If I powercycle the autoraid it completes the boot up process. If i disconnect the autoraid I quit at the same part and have to hook back up and power cycle. What piece of the pie am I missing?
MIke
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 12:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 12:12 PM
02-13-2003 12:12 PM
Re: How do I remove an auto raid cabinet?
# vgexport /dev/vg01
OR
# vgremove /dev/vg01
# strings /etc/lvmtab - will tell you about all VGs configured on the system. Make sure you have only left with the one's you needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 12:31 PM
02-13-2003 12:31 PM
Re: How do I remove an auto raid cabinet?
Look under the custom_vg_activation() section of the script. You may need to comment out the entries for custom_vg_activation then set AUTO_VG_ACTIVATE from 0 to 1.
Have you removed MC/SG or modified the config scripts to prevent it from running at boot?
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 12:46 PM
02-13-2003 12:46 PM
Re: How do I remove an auto raid cabinet?
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 02:24 PM
02-13-2003 02:24 PM
Re: How do I remove an auto raid cabinet?
and it shows a volume group that i did delete.
/dev/orabackup
It's gone, how do I get it out of lvmtab
when i do the vgexport it gives message about looking for lvm_lock
???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 02:30 PM
02-13-2003 02:30 PM
Re: How do I remove an auto raid cabinet?
copy /etc/lvmtab /etc/lvmtab.old
vgscan -a
That should straighten out the lvmtab issue.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 06:21 AM
02-14-2003 06:21 AM
Re: How do I remove an auto raid cabinet?
Should I just unhook the autoraid cables now? or is there other items I need to do?
Thanks
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 06:23 AM
02-14-2003 06:23 AM
Re: How do I remove an auto raid cabinet?
Success at last!
It sounds like you're ready to unhook the cables and kiss it goodbye. Hopefully we haven't missed anything.
Pete
Pete