List the RAID levels in Solaris?

devquora
devquora

Posted On: Mar 28, 2020

 

Solaris supports six RAID levels from 0 to 6. Only a few storage environments support RAID levels 2, 3, and 4.

The other three RAID levels are most supported by the storage environments.

RAID level 0 - Here, the data are spread across relatively small, equally-sized fragments which are allocated evenly across multiple physical disks.

RAID level 1 - Here, the mirroring technique is used to duplicate the data over two or more physical disks.

RAID level 5 - Here, the striping technique is used to spread the data over the disks in an array. It will have substantial performance degradation when operating with a failed device.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Solaris Interview Questions

    What is Solaris?

    Solaris is a Unix based operating system that was initially developed by Sun Microsystems. Initially released in 1992, Solaris is written in C and C++. A proprietary software, Solaris is now under Ora...

    Solaris Interview Questions

    What are NFS daemons in Solaris?

    NFS daemons are used to handle and support the NFS activities in the Oracle Solaris. Several NFS daemons for handling NFS activities. They are, Automountd Daemon - It handles the mounting and unmount...

    Solaris Interview Questions

    What is a zone in Solaris?

    Zones in Solaris are used to isolate software applications and services using flexible software-defined boundaries. Previously known as Solaris containers, You can build the Oracle Solaris Zones usin...