Disks aren't showing up in Solaris/OBP


 
Thread Tools Search this Thread
Operating Systems Solaris Disks aren't showing up in Solaris/OBP
# 1  
Old 04-25-2012
Disks aren't showing up in Solaris/OBP

(Disclaimer: I put this in the "dummies" section because I am a UNIX noob and I'm not really sure what I'm doing so I felt like it belonged here. If it belongs in the Solaris section I can delete this and post it thereSmilie)

I was handed over an Oracle SPARC T3-1 machine at work, with 8 physical disks installed. I installed Solaris 11 on one of the disks, but when I boot the OS up, only two disks appear:

Code:
AVAILABLE DISK SELECTIONS:
       0. c3t0d0 <LSI-MR9261-8i-2.12 cyl 65533 alt 2 hd 287 sec 31>
          /pci@400/pci@2/pci@0/pci@c/LSI,mrsas@0/sd@0,0
       1. c3t1d0 <LSI-MR9261-8i-2.12 cyl 65533 alt 2 hd 287 sec 31>
          /pci@400/pci@2/pci@0/pci@c/LSI,mrsas@0/sd@1,0

I don't think there is a RAID configuration set up on this machine (is this the proper way to check?):


Code:
{0} ok select scsi0
{0} ok show-volumes
No volumes to show
{0} ok show-children
FCode Version 1.00.54, MPT Version 2.00, Firmware Version 5.05.00.00
{0} ok

{0} ok select scsi1
{0} ok show-volumes
No volumes to show
{0} ok show-children
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
{0} ok

I looked these commands up online (select scsi0, show-volumes) so I'm not sure if this is the correct way to check for RAID configuration. However, the results do look different from our other T3-1 machine, which shows all 8 disks properly:


Code:
{0} ok select scsi0
{0} ok show-volumes
No volumes to show
{0} ok show-children

FCode Version 1.00.54, MPT Version 2.00, Firmware Version 5.00.17.00

Target 9
  Unit 0   Disk   HITACHI  H103030SCSUN300G A2A8    585937500 Blocks, 300 GB
  SASDeviceName 5000cca01533fcb4  SASAddress 5000cca01533fcb5  PhyNum 0
Target a
  Unit 0   Disk   HITACHI  H103030SCSUN300G A2A8    585937500 Blocks, 300 GB
  SASDeviceName 5000cca0153596a4  SASAddress 5000cca0153596a5  PhyNum 2
Target b
  Unit 0   Disk   HITACHI  H103030SCSUN300G A2A8    585937500 Blocks, 300 GB
  SASDeviceName 5000cca01533c2a8  SASAddress 5000cca01533c2a9  PhyNum 3
Target c
  Unit 0   Disk   HITACHI  H103030SCSUN300G A2A8    585937500 Blocks, 300 GB
  SASDeviceName 5000cca01535302c  SASAddress 5000cca01535302d  PhyNum 1
{0} ok

{0} ok select scsi1
{0} ok show-volumes
No volumes to show
{0} ok show-children

FCode Version 1.00.54, MPT Version 2.00, Firmware Version 5.00.17.00

Target 9
  Unit 0   Disk   HITACHI  H103030SCSUN300G A2A8    585937500 Blocks, 300 GB
  SASDeviceName 5000cca0153542a4  SASAddress 5000cca0153542a5  PhyNum 0
Target a
  Unit 0   Disk   HITACHI  H103030SCSUN300G A2A8    585937500 Blocks, 300 GB
  SASDeviceName 5000cca01533572c  SASAddress 5000cca01533572d  PhyNum 2
Target b
  Unit 0   Disk   HITACHI  H103030SCSUN300G A2A8    585937500 Blocks, 300 GB
  SASDeviceName 5000cca01535e20c  SASAddress 5000cca01535e20d  PhyNum 3
Target c
  Unit 0   Removable Read Only device   TEAC    DV-W28SS-R      1.0C

  SATA device  PhyNum 6
Target d
  Unit 0   Disk   HITACHI  H103030SCSUN300G A2A8    585937500 Blocks, 300 GB
  SASDeviceName 5000cca015354cb4  SASAddress 5000cca015354cb5  PhyNum 1
{0} ok

I'm not very familiar with the OK prompt, sorry if this is an obvious question. I also have the output of "show-disks" and "devalias" from both systems, if that helps.

Any ideas why my disks aren't all showing up in Solaris?

Thank you in advance!
# 2  
Old 04-26-2012
What does the output of:

Quote:
probe-scsi-all
say?

Be careful if there's data on the disks that you need!!!

It might just be that the disks aren't "labelled" with a Sun label. When labelled properly a Sun box can read the label and identify the drive.

You can write new labels to the drive(s) by launching the format command with the -e switch (expert mode) which will give you access to a "scsi" menu. Again be careful if there's data on the drives that you need.

Hope that helps.

---------- Post updated at 09:37 AM ---------- Previous update was at 09:20 AM ----------

You always have to consider that there might be a hardware or connection problem that prevents the machine from seeing the disks.
This User Gave Thanks to hicksd8 For This Post:
# 3  
Old 04-26-2012
Can u share below outputs ?

On Solaris

Code:
 raidctl -l c3t0d0 
raidctl -l c3t1d0

On ok prompt

Code:
 show-disks

This User Gave Thanks to baykan For This Post:
# 4  
Old 04-26-2012
Quote:
Originally Posted by hicksd8
What does the output of:
probe-scsi-all
say?
Code:
{0} ok probe scsi
ERROR: /pci@400/pci@2/pci@0/pci@4/scsi@0: Last Trap: Fast Data Access MMU Miss

{0} ok probe scsi-all
ERROR: /pci@400/pci@2/pci@0/pci@4/scsi@0: Last Trap: Fast Data Access MMU Miss

I'm guessing that doesn't look good... Smilie
Quote:
Be careful if there's data on the disks that you need!!!

It might just be that the disks aren't "labelled" with a Sun label. When labelled properly a Sun box can read the label and identify the drive.

You can write new labels to the drive(s) by launching the format command with the -e switch (expert mode) which will give you access to a "scsi" menu. Again be careful if there's data on the drives that you need.

Hope that helps.
Luckily there's no important data on the disks, so I'm okay with losing everything as long as I can get all of the disks recognized. I tried running 'format -e' and it looks like it still only sees two disks, unless I misunderstood and I was supposed to run this from the OK prompt:
Code:
root@solaris11:~# format -e
Searching for disks...done


AVAILABLE DISK SELECTIONS:
       0. c3t0d0 <LSI-MR9261-8i-2.12 cyl 65533 alt 2 hd 287 sec 31>
          /pci@400/pci@2/pci@0/pci@c/LSI,mrsas@0/sd@0,0
       1. c3t1d0 <LSI-MR9261-8i-2.12 cyl 65533 alt 2 hd 287 sec 31>
          /pci@400/pci@2/pci@0/pci@c/LSI,mrsas@0/sd@1,0
Specify disk (enter its number):

Quote:
You always have to consider that there might be a hardware or connection problem that prevents the machine from seeing the disks.
Hm I hadn't thought of that, maybe I should take out and reseat the disks. Thank you for your help!
# 5  
Old 04-26-2012
Needs to be

Code:
 
probe-scsi-all

at the ok prompt; including the hyphens.

---------- Post updated at 06:57 PM ---------- Previous update was at 06:56 PM ----------

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.
This User Gave Thanks to hicksd8 For This Post:
# 6  
Old 04-26-2012
Quote:
Originally Posted by baykan
Can u share below outputs ?

On Solaris

Code:
 raidctl -l c3t0d0 
raidctl -l c3t1d0

Sure:
Code:
root@solaris11:~# raidctl -l c3t0d0
Controller device can not be found.

root@solaris11:~# raidctl -l c3t1d0
Controller device can not be found.

I believe 'raidctl' might not be supported on the T3-1 hardware. At least that's according to a couple forum posts I've read. (cant post URLs because I don't have 5 posts yet)

linuxquestions.org/questions/solaris-opensolaris-20/sparc-t3-1-questions-857867/

unix.com/hardware/160450-sun-t3-1-hardware-raid.html
Quote:
On ok prompt


Code:
show-disks
Code:
{0} ok show-disks
a) /pci@400/pci@2/pci@0/pci@f/pci@0/usb@0,2/hub@2/hub@3/storage@2/disk
b) /pci@400/pci@2/pci@0/pci@c/LSI,mrsas@0/disk
c) /pci@400/pci@2/pci@0/pci@4/scsi@0/disk
d) /pci@400/pci@1/pci@0/pci@4/scsi@0/disk
e) /iscsi-hba/disk
q) NO SELECTION
Enter Selection, q to quit:

I don't know if it matters or not, but I ran "show-disks" from our other T3-1 machine that works, and here is the output:
Code:
{0} ok show-disks
a) /pci@400/pci@2/pci@0/pci@f/pci@0/usb@0,2/hub@2/hub@3/storage@2/disk
b) /pci@400/pci@2/pci@0/pci@4/scsi@0/disk
c) /pci@400/pci@1/pci@0/pci@4/scsi@0/disk
d) /iscsi-hba/disk
q) NO SELECTION
Enter Selection, q to quit:

Thank you for the help!
# 7  
Old 04-26-2012
This User Gave Thanks to DukeNuke2 For This Post:
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