Purpose
Adds, deletes, or displays entries in the Oracle ACFS mount registry.
Syntax and Description
acfsutil registry -h acfsutil registry acfsutil registry -a [-f] [-o moptions] [-n { nodes|all } ] [-u user] [-t description] device mount_point acfsutil registry -c {device | mount_point} [-o moptions] [-n { nodes|all } ] [-u user] [-t description] acfsutil registry -d {device | mount_point} acfsutil registry -l [device | mount_point] acfsutil registry -m deviceacfsutil registry -r
acfsutil
registry
-h
displays help text and exits.
If no options are specified, the command displays all the Oracle ACFS file systems that are configured for automatic start.
Table 16-94 contains the options available with the acfsutil
registry
command.
Table 16-94 Options for the acfsutil registry command
Option | Description |
---|---|
|
Add the device, mount point, and associated The arguments represent all the information needed to mount the file system. At Oracle ACFS startup time these file systems are automatically mounted. Duplicate device entries are not allowed. Duplicate mount points are allowed but must be include the |
|
Changes an existing registry entry for the specified device or mount point. |
|
Deletes the specified device or mount point from the Oracle ACFS mount registry. If a mount point is specified and it is not unique in the Oracle ACFS mount registry, the command fails and you must run the command again specifying the device. |
|
This option is used in combination with |
|
Without specifying a device or mount point, the |
|
Lists the registered mount point, if one exists, associated with the specified device. The mount point is only returned if the Oracle ACFS file system has been registered or has been previously mounted. |
|
This option, used in combination with |
|
Specifies the mount options for use when mounting the file system. Valid for Linux, Solaris, and AIX. Used in combination with |
|
Displays all registered file systems, not just file systems with |
|
Adds a description of the mount. Used in combination with |
|
Specifies a user that is allowed to mount or umount (start and stop) the file system. This option, used in combination with |
|
Specifies the directory where the file system is mounted. |
|
Specifies an Oracle ACFS device file that has been formatted. |
acfsutil
registry
adds, deletes, or displays a file system from the Oracle ACFS persistent mount registry. The mount registry is a global registry that is used at Oracle ACFS startup on each node to mount all file systems specified in it. root
or asmadmin
privileges are required to modify the registry. For information about operating system group privileges, see "About Privileges for Oracle ASM".
Any user is allowed to display the contents of the registry. To mount all the file systems in the Oracle ACFS mount registry, use the platform specific mount command with the all
option. This is done automatically at Oracle ACFS startup on each node.
Oracle ACFS registration (acfsutil
registry
) is not supported in an Oracle Restart (standalone) configuration, which is a single-instance (non-clustered) environment.
Examples
The following examples show the use of acfsutil
registry
. The first example shows how to add the volume device file and file system mount point to the registry. The second example shows how to list the registered mount point associated with the specified volume device file. The third example shows how to delete the specified volume device file from the registry.