Disks aren't showing up in Solaris/OBP


 
Thread Tools Search this Thread
Operating Systems Solaris Disks aren't showing up in Solaris/OBP
# 8  
Old 04-26-2012
I'm beginning to think that these drives cannot be seen by the system because there's a connection/hardware problem.

Format -e should see them; so should probe-scsi-asll.
# 9  
Old 04-26-2012
i think a raidconfig list and a df -h output should give some information...
# 10  
Old 04-26-2012
Usually, raidctl command is used for a built-in raid1 controller, ie, mirroring one spindle to another (only). To configure an array normally needs an add-in card (third-party manufacture) with it's own software. Yes, it is possible that the drives you can't see are all connected to an add-in controller and I guess you'll only see that by taking the lid off the box. For instance, an add-in card could support a raid5 disk array which would disguise all the drives and make them look like something else to the Sun box. If you do take the lid off and find a card, make sure you get the make and model of the card whilst you are in there. You'll probably need to search for the management software.
# 11  
Old 04-26-2012
There's an amber LED that is lit up on the system, so I logged on to take a look at the fault. I'm not sure how to interpret fault messages, and this one seems especially unhelpful:

Code:
-> start /SP/faultmgmt/shell
Are you sure you want to start /SP/faultmgmt/shell (y/n)? y

faultmgmtsp> fmadm faulty
------------------- ------------------------------------ -------------- --------
Time                UUID                                 msgid          Severity
------------------- ------------------------------------ -------------- --------
2012-03-14/20:19:20 0fe424be-5655-e944-9031-be46b9a5d232 SPT-8000-J4    Major

Fault class : fault.component.missing

FRU         : /SYS
              (Part Number: unknown)
              (Serial Number: unknown)

Description : A required device is missing from the chassis.

Response    : The service required LED on the chassis may be illuminated.

Impact      : The services provided by the components will not be
              available.  The Host may not be permitted to power on.

Action      : The administrator should review the ILOM event log for
              additional information pertaining to this diagnosis.  Please
              refer to the Details section of the Knowledge Article for
              additional information.

faultmgmtsp>

Quote:
Originally Posted by hicksd8
Needs to be
Code:
probe-scsi-all

at the ok prompt; including the hyphens.
Ah, my fault. Here is the correct output:
Code:
{0} ok probe-scsi-all
/pci@400/pci@2/pci@0/pci@f/pci@0/usb@0,2/hub@2/hub@3/storage@2
  Unit 0   Removable Read Only device    AMI     Virtual CDROM   1.00

/pci@400/pci@2/pci@0/pci@c/LSI,mrsas@0

FW package: 12.12.0-0048
Target 0
  Unit 0   Disk     LSIMR9261-8i2.12    583983104 Blocks, 298 GB
Target 1
  Unit 0   Disk     LSIMR9261-8i2.12    583983104 Blocks, 298 GB

/pci@400/pci@2/pci@0/pci@4/scsi@0

FCode Version 1.00.54, MPT Version 2.00, Firmware Version 5.05.00.00

Target 9
  Unit 0   Removable Read Only device   TEAC     DV-W28SS-V       1.0B
  SATA device  PhyNum 6

/pci@400/pci@1/pci@0/pci@4/scsi@0

FCode Version 1.00.54, MPT Version 2.00, Firmware Version 5.05.00.00


{0} ok

Quote:
Try using:
Code:
 
format -e

from Solaris (#). Get into the scsi menu. Nothing to lose if you don't need the data on the disks.
Okay, I will try that. What should I do once I get into the scsi menu?
Quote:
Originally Posted by hicksd8
I'm beginning to think that these drives cannot be seen by the system because there's a connection/hardware problem.

Format -e should see them; so should probe-scsi-asll.
Yes, this is not looking good. I shut down the system and reseated all of the disks before running probe-scsi-all, and all of the drives are showing green lights (except for one, but after pulling it out and reseating it, the green light turned on).
# 12  
Old 04-26-2012
Yep, "mrsas" means it's a LSI Megaraid SAS card.

The drives are type SAS.

It's an add-in card. That's why you can't see the drives.

---------- Post updated at 08:17 PM ---------- Previous update was at 08:15 PM ----------

This probably means that the two drives you can see are in a mirrored pair and the others are unallocated (and not published to the host at all).

---------- Post updated at 08:19 PM ---------- Previous update was at 08:17 PM ----------

Whenever this was delivered to your site there should have been manuals and software with it. Can you go find them??

---------- Post updated at 08:22 PM ---------- Previous update was at 08:19 PM ----------

Let me put it this way; between the disks and the Sun box there's a BIG chunk of electronics which is deciding how things are configured and what the Sun box sees and does not see.

---------- Post updated at 08:50 PM ---------- Previous update was at 08:22 PM ----------

What's likely here is that the drives (you can't see) were configured as a raid0 array (that's striping with no resilience) and when one drive went off-line (the one without the green light) the card took the array offline.

It is possible that if you shutdown (volts completely off) and cold boot (with the failed drive re-seated) it may recover. Alternatively, LSI software often includes an option to "mark the drive online". If you can do that to the failed drive it may recover. Otherwise, use the LSI software to configure a new array (raid0, raid3 raid5 or raid10) and publish a LUN to the host box.

Hope that helps.

---------- Post updated at 09:02 PM ---------- Previous update was at 08:50 PM ----------

Another thought is; you are showing 2 x 298GB drives. It is possible that you have two 298GB arrays configured. If they were raid5 then it could withstand one drive going offline. You might have 8 x 60GB or 8 x 80GB drives configured as two arrays of 4 drives. Have you tried creating some disk traffic on each "drive" and see which drive lights flash??
This User Gave Thanks to hicksd8 For This Post:
# 13  
Old 04-26-2012
Quote:
Originally Posted by hicksd8
Yep, "mrsas" means it's a LSI Megaraid SAS card.

The drives are type SAS.

It's an add-in card. That's why you can't see the drives.

---------- Post updated at 08:17 PM ---------- Previous update was at 08:15 PM ----------

This probably means that the two drives you can see are in a mirrored pair and the others are unallocated (and not published to the host at all).

---------- Post updated at 08:19 PM ---------- Previous update was at 08:17 PM ----------

Whenever this was delivered to your site there should have been manuals and software with it. Can you go find them??

---------- Post updated at 08:22 PM ---------- Previous update was at 08:19 PM ----------

Let me put it this way; between the disks and the Sun box there's a BIG chunk of electronics which is deciding how things are configured and what the Sun box sees and does not see.

---------- Post updated at 08:50 PM ---------- Previous update was at 08:22 PM ----------

What's likely here is that the drives (you can't see) were configured as a raid0 array (that's striping with no resilience) and when one drive went off-line (the one without the green light) the card took the array offline.

It is possible that if you shutdown (volts completely off) and cold boot (with the failed drive re-seated) it may recover. Alternatively, LSI software often includes an option to "mark the drive online". If you can do that to the failed drive it may recover. Otherwise, use the LSI software to configure a new array (raid0, raid3 raid5 or raid10) and publish a LUN to the host box.

Hope that helps.

---------- Post updated at 09:02 PM ---------- Previous update was at 08:50 PM ----------

Another thought is; you are showing 2 x 298GB drives. It is possible that you have two 298GB arrays configured. If they were raid5 then it could withstand one drive going offline. You might have 8 x 60GB or 8 x 80GB drives configured as two arrays of 4 drives. Have you tried creating some disk traffic on each "drive" and see which drive lights flash??
Thank you very much for the help. I opened up the lid and found the RAID controller connected to the RISER, which I think is causing the fault in the ILOM.

I am going to try to download the controller utility and figure out how I can get some information from it regarding the current configuration. Hopefully I can find the manuals for this but I have a feeling we don't have them. I will report back with my findings. Thanks again!
# 14  
Old 04-29-2012
It's quite likely that everything is working normally. If you have 8 x 100GB drives configured as two RAID5 arrays, each array would lose the capacity of one drive (for parity) leaving a usable capacity of 300GB.

You are showing 2 x 298GB which is right.

Are the drives 100GB each??
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Virtual disks are not showing up in LDom

I have an Oracle VM set up with 1 virtual disk. I am trying to add 2 new disks to it. I was able to successfully add 1 (it appears when I run "format" in the VM) but when I add the second and third disks they do not appear in my VM. Here are the commands I ran: ldm add-vdsdev... (3 Replies)
Discussion started by: unblockable
3 Replies

2. Solaris

list all solaris Disks

Hi Guy's can anyone advise me .. I have mapped some of EMC devices from EMC Storage to Sun Solaris server and I want to list all the disk which are assigned from the storage can anyone advise me with the command how to can I list all the disk in Solaris Thanks .. (2 Replies)
Discussion started by: roooooot
2 Replies

3. Solaris

Not showing n/w interface name in Solaris with ifconfig -a

hi frineds in sunfire 6800 server for one domain when ever i am giving ifconfig -a interface names like hme0,hme1.......are not showing.Actually in the server hme0,hme1,qfe are showing .when i was tried with the cat /etc/path_to_intstshowing tphysical interfcace names . after giving the... (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

4. Shell Programming and Scripting

getting number of disks in solaris

Friends, i have used the following code to get the number of disks in solaris echo | pfexec format | egrep -v "Searching|AVAILABLE|Specify|^$|@" | wc -l is there a better way to get the same result (5 Replies)
Discussion started by: achak01
5 Replies

5. Solaris

disks in solaris

whats the command to find name of all disks. Is it iostat -En ? (1 Reply)
Discussion started by: vikashtulsiyan
1 Replies

6. Solaris

OBP on Solaris 10-intel

Hi All, How can I go to OBP on Solaris 10-intel? I tried doing ctrl+c or ctrl+break, it won't go to the "ok" prompt. Thanks in advance, itik (6 Replies)
Discussion started by: itik
6 Replies

7. Solaris

Hard disks in solaris

I need to insert a new hard disk into a Sun Fire v210 machine. The (only) internal disk which is already in the machine is part number XRA-SC1CB-73G10K (DISK DRIVE ASSY. 73GB, 10K RPM, with SPUD BRACKET). I also have nearly endless access to IBM hard disks at extremely low prices and would there... (2 Replies)
Discussion started by: sprellari
2 Replies

8. Solaris

Solaris x86 - 2 new disks

Have a compaq dl380 proliant installed with solaris.. It has a smart array 5i controller.. currently I have 2 18gb disks - mirrored as far as I can see... I have just put in 2 36gb disks (just physically put in) How do I get solaris to recognise them so I can use them? format command - only... (2 Replies)
Discussion started by: frustrated1
2 Replies

9. Filesystems, Disks and Memory

re-partition disks on solaris

hi all, i was wondering if i have some volume manager and i want to format all partitions/disks and re-create new slices can i use regular format command or what? i think veritas volume manager is already installed. (2 Replies)
Discussion started by: Bashar
2 Replies

10. UNIX for Advanced & Expert Users

Sun Solaris OBP Question

Hi, Does anyone know where i can find information on openboot prompt. My machine boot up with the number 1 ok. What does that mean? Any kind of help will be nice. Thanks in advance (4 Replies)
Discussion started by: souldier
4 Replies
Login or Register to Ask a Question