LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Solaris hard disk mirrored (https://www.linuxquestions.org/questions/solaris-opensolaris-20/solaris-hard-disk-mirrored-447197/)

DarReNz 05-21-2006 09:03 PM

Solaris hard disk mirrored
 
Hi,

I wish to know the commands to check if the hard disks for Solaris was mirrored ?

scoban 05-22-2006 06:34 AM

hi, you should check the output from:
metastat for soft mirrors
raidctl for hardware mirroring

mdhmi 05-24-2006 11:49 PM

Post the output of df -k, metastat -p, and format.

Mark

spyghost 06-16-2006 10:14 AM

Quote:

Originally Posted by DarReNz
Hi,

I wish to know the commands to check if the hard disks for Solaris was mirrored ?

there are actually two types of mirroring:
- hardware mirroring
- software mirroring

an example of hardware mirroring is that of sun fire v440. you can check out the command raidctl for this type.

for the software mirroring aka metadevices, you can check this out through a combination of commands:
- df
- metastat

with df, you check whether you are mounting a metadevice or a non-metadevice. metadevices are distinguised by /dev/md/dsk/dnn where nn is a number. using metastat dnn, you can determine what kind of metadevice you are looking at. when it says mirrored, then you are using software mirroring for solaris.


All times are GMT -5. The time now is 11:42 AM.