Storage Foundation 8.0 Administrator's Guide - Windows
- Overview
- Setup and configuration
- Function overview
- About the client console for Storage Foundation
- Recommendations for caching-enabled disks
- Configure basic disks (Optional)
- About creating dynamic disk groups
- About creating dynamic volumes
- Set desired preferences
- Using the GUI to manage your storage
- Working with disks, partitions, and volumes
- Adding storage
- Disk tasks
- Remove a disk from the computer
- Veritas Disk ID (VDID)
- General Partition/Volume tasks
- Mount a volume at an empty folder (Drive path)
- Expand a dynamic volume
- Shrink a dynamic volume
- Basic disk and volume tasks
- Automatic discovery of SSD devices and manual classification as SSD
- Volume Manager space allocation is SSD aware
- Dealing with disk groups
- Disk groups overview
- Delete a dynamic disk group
- Detaching and attaching dynamic disks
- Importing and deporting dynamic disk groups
- Partitioned shared storage with private dynamic disk group protection
- Fast failover in clustered environments
- iSCSI SAN support
- Settings for monitoring objects
- Event monitoring and notification
- Event notification
- Configuring Automatic volume growth
- Standard features for adding fault tolerance
- Performance tuning
- FlashSnap
- FlashSnap components
- FastResync
- Snapshot commands
- Dynamic Disk Group Split and Join
- Dynamic disk group join
- Using Dynamic Disk Group Split and Join with a cluster on shared storage
- Dynamic Disk Group Split and Join troubleshooting tips
- Fast File Resync
- Volume Shadow Copy Service (VSS)
- Using the VSS snapshot wizards with Microsoft Exchange
- Using the VSS snapshot wizards with Enterprise Vault
- Using the VSS snapshot wizards with Microsoft SQL
- Copy on Write (COW)
- Using the VSS COW snapshot wizards with Microsoft Exchange
- Using the VSS COW snapshot wizards with Microsoft SQL
- Configuring data caching with SmartIO
- Typical deployment scenarios
- About cache area
- Configuring SmartIO
- Frequently asked questions about SmartIO
- Dynamic Multi-Pathing
- Configuring Cluster Volume Manager (CVM)
- Configuring a CVM cluster
- Administering CVM
- Access modes for cluster-shared volumes
- Storage disconnectivity and CVM disk detach policy
- Unconfiguring a CVM cluster
- Command shipping
- About I/O Fencing
- Administering site-aware allocation for campus clusters
- SFW for Hyper-V virtual machines
- Introduction to Storage Foundation solutions for Hyper-V environments
- Live migration support for SFW dynamic disk group
- Preparing the host machines
- Configuring the SFW storage
- Administering storage migration for SFW and Hyper-V virtual machine volumes
- Optional Storage Foundation features for Hyper-V environments
- Microsoft Failover Clustering support
- Configuring a quorum in a Microsoft Failover Cluster
- Implementing disaster recovery with Volume Replicator
- Troubleshooting and recovery
- Using disk and volume status information
- Resolving common problem situations
- Commands or procedures used in troubleshooting and recovery
- Rescan command
- Repair volume command for dynamic mirrored volumes
- Additional troubleshooting issues
- Disk issues
- Volume issues
- Disk group issues
- Connection issues
- Issues related to boot or restart
- Cluster issues
- Dynamic Multi-Pathing issues
- vxsnap issues
- Other issues
- CVM issues
- Appendix A. Command line interface
- Overview of the command line interface
- vxclustadm
- vxvol
- vxdg
- vxclus
- vxdisk
- vxassist
- vxassist (Windows-specific)
- vxsd
- vxedit
- vxdmpadm
- vxcbr
- vxsnap
- vxscrub
- sfcache
- Tuning SFW
- Appendix B. VDID details for arrays
vxdg init (CSDG)
vxdg -g<ClusterSharedDiskGroupName> [-f] [-s | -r | -csdg] [-TLDM] [-o timeout=<n>]
init [<medianame>=]<DiskName>... | <p#c#t#l#>... [basename=<seedname>]
Creates a new cluster-shared disk group with the specified disks.
-g<ClusterSharedDiskGroupName> | Identifies the cluster-shared disk group name. A cluster-shared disk group name is limited to 18 ASCII characters. It should not have any spaces. |
-f | Force the operation. |
-s | Creates a cluster-shared disk group. |
-R | Creates a private cluster-shared disk group, that is, a disk group with private cluster-shared disk group protection. |
-TLDM | On Windows Server operating systems: Creates a Microsoft Disk Management Disk Group. Note: Windows Server OS allows only one Microsoft Disk Management Disk Group and automatically assigns the name of the disk group when it is created. Specifying the -TLDM option with the name of the disk group with the -g <diskgroupname> attribute results in an error. |
-o timeout=<n> | Allows the operation to timeout in <n> seconds. |
<medianame> | Internal disk name that the user specifies. Note: Only ASCII characters are allowed. |
<DiskName>... | The name of the disk or disks, which the device name (such as Harddisk2) can specify. |
<p#c#t#l#>... | Another way to indicate a disk name; the #s correspond to port, channel, target, and LUN of the disk. |
<seedname> | A name that when appended with a system-generated number becomes the internal identifier of the disk. Note: Only ASCII characters are allowed. |
There can be one or more disks in a dynamic disk group. Disks within a dynamic disk group share a common configuration. Dynamic volumes are created within a dynamic disk group and are restricted to using disks within that group.
You can use this command to create a cluster dynamic disk group, a private dynamic disk group, a Windows Disk Management compatible dynamic disk group, or a Microsoft Disk Management Disk Group.
Note:
Dynamic disks belonging to a Microsoft Disk Management Disk Group do not support cluster disk groups.
Examples
vxdg -gSharedDg1 init -s -TLDM Harddisk0 Harddisk1
vxdg init -TLDM Harddisk5
On Windows Server operating systems, this command creates a Microsoft Disk Management Disk Group. The dynamic disk group includes Harddisk5.
vxdg -gDG1 init mediaName1=Harddisk1mediaName2=Harddisk2 Harddisk3 Harddisk4
This command creates a new dynamic disk group called "DG1". The dynamic disk group includes Harddisk1, Harddisk2, Harddisk3, And Harddisk4 and the names mediaName1 and mediaName2 area that is assigned to Harddisk1 and Harddisk2 respectively.
More Information