- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- command to manually break a raid1 disk array for p...
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-12-2009 11:07 AM
02-12-2009 11:07 AM
The reason I ask is that for monthly windows server 2003 patching outages we: shutdown the server; pull disk0 out of the machine; power the machine on; patch the machine; wait a few days to make sure patches don't crash server; and then push disk0 back into array to rebuild raid array.
this helps us in-case of an event where we cannot boot disk1 (the OS) because of a patch issue -- we can simply pull disk1 out and only boot from disk0 (pre-patch environment).
I was wondering if I can run a array utility command (via batch script) to break the mirror without physically powering off and pulling disk #0? my plan is to then run another command to "add" disk0 back into the raid1 array when all is OK.
any disk guru's out there have a better tried and true method of patch-problem-prevention? or do you think this will work? any 411/help would be great. thanks...
Solved! Go to Solution.
- Tags:
- RAID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2009 11:24 AM
02-12-2009 11:24 AM
Re: command to manually break a raid1 disk array for patches?
What you are asking would actually... convert the the array to RAID 0... and then to RAID 1 when you are done. You would effectively lose the data on that disk.
Removing a drive IS an effective way of being able to restore an environment to working order. perhaps you can keep a set of spare drives around... that you just.. shut the server, pull a drive, boot it up and insert a new drive after the OS is up... at least you do not have to re-insert the drive days/weeks later.
Or perhaps you can have a QA / Dev environment where you actually "test" the patches first?
Steven
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2009 11:37 AM
02-12-2009 11:37 AM
Re: command to manually break a raid1 disk array for patches?
but you are right -- i would want to initiate a disk failure on disk0, not break the mirror. I guess there's no way to manually initiate a failure on disk0 via command-line?
if not -- how about a command to quiesce the data in buffers to all disks in a particular array -- so I can simply pull disk0 out while the system is still running and live? the maroon/hot drives should be able to handle this, right? i just don't want the os to be writing data at the same time i pull the drive and I corrupt the OS.
my ultimate goal is to utilize WSUS to automate the patches/process, but be safe too by being able to go back to the pre-patch environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2009 06:57 AM
03-17-2009 06:57 AM
Re: command to manually break a raid1 disk array for patches?
I am of the thought that the Smart SCSI Array controller is "smart" enough in the way that it works so that it won't cause problems as it will continue to write to Drive1 just fine and that anything that was written to Drive0 was already write-committed by the SCSI controller. There are no applications installed on C:\ -- just the OS.
Is pulling the drive OK, or should we shut machine down, pull drive, power on?
thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 05:42 AM
03-18-2009 05:42 AM
Solution