Some Details from my server like mirror

Hello,

I need to get some details from my server like Internal hard disk details for my UNIX (Solaris 9) server like whether OS is mirrored or not, what type of mirror is used. Which hard disk are used for mirror ?

Regards

info on disks - see the iostat command (options -E -n ). Check that against what you know about the server (# of internal drives, if an array/SAN is attached). Check your format output, your /etc/vfstab.

df -kl will show you mounted file systems - look for /dev/md/... or /dev/vx/... (first one is for Disksuite, second for Veritas) - if the disks are mirrored, it would more than likely be one of these two products doing the mirroring. Then look into which ever it is for more info.