CA Cloud Storage for System z can use NFS export directories as repositories for Virtual Volume files. The Linux operating system mounts NFS exports as subdirectories of its file system by reading the /etc/fstab configuration file at startup.
To create NFS export directories for use with CA Cloud Storage for System z, use the NetApp OnCommand System Management software. For more information, see http://www.netapp.com.
Follow these steps:
An aggregate is like a large logical DASD device that is created from some number of physical disks drives. You assign disks to the aggregate based on the amount of space that is required to hold your virtual volumes and RAID requirements.
The user interface wizard guides you through the process of creating the aggregate.
Volumes behave like subdirectories or local partitions. You can mount Volumes to your Linux Server as an NFS export. Volumes can also be replicated to a secondary appliance using NetApp SnapMirror technology.
(Optional) You can perform this step later.
Use the SnapMirror Relationship setup wizard to define the source, target, and replication schedule of your netapp volume to a remote Netapp appliance. The SnapMirror is useful for disaster recovery and can also be used to implement bidirectional replication between CA Vtape complexes.
sudo cacloud setup
The following example of an /etc/fstab table entry mounts an NFS export as mp_01:
ip_address:/vol/cs4z_prod_mp_01 /var/lib/cacloud/vault_01/mp_01 nfs rsize=131072,tcp,nolock,wsize=131072,nfsvers=3,intr,bg 0 0
sudo /sbin/mount -a
df -h
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|