How to Add a Oracle HSM Shared File System to a Zone Cluster (CLI)
Perform this task to add a Oracle HSM shared file system for use by a zone cluster.
Note:
Alternatively, you can use theclsetup
utility to perform this task. See How to Add a Cluster File System to a Zone Cluster (clsetup).
At this time, Oracle HSM shared file systems are only supported for use in clusters that are configured with Oracle RAC. On clusters that are not configured with Oracle RAC, you can use a single-machine Oracle HSM file system that is configured as a highly available local file system.
Example 6-7 Adding a Oracle HSM Shared File System as a Direct Mount to a Zone Cluster (CLI)
The following example shows the Oracle HSM shared file system Data-cz1
added to the zone cluster sczone
. From the global cluster, the mount point of the file system is /zones/sczone/root/db_qfs/Data1
, where /zones/sczone/root/
is the zone's root path. From the zone-cluster node, the mount point of the file system is /db_qfs/Data1
.
phys-schost-1# vi /etc/vfstab #device device mount FS fsck mount mount #to mount to fsck point type pass at boot options # Data-cz1 - /zones/sczone/root/db_qfs/Data1 samfs - no shared,notrace phys-schost-1# clzonecluster configure sczone clzc:sczone> add fs clzc:sczone:fs> set dir=/db_qfs/Data1 clzc:sczone:fs> set special=Data-cz1 clzc:sczone:fs> set type=samfs clzc:sczone:fs> end clzc:sczone> verify clzc:sczone> commit clzc:sczone> exit phys-schost-1# clzonecluster show -v sczone … Resource Name: fs dir: /db_qfs/Data1 special: Data-cz1 raw: type: samfs options: [] …