Operating System - HP-UX
1752805 Members
5258 Online
108789 Solutions
New Discussion юеВ

How to confirm RAID level for internal system disks

 
Kuntal Gupta
Frequent Advisor

How to confirm RAID level for internal system disks

Hi experts,

HP-UX, 11.31, Base VxVM (revision 5.00),rx-8640.

Quarries:

1) how to confirm the internal disk types (SAS/SCSI etc)

2) System disks are mirrored, but how to confirm from SW side, I mean the commands to know the RAID level.

thanks...

Kuntal
9 REPLIES 9
Shibin_2
Honored Contributor

Re: How to confirm RAID level for internal system disks

Have you tried any of the below command ?

#saconfig /dev/ciss
#sautil /dev/ciss
Regards
Shibin
Torsten.
Acclaimed Contributor

Re: How to confirm RAID level for internal system disks

This server has internal SCSI disks only, no SAS.

For LVM mirrors use

# lvdisplay -v /dev/vg00/lvol1

and so on to see if there are mirrors.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Hakki Aydin Ucar
Honored Contributor

Re: How to confirm RAID level for internal system disks

# swlist -l product|grep -i mirror
to check if you have mirror-ux sw installed.

# machinfo
to get more details on disk type.

You probably have RAID 1 due to mirroring..
Anshumali
Esteemed Contributor

Re: How to confirm RAID level for internal system disks

For SAS, you can run like below:

# sasmgr get_info -D /dev/sasd0 -q raid

Mon Nov 8 11:23:22 2010

---------- LOGICAL DRIVE 1 ----------

Raid Level : RAID 1
Volume sas address : 0x5de2f46fe53dca
Device Special File : /dev/rdsk/c7t0d0
Raid State : OPTIMAL
Raid Status Flag : ENABLED
Raid Size : 69618
Rebuild Rate : 0.00 %
Rebuild Progress : 100.00 %

Participating Physical Drive(s) :

SAS Address Enc Bay Size(MB) Type State

0x5000c500014f02ed 1 2 70007 SECONDARY ONLINE
0x5000c500014fe251 1 1 70007 PRIMARY ONLINE
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Kuntal Gupta
Frequent Advisor

Re: How to confirm RAID level for internal system disks

Thanks to all for their response.

Mr Shibin :

I didn├в t find any entry starting with ciss under /dev


Mr Torsten:

Yes, from the manual it is clear that rx-8640 contains SCSI disk, but sir how should I confirm this from OS side by command line?

I have mentioned that I am using VxVM.


Mr Hakki Aydin,

No we don├в t have mirror ux license, we have used vxrootmir command for mirroring the system disk and machinfo to know the disk type!!!!!!!! How?

Mr Anshumali,

We don't have SAS disk,


Thanks once again to everybody; I am expecting few more inputs.

Kuntal

Anshumali
Esteemed Contributor

Re: How to confirm RAID level for internal system disks

vxprint and vxdisk list should give the information.... let me know if thats not what you are after...
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Kuntal Gupta
Frequent Advisor

Re: How to confirm RAID level for internal system disks

Thanks Mr Anshumali,

Pls look at the attachment.

Kuntal
Hakki Aydin Ucar
Honored Contributor

Re: How to confirm RAID level for internal system disks

If you have FOE probably you do not have a root mirror license to make mirroring the root,and check this out you can not see the product :

# swlist -l product | grep B2491BA

sory for machinfo is not suitable to see scsi information but, you can:

# ioscan -fn | grep -i scsi
OR
# echo "selclass type disk;info;wait;infolog"|cstm
too see detailed info for disk
Kuntal Gupta
Frequent Advisor

Re: How to confirm RAID level for internal system disks

Thanks Mr Hakki Aydin.

># swlist -l product | grep B2491BA

No o/p

> # ioscan -fn | grep -i scsi

showing the combo (SCSI+ETh) cards, tape drives.

In my previous post I have attached few things, you may have a look there.

Thanks...

Kuntal