0% found this document useful (0 votes)
30 views

Creating Concatenated Volumes

The document provides instructions for creating concatenated and mirrored volumes and file systems in Veritas Volume Manager and mounting them. It describes using vxassist to create the volumes, mkfs to create the file systems, mounting the file systems, and updating /etc/vfstab. Mirroring requires an additional step of using vxassist to create a mirror of the volume.

Uploaded by

warren_draper
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Creating Concatenated Volumes

The document provides instructions for creating concatenated and mirrored volumes and file systems in Veritas Volume Manager and mounting them. It describes using vxassist to create the volumes, mkfs to create the file systems, mounting the file systems, and updating /etc/vfstab. Mirroring requires an additional step of using vxassist to create a mirror of the volume.

Uploaded by

warren_draper
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Creating concatenated volumes, file systems, and mounting them # /usr/sbin/vxassist -g disk_group make volume_name size[m|g|s] [disk_name] layout=nostripe

# /usr/sbin/mkfs -F vxfs /dev/vx/rdsk/disk_group/volume_name size[m|g|s] # mkdir mount_point # /usr/sbin/mount -F vxfs /dev/vx/dsk/disk_group/volume_name mount_point

Remember to add the new entries to /etc/vfstab

Creating mirrored volumes, file systems, and mounting them # /usr/sbin/vxassist -g disk_group make volume_name size[m|g|s] [disk_name] layout=nospan # /usr/sbin/mkfs -F vxfs /dev/vx/rdsk/disk_group/volume_name size[m|g|s] # /usr/sbin/vxassist -g disk_group mirror volume_name [disk_to_create_mirror_on] # mkdir mount_point # /usr/sbin/mount -F vxfs /dev/vx/dsk/disk_group/volume_name mount_point

Remember to add the new entries to /etc/vfstab

You might also like