Unsolved
3 Posts
0
90
M630 Replacing a hot-swap RAID1 Drive (non-faulty)
Hello,
Would a Dell Server expert/guru/person be able to confirm the exact process/steps to replace a M630 hot swap drive that is online and running without warnings or errors please.
Doing a lot of searching I have narrowed it to forceoffline the drive, replace the drive, insert it back in and forceonline the new drive and it "should" all work fine without anything else. Steps in racadm:
STEP 1: TURN DRIVE OFFLINE
racadm storage forceoffline:Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1
racadm jobqueue create RAID.Integrated.1-1 -s TIME_NOW --realtime
STEP 2: ~Replace hard drive etc~
STEP 3: TURN DRIVE ONLINE
racadm storage forceonline:Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1
racadm jobqueue create RAID.Integrated.1-1 -s TIME_NOW --realtime
Is this correct, tested on a spare box we had and the server went into emergency mode :( There is no UI to do anything in iDrac 8 (firmware: 2.82.82.82).
Anyone got a nice guide with the full steps and not just a Dell document which do not help.
DELL-Charles R
Moderator
Moderator
•
3.8K Posts
0
January 26th, 2024 19:49
Hello,
Yes you can offline the drive then remove it.
Insert the replacement drive. It should start to rebuild into the array automatically.
If it does not then set the drive as a Hot Spare and the rebuild should start.
Do not forceonline.
JonLikesDell
3 Posts
0
January 29th, 2024 10:58
@Dell -Charles R
Thanks for the reply - how do I turn the drive offline? There is nothing in the UI in iDrac to action this. Is there a command I should use or anything on the physical server I should press to turn it off?
DELL-Erman O
Moderator
Moderator
•
2.5K Posts
0
January 29th, 2024 11:29
Hi, you can use OpenManage Server Administrator
Offline via OMSA
Click Continue to this website if the security certificate warning message appeared.
In this step, Virtual Disk0 is selected as an example.
Offline via Command Line Interface(CLI)
OMSA must be installed on your system before you run the following steps.
omconfig storage pdisk action=offline controller=* pdisk=*
(* will be the number).Run the command:
omreport storage controller
if you check the controller list.Example: Controller ID=0, desired physical disk ID=0:1:4
omconfig storage pdisk action=offline controller=0 pdisk=0:1:4
omreport storage pdisk controller=* pdisk=*
to check that the physical disk status now shows "Offline" (* will be the number).JonLikesDell
3 Posts
0
January 31st, 2024 11:07
@Dell-ErmanO thank you for the response. I have read about OMSA but what doesn't appear in any of the documentation is where OMSA should be installed? Does it get installed on the iDrac service (SSH for iDrac command line access and run the installer) or on the server itself.
If it is installed on the server itself what if Dell don't provide support for the OS I may have installed on the box for my applications, also isn't that a security risk if installed on the servers main drives itself with a possible public feature that could manage the servers core systems that would normally be within iDrac and protected (e.g making a drive(s) offline).
DELL-Erman O
Moderator
Moderator
•
2.5K Posts
0
January 31st, 2024 13:01
Dell OpenManage Server Administrator (OMSA) is typically installed on the server itself. OMSA is not installed on the iDRAC service, but it can communicate with the iDRAC to provide system information and management functions. Regarding your security concerns, it’s important to note that while OMSA does provide powerful management capabilities, it’s designed with security considerations in mind. However, like any software, it’s not immune to potential security vulnerabilities. So, it’s crucial to keep OMSA and all other software up-to-date with the latest security patches and updates.
I think you can also take a look RACADM for alternative method. page 127 iDRAC 8/7 v2.81.81.81 RACADM CLI Guide (https://dell.to/3ubtymz)
RACADM Commands for Configuring Physical Disk Drives (Pdisk)