|
|||
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) How to Check the Status of a Soft Partition How to Expand a Soft Partition How to Remove a Soft Partition 16. Hot Spare Pools (Overview) 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 Soft PartitionsHow to Create a Soft PartitionBefore You BeginCheck the Configuration Guidelines for Soft Partitions.
In the following example, a 4-Gbyte soft partition called d20 is created on c1t3d0s2. # metainit d20 -p c1t3d0s2 4gExample 13-2 Taking a Whole Disk for Soft Partitions The following example creates a soft partition and formats disk c1t2d0. This action destroys any data on that disk and creates a new soft partition on slice 0. # metainit d7 -p -e c1t2d0 1G |
||
|