CA Cloud Storage for System z uses 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.
Use the Riverbed SteelStore browser interface to create NFS export directories for use with CA Cloud Storage for System z.
Follow these steps:
sudo cacloud setup
This table entry shows an /etc/fstab table entry that is used to mount an NFS export as mp_01:
ip_address:/nfs_export_name /var/lib/cacloud/vault_01/mp_01 nfs rw,nolock,hard,intr,nfsvers=3,tcp,rsize=131072,wsize=131072,bg 0 0
sudo /sbin/mount -a
df -h
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|