How to identify which device from ssd29?


 
Thread Tools Search this Thread
Operating Systems Solaris How to identify which device from ssd29?
# 1  
Old 05-12-2008
Bug How to identify which device from ssd29?

Platform: Sun Solaris ver 9.

Get alert notification from Oracle and the device stated: Disk utilization for ssd29 reached 98%. How can we map this ssd device with something like c1t2d0s0?

Pls help. Thank you.
# 2  
Old 05-12-2008
have a look at the "metastat -p" output.
# 3  
Old 05-12-2008
encountered error ..Smilie
# metastat -p
metastat: hostname: there are no existing databases
# 4  
Old 05-13-2008
Try to find it under the /dev hierarchy.
Code:
find /dev -name ssd2*

# 5  
Old 05-13-2008
No result return from below command..

# find /dev -name ssd*
#
# 6  
Old 05-14-2008
Quote:
Originally Posted by DukeNuke2
have a look at the "metastat -p" output.
Maybe if it was d29 , not ssd29

You can use format
ie:
From messages file
Code:
/var/adm/messages.1:Feb 11 10:19:22 xxxxxxxxx genunix: [ID 936769 kern.info] ssd4 is /scsi_vhci/ssd@g60060e80047f150000007f1500000325

So lets look for ssd4

From format
Code:
# format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
       0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>  root-pri
          /pci@1c,600000/scsi@2/sd@0,0
       1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>  root-sec
          /pci@1c,600000/scsi@2/sd@1,0
       2. c5t60060E80047F150000007F1500000321d0 <HITACHI-OPEN-V-SUN-5009 cyl 9555 alt 2 hd 15 sec 512>
          /scsi_vhci/ssd@g60060e80047f150000007f1500000321
       3. c5t60060E80047F150000007F1500000322d0 <HITACHI-OPEN-V-SUN-5009 cyl 9555 alt 2 hd 15 sec 512>
          /scsi_vhci/ssd@g60060e80047f150000007f1500000322
       4. c5t60060E80047F150000007F1500000325d0 <HITACHI-OPEN-V-SUN-5009 cyl 9555 alt 2 hd 15 sec 512>
          /scsi_vhci/ssd@g60060e80047f150000007f1500000325
       5. c5t60060E80047F150000007F1500000326d0 <HITACHI-OPEN-V-SUN-5009 cyl 9555 alt 2 hd 15 sec 512>
          /scsi_vhci/ssd@g60060e80047f150000007f1500000326
Specify disk (enter its number):


Last edited by jim mcnamara; 04-06-2012 at 12:23 PM..
Tornado
# 7  
Old 05-14-2008
If you don't have any entries in your messages files you can look in /etc/path_to_inst

Code:
# grep ssd /etc/path_to_inst
"/scsi_vhci/ssd@g60060e80047f150000007f1500000325" 4 "ssd"
"/scsi_vhci/ssd@g60060e80047f150000007f1500000326" 5 "ssd"
"/scsi_vhci/ssd@g60060e80047f150000007f1500000321" 6 "ssd"
"/scsi_vhci/ssd@g60060e80047f150000007f1500000322" 7 "ssd"
"/pci@1d,700000/SUNW,qlc@1/fp@0,0/ssd@w50060e80047f1544,0" 2 "ssd"
"/pci@1d,700000/SUNW,qlc@1/fp@0,0/ssd@w50060e80047f1524,0" 3 "ssd"
"/pci@1d,700000/SUNW,qlc@1,1/fp@0,0/ssd@w50060e80047f1554,0" 0 "ssd"
"/pci@1d,700000/SUNW,qlc@1,1/fp@0,0/ssd@w50060e80047f1534,0" 1 "ssd"
#

Tornado
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies

2. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

3. Shell Programming and Scripting

How to identify a network device before trying to connect to it?

Hello all, Here is the explanation of my problem: I have a cronjob that connects to a NAS to do backups from my laptop to this NAS device. The script that I wrote does check if there is a host (the NAS) responding on 192.168.1.10 and tries to connect to it with the following command: mount -v... (3 Replies)
Discussion started by: freddie50
3 Replies

4. Solaris

Migrating non DID device in a metaset to DID device

One of my team colleague mistakenly added non DID device to a metaset in a cluster node and inturn it is again added to concat . In that metaset all devices are DID devices except only one . is it possible to convert this non DID device in metaset to DID device without recreating the whole... (0 Replies)
Discussion started by: sekarsamy
0 Replies

5. AIX

How to find all device on p570 when need do device firmware upgrade?

I need upgrade firmware for the device of p570, when I go to IBM FIX download website, there are a lot of device of p570 listed. How can I know what device I have on my p570? (4 Replies)
Discussion started by: rainbow_bean
4 Replies
Login or Register to Ask a Question