Unsolved
This post is more than 5 years old
10 Posts
0
34953
August 23rd, 2006 19:00
Adding a new Hard Drive
I just handed over a server, PowerEdge 2850 with 4 of 146GB HDD and Red Hat Enterprise Linux ES release 3 (Taroon Update 2) installed.
Unfortunately there's no other information about this server.. especially RAID controller related, and the server is 10,000 miles away. :smileysad:
What I'm going to do is adding a 300GB SCSI HDD into this system.
It doesn't have to be a part of current array. This drive space is secondary back-up purpose, and it is OK to be a separate drive space.
I checked some information and there's PassThru (Legacy) SCSI Channel on PERC 4/Di.
The problem is .. I don't know exact model of my RAID controller..
So... questions are..
1. is there any way of checking the RAID controller's model ?
2. Is it hot swappable and can I put the new HDD into one of the empty slots without shutting down the server?
3. How can I partition this new drive into usable space?
I'm sorry that I'm quite new to Linux.. and the server is 10,000 miles away and the only way to access it is via SSH.
Thank you very much
Edward
No Events found!


Eric BY
2 Intern
•
815 Posts
0
August 24th, 2006 00:00
It should tell you the SCSI / RAID controller. From there, we can obtain more information, such as hot plug capabilities.
EdwardMagicHand
10 Posts
0
August 24th, 2006 04:00
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: MegaRAID Model: LD 0 RAID5 419G Rev: 513O
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 04 Id: 06 Lun: 00
Vendor: PE/PV Model: 1x6 SCSI BP Rev: 1.0
Type: Processor ANSI SCSI revision: 02
Eric BY
2 Intern
•
815 Posts
0
August 24th, 2006 11:00
Eric BY
2 Intern
•
815 Posts
0
August 24th, 2006 20:00
the backplane and raid controller support hot plug. If you plan on modifying the existing RAID set, you should shut down. Otherwise the you can configure the new disk using the megaraid linux utility.
I would recommend doing a shutdown to be safe, but if that is not an option, there are methods as I previously stated.
EdwardMagicHand
10 Posts
0
August 24th, 2006 20:00
EdwardMagicHand
10 Posts
0
August 29th, 2006 15:00
Thanks Eric.
We're going to have a scheduled shutdown/restart soon and I think that's the perfect timing for HDD upgrade.
There are a couple of more questions....
1. Since the server is 10000 miles away, I cannot see the console message ( can I? ) and i'm wondering if there's anying I need to do while boot up.
2. I'm Linux newbie and it would be really appreciated if you could give me a step by step instruction to create a partition on the new HDD. It doesn't have to be a part of RAID array.
3. Just curiosity that the RAID controller won't merge the hew drive into the existing RAID array automatically......
Best regards,
Edward
Eric BY
2 Intern
•
815 Posts
0
August 30th, 2006 12:00
EdwardMagicHand
10 Posts
0
August 30th, 2006 15:00
EdwardMagicHand
10 Posts
0
August 30th, 2006 17:00
I don't think DRAC is available.. :(
Regards,
Edward
EdwardMagicHand
10 Posts
0
August 30th, 2006 19:00
I just checked the MegaRAID manual file and ....
is it only accessible by pressing Ctrl+M while boot-up process? which means there's no way of accessing this utility through the OS?
If so, I definitely need a step by step instruction to pass over to someone who can physically access the server.
Thank you very much again.
Edward.
Eric BY
2 Intern
•
815 Posts
0
August 31st, 2006 13:00
EdwardMagicHand
10 Posts
0
September 6th, 2006 13:00
Thanks for the reply..
By the way, today we shutdown the server and inserted the new HDD into slot #4 by the technician in the facility.
ANd I think he did something in the RAID BIOS software so that this new drive doesn't go to the RAID array which is already configured.
Now, I checked the /dev/sd* and there are so many devices in there and I couldn't find which one should I create the partition on and format..
Any help would be appreciated.
Thanks
Edward
Eric BY
2 Intern
•
815 Posts
0
September 6th, 2006 13:00
run the command : fdisk -l. It should report back which scsi devices already have a partition table. Choose the one that doesn't have one.
If that doesn't work for you , run the mount command. That should tell you which devices are currently mounted. If you have a partition from the fdisk -l command that is not mounted, mount it, and see what is on it.
EdwardMagicHand
10 Posts
0
September 8th, 2006 06:00
Channel: 0 Id: 0 State: Online.
Vendor: SEAGATE Model: ST3146807LC Rev: DS09
Type: Direct-Access ANSI SCSI revision: 03
Channel: 0 Id: 1 State: Failed.
Vendor: SEAGATE Model: ST3146807LC Rev: DS09
Type: Direct-Access ANSI SCSI revision: 03
Channel: 0 Id: 2 State: Online.
Vendor: SEAGATE Model: ST3146807LC Rev: DS09
Type: Direct-Access ANSI SCSI revision: 03
Channel: 0 Id: 3 State: Online.
Vendor: SEAGATE Model: ST3146807LC Rev: DS09
Type: Direct-Access ANSI SCSI revision: 03
Channel: 0 Id: 4 State: Un-configured.
Vendor: MAXTOR Model: ATLAS10K5_300SCA Rev: JNZH
Type: Direct-Access ANSI SCSI revision: 03
Eric BY
2 Intern
•
815 Posts
0
September 8th, 2006 13:00