|
|||
1. Getting Started With Solaris Volume Manager 2. Storage Management Concepts 3. Solaris Volume Manager Overview 4. Solaris Volume Manager for Sun Cluster (Overview) 5. Configuring and Using Solaris Volume Manager (Scenario) 8. RAID-0 (Stripe and Concatenation) Volumes (Overview) 9. RAID-0 (Stripe and Concatenation) Volumes (Tasks) 10. RAID-1 (Mirror) Volumes (Overview) 11. RAID-1 (Mirror) Volumes (Tasks) 12. Soft Partitions (Overview) 16. Hot Spare Pools (Overview) How to Add Disks to a Disk Set How to Add Another Host to a Disk Set How to Create Solaris Volume Manager Components in a Disk Set How to Check the Status of a Disk Set How to Delete Disks From a Disk Set How to Delete a Host or Disk Set How to Print a Report on Disk Sets Available for Import How to Import a Disk Set From One System to Another System 20. Maintaining Solaris Volume Manager (Tasks) 21. Best Practices for Solaris Volume Manager 22. Top-Down Volume Creation (Overview) 23. Top-Down Volume Creation (Tasks) 24. Monitoring and Error Reporting (Tasks) 25. Troubleshooting Solaris Volume Manager (Tasks) A. Important Solaris Volume Manager Files B. Solaris Volume Manager Quick Reference |
Creating Disk SetsHow to Create a Disk SetBefore You BeginCheck Guidelines for Working With Disk Sets.
In the following example, you create a shared disk set called blue, from the host host1. The metaset command shows the status. At this point, the disk set has no owner. The host that adds disks to the set becomes the owner by default. # metaset -s blue -a -h host1 # metaset Set name = blue, Set number = 1 Host Owner host1Example 19-2 Creating a Multi-Owner Disk Set In the following example, you create a multi-owner disk set called red. The first line of the output from the metaset command displays “Multi-owner,” indicating that the disk set is a multi-owner disk set. # metaset -s red -a -M -h nodeone # metaset -s red Multi-owner Set name = red, Set number = 1, Master = Host Owner Member nodeone Yes |
||
|