Sponsored Content
Operating Systems Solaris Disks aren't showing up in Solaris/OBP Post 302630945 by bstring on Thursday 26th of April 2012 02:04:20 PM
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!
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
XPCI(4) 						 BSD/xen Kernel Interfaces Manual						   XPCI(4)

NAME
xpci -- Xen frontend paravirtualized PCI pass-through driver SYNOPSIS
xpci* at xenbus? pci* at xpci? DESCRIPTION
The xpci driver is the frontend part of the PCI pass-through functionality that can be used by Xen guest domains to communicate with PCI devices. From a guest point of view, xpci is similar to a pci(4) bus, except that the guest talks with the PCI backend driver instead of the real physical device directly. When the host domain is NetBSD, the xpci driver is backed by a pciback(4) driver within the dom0. SEE ALSO
pci(4), pciback(4), xenbus(4) HISTORY
The xpci driver first appeared in NetBSD 5.1. AUTHORS
The xpci driver was written by Manuel Bouyer <bouyer@NetBSD.org>. SECURITY CONSIDERATIONS
As PCI passthrough offers the possibility for guest domains to send arbitrary PCI commands to a physical device, this has direct impact on the overall stability and security of the system. For example, in case of erroneous or malicious commands, the device could overwrite physi- cal memory portions, via DMA. BSD
January 8, 2011 BSD
All times are GMT -4. The time now is 04:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy