Find serial number of storage enclosure?


 
Thread Tools Search this Thread
Operating Systems AIX Find serial number of storage enclosure?
# 1  
Old 07-14-2010
Find serial number of storage enclosure?

System: PowerPC_POWER6
OS: AIX 5.x

I was told that a disk (hdisk 10) is bad. How can I find "the serial # of the storage enclosure" from command line? How do I find which disk is on which enclosure?

Thank you in advance! Smilie

---------- Post updated at 12:33 PM ---------- Previous update was at 11:05 AM ----------

I think this command will work for the purpose:

# lscfg -p -v
# 2  
Old 07-14-2010
Way too little information.
Any idea what the storage subsystem is?
Code:
lscfg -vl hdisk10 
lsdev -Cc disk

Etc.
That kind of thing would give us a better idea of how to help.
# 3  
Old 07-15-2010
AFAIK, your only possible chance is with:

prtconf -v
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

I want replace string <enclosure>&#x22;</enclosure> with <enclosure>&#x5e;</enclosure> in xml

I have xml files with with extension .ktr in subfolders i want to replace the string <enclosure>&#x22;</enclosure> with <enclosure>&#x5e;</enclosure> i have written logic but it is not working correctly sed -i '' 's#<enclosure>&\#x22;</enclosure>#<enclosure>&\#x5e;</enclosure>#g' *.ktr ... (3 Replies)
Discussion started by: reddy12
3 Replies

2. Red Hat

Total storage space and Serial number

Hi, Could you please tell me the commands to find Total storage space and Serial number of Linux server. OS -- Red Hat Enterprise Linux Server release 6.6 (Santiago) This is 2 node cluster. Regards, Maddy (1 Reply)
Discussion started by: Maddy123
1 Replies

3. Shell Programming and Scripting

Help about bind serial number

Hello folks. Please let me understand the bind serial number. I am confuse. 13011321 ---------- Post updated at 08:32 AM ---------- Previous update was at 07:55 AM ---------- Thanks problem is solved. (1 Reply)
Discussion started by: learnbash
1 Replies

4. Solaris

How to Find Drive serial Number under raidctl?

I have boot disk mirrored using hardware raid i.e raidctl command. If I want to place an order for a spare drive and keep it at our location for spare, how do I find the disk specification since #format does not reveal this. The server is T2000 running Solaris 10. Any help please. (5 Replies)
Discussion started by: Tirmazi
5 Replies

5. Solaris

Serial number

Hi Solarizer ;) I have face the difficulties of gathering information about the serial number of sun machine. i think its can do so easy while the machine is just one or two. But i have to administrate hundreds of sun machine. Any body knows how to gather this information by the command ? ... (4 Replies)
Discussion started by: tpx99
4 Replies

6. AIX

how to find serial number

hi how to find ( server machine )serial number throught the command in AIX thanks for your replay (3 Replies)
Discussion started by: chomca
3 Replies
Login or Register to Ask a Question