- manage access to NAS devices for Oracle Solaris Cluster
/usr/cluster/bin/clnasdevice -V
/usr/cluster/bin/clnasdevice [subcommand] -?
/usr/cluster/bin/clnasdevice subcommand [options] -v [nasdevice[ …]]
/usr/cluster/bin/clnasdevice add -t type {-pname=value[,…] | -u userid} [-f passwdfile] [-Z {zoneclustername | global}] nasdevice
/usr/cluster/bin/clnasdevice add -i {- | clconfigfile} [-t type] [-pname=value | -u userid] {-f passwdfile} [-Z {zoneclustername | global}] {nasdevice
/usr/cluster/bin/clnasdevice add-dir -d directory[,…] [-Z {zoneclustername | global}] nasdevice
/usr/cluster/bin/clnasdevice add-dir -i {- | clconfigfile} [-d all | directory[,…]] [-f passwordfile] [-Z {zoneclustername | global}] {nasdevice
/usr/cluster/bin/clnasdevice export [-o {- | clconfigfile}] [-t type[,…]] [-d all | directory[,…]] [+ | nasdevice[ …]]
/usr/cluster/bin/clnasdevice find-dir [-t type[,…]] [-Z {zoneclustername[,…] | global | all}] [+ | nasdevice[ …]]
/usr/cluster/bin/clnasdevice list [-t type[,…]] [-Z {zoneclustername[,...] | global | all}] [+ | nasdevice[ …]]
/usr/cluster/bin/clnasdevice remove [-t type[,…]] [-Z {zoneclustername | global}] [-F ] {+ | nasdevice[ …]}
/usr/cluster/bin/clnasdevice remove-dir -d all | directory[,…] [-Z {zoneclustername | global}] nasdevice
/usr/cluster/bin/clnasdevice set {-pname=value[,…] | -u userid} [-f passwdfile] [-Z {zoneclustername | global}] nasdevice
/usr/cluster/bin/clnasdevice show [-d {all | directory[,...] [-t type[,…]][-Z {zoneclustername[,…] | global | all}] [+ | nasdevice[ …]]
The clnasdevice command manages Oracle Solaris Cluster configuration information for NAS devices and their directories or projects.
The clnas command is the short form of the clnasdevice command. The clnas and clnasdevice commands are identical. You can use either form of the command.
The general form of this command is as follows:
clnasdevice [subcommand] [options] [operands]
You can omit subcommand only if options specifies the -? option or the -V option.
Each option of this command has a long form and a short form. Both forms of each option are provided with the description of the option in the “OPTIONS” section of this man page.
Before you use the clnasdevice command to configure a NAS device in the cluster, your NAS device must conform to the following conditions:
The NAS device must be set up and operating.
The NAS device must be booted and running.
The NAS device's directories must be created and made available to the cluster nodes.
If the NAS device will be a quorum device, the LUN for the quorum device must be created. For information on configuring a NAS quorum device, see the clquorumman page.
Depending on the NAS device vendor, you might need to perform additional tasks before you configure the device into the cluster. For details about these tasks, see the -t option in “OPTIONS”. Refer to the documentation for your particular NAS device for procedures about setting up a NAS device and exporting the directories.
After the NAS device is fully operational and ready to provide storage for the cluster, use the clnasdevice command to manage the NAS device configuration information in the cluster. Otherwise, the cluster cannot detect the NAS device and its exported directories. Consequently, the cluster cannot protect the integrity of the information in these directories.
Use the clnasdevice command for these administrative tasks:
To create the NAS device configuration
To update NAS type-specific properties
To remove the NAS device's directories from the cluster configuration
To remove the NAS device from the cluster configuration
The clnasdevice command can be run only on an active cluster node. The result of running the command is always the same, regardless of the node on which you run it.
You can use the clnasdevice command with all subcommands (except export) in a zone cluster. You can also use the -Z option with all subcommands (except export) to specify the name of a particular zone cluster to which you want to restrict an operation.
You can access all zone cluster information from a global-cluster node, but a particular zone cluster is not aware of other zone clusters. If you do not restrict an operation to a particular zone cluster, the subcommand you use operates in the current cluster only.
The following subcommands are supported:
Adds a NAS device to the Oracle Solaris Cluster configuration.
Use the -t option to specify the vendor of the NAS device. For details, see the -t option description in the “OPTIONS” section.
Depending on the type of your NAS device, you might have to set additional properties. These required properties are also explained in the -t option description in the “OPTIONS” section.
Users other than the superuser require solaris.cluster.modify role-based access control (RBAC) authorization to use this command. See rbac(5).
See also the description of the remove subcommand.
Adds the specified directories or projects of an already configured NAS device to the cluster configuration. You must have created these directories or projects on the device and made them available to the cluster before using this subcommand. For information about creating directories or projects, see the documentation for your NAS device.
You can add NAS device directories or projects using one of the following methods:
Use the clnasdevice add command to configure the NAS device in the cluster. Then use the clnasdevice add-dir command to configure that device's directories or projects in the cluster.
Use the clnasdevice add-dir -i configurationfile form of the command to add the device and configure its directories or projects in a single step. To add directories or projects using this method, provide the password file using the -f option. For details on this option, see the Options section. See the clconfiguration(5CL) man page for more information.
Whenever you create a new directory or project on the NAS device and make it available to the cluster nodes, you need to use this add-dir subcommand to add the directories or projects to the cluster configuration.
Users other than the superuser require solaris.cluster.modify RBAC authorization to use this command. See rbac(5).
See also the description of the remove-dir subcommand.
Exports the cluster NAS device configuration information. If you specify a file with the -o option, the configuration information is written to that file. If you do not use the -o option, the output is written to standard output (stdout).
The export subcommand does not modify cluster configuration information.
Users other than the superuser require solaris.cluster.read RBAC authorization to use this command. See rbac(5).
Displays the projects or directories that are set up on the NAS devices that might be used by the cluster. These directories or projects have not yet been added to the cluster configuration with the add-dir subcommand. The directories or projects listed in the output can be candidates for the -d option when you use the add-dir subcommand.
The find-dir subcommand does not modify cluster configuration information.
Users other than the superuser require solaris.cluster.read RBAC authorization to use this command. See rbac(5).
Displays the NAS devices configured in the cluster.
To display the device's directories that are configured in the cluster and the device type, use the verbose option -v.
To display NAS devices of a particular type, use the -t option.
Users other than the superuser require solaris.cluster.read RBAC authorization to use this command. See rbac(5).
Removes the specified NAS device or devices from the Oracle Solaris Cluster configuration.
If you do not specify the force option, -F, you must have already removed the NAS device directories from the configuration by using the remove-dir subcommand.
If you specify the force option, -F, the command removes the NAS device and its directories from the cluster configuration. See -F in OPTIONS.
Users other than the superuser require solaris.cluster.modify RBAC authorization to use this command. See rbac(5).
See also the description of the add subcommand.
Removes the specified NAS directory or project from the Oracle Solaris Cluster configuration.
The remove-dir subcommand removes the exported directories or projects specified by the -d option. When you use -d all, the subcommand removes all the directories or projects of the specified NAS device.
Whenever a directory or project is removed from the NAS device, you need to use this remove-dir subcommand to remove the directories or projects from the cluster configuration. The NAS directories or projects in the cluster configuration must match the existing directories or projects that are exported from the NAS device.
Users other than the superuser require solaris.cluster.modify RBAC authorization to use this command. See rbac(5).
See also the description of the add-dir subcommand.
Sets specified properties of a specific NAS device.
Note - You do not specify properties for NAS devices from Oracle's Sun StorageTek products or Oracle's Sun Storage 7000 Unified Storage Systems. Because these devices do not have any properties, the set subcommand and the -f, -p, and -u options do not apply.
Users other than the superuser require solaris.cluster.modify RBAC authorization to use this command. See rbac(5).
When no options are provided, displays the following information:
A listing of all the current NAS devices configured in Oracle Solaris Cluster
The available directories of each NAS device
All properties associated with each NAS device
To display a particular type of NAS device, specify the -t option. To display information about a particular device, pass the NAS device's hostname as the operand to the command.
To display the file systems contained in the specified projects, use the -d and -v options with the show subcommand. You can use the all keyword to display all the projects of a NAS device, or just individual projects.
Users other than the superuser require solaris.cluster.read RBAC authorization to use this command. See rbac(5).
The following options are supported:
Displays help information. When this option is used, no other processing is performed for any other options.
You can specify this option with or without a subcommand.
If you specify this option without a subcommand, the list of subcommands for this command is displayed.
If you specify this option with a subcommand, the usage options for the subcommand are displayed.
Specifies the directory or directories of the netapp and sun NAS devices, as well as projects of the sun_uss NAS devices. For sun_uss NAS devices, you must create the project on the NAS device before you create a file system. The project name cannot start with a /. File systems must be created within a project. A project is a sun_uss NAS device term, and you can create as many file systems as you want in a project. Use this option only with the add-dir, remove-dir, export, and show subcommands.
This option accepts a special keyword, all. When you use the -d all option, you specify all directories on the specified NAS devices.
With the remove-dir subcommand, all directories on the specified devices are removed.
With the export subcommand, the configuration information of all directories on the specified devices is displayed to the specified output.
With the add-dir subcommand and the -i configfile option, all directories on the specified NAS device that are listed in the configuration file are added.
When the show subcommand is used with the -v option, the file systems contained in the specified projects in the -d option are displayed. You can use the all keyword to display all the projects of a NAS device, or just individual projects.
Forces the removal of the specified NAS device.
The force option is available only with the remove subcommand. When you use this force option with the remove subcommand, it removes the NAS device and its configured directories from the Oracle Solaris Cluster configuration.
Specifies the password file that contains the password to use when logging in to the NAS device.
Note - You do not specify properties for NAS devices from Oracle's Sun StorageTek products or Oracle's Sun Storage 7000 Unified Storage Systems. Because these devices do not have any properties, the set subcommand and the -f, -p, and -u options do not apply.
For security reasons, the password cannot be specified in command-line options. To keep the password secure, place it in a text file and specify the file by using the -f option. If you do not specify an input file for the password, the command prompts for the password.
Set permissions of the input file to readable by root and prohibit access by either group or world.
When using clnasdevice add with the -i option, if your clconfigfile does not contain the password the -f passwdfile option is required.
In the input file, observe the following restrictions:
Specify passwords on a single line. Do not type passwords across multiple lines.
Leading white spaces and tabs are ignored.
Comments begin with an unquoted # sign. Comments continue to the next new line.
The parser ignores all comments.
If you use an input file for the device user password, the # sign cannot be part of the password.
Specifies the configuration information that is used to create or modify the NAS device. This information must conform to the format that is defined in the clconfiguration(5CL) man page. This information can be contained in a file or through the standard input (stdin). To specify the standard input, specify - instead of a file name.
If you specify the same properties on the command line and in the clconfigfile file, the properties that you set on the command-line prevail.
When using clnasdevice add with the -i option, the -f passwdfile option is required.
Writes the NAS device configuration information in the format that is defined in the clconfiguration(5CL) man page. You can write this information to a file or to the standard output (stdout). To specify the standard output, specify - instead of a file name.
Specifies the properties that are specific to a NAS device type.
Note - You do not specify properties for NAS devices from Oracle's Sun StorageTek products or Oracle's Sun Storage 7000 Unified Storage Systems. Because these devices do not have any properties, the set subcommand and the -f, -p, and -u options do not apply.
You must specify this option when you use the add subcommand to add a new NAS device to a cluster configuration. You also must specify this option when you modify the properties of a NAS device with the set subcommand. See the description of the -t option for more information.
Specifies the NAS device type. You must specify this option when you add a NAS device to the Oracle Solaris Cluster configuration. The NAS device type is identified by the vendor name. For example, Oracle's Sun StorageTek NAS device type is sun.
Different types of NAS devices have different or in some cases, no properties.
Specifies Oracle's Sun StorageTek NAS device.
Note - You do not specify properties for the sunNAS device. Because this device does not have any properties, the set subcommand and the -f, -p, and -u options do not apply.
Specifies Oracle's Sun Storage 7000 Unified Storage Systems NAS device.
Note - You do not specify properties for the sun_uss NAS device. Because this device does not have any properties, the set subcommand and the -f, -p, and -u options do not apply.
Specifies a NAS device from Network Appliance, Inc. The NAS device from Network Appliance, Inc. has the following property. This property is required if you add a NAS device by using the add subcommand:
-p userid=userid [-f passwdfile]
or
-u userid [-f passwdfile]
The userid is the user ID that the cluster uses to perform administrative duties on the NAS device. When you add a user ID to the device configuration, you are prompted for its password. You can also place the password in a text file and use it by specifying the -f option.
Before adding a NAS device and its exported directories into the cluster configuration, you must have already performed the following tasks:
Set up the NAS device.
Set up directories and made them available to the cluster nodes.
Determined the user ID and password to use for administrative tasks on the device.
The NAS device must also be up and running. To provide support for netapp NAS devices in the cluster, the administrator must also install the required software module that is provided by Network Appliance, Inc. Additionally, the iSCSI license must be valid for the Network Appliance, Inc. NAS device. For instructions about obtaining the support module, see Oracle Solaris Cluster With Network-Attached Storage Devices Manual.
Specifies the user ID that is used to log in to the NAS device.
Note - You do not specify properties for NAS devices from Oracle's Sun StorageTek or Oracle's Sun Storage 7000 Unified Storage Systems. Because these devices do not have any properties, the set subcommand and the -f, -p, and -u options do not apply.
The cluster needs to know the user ID to log in and perform administrative duties on the device.
Alternatively, you can specify the user ID with the -p option. See -p for details.
You can use this option only with the add and set subcommands.
Displays the version of the command.
Do not specify this option with subcommands, operands, or other options. The subcommands, operands, or other options are ignored. The version of the command is displayed. No other processing is performed.
Displays verbose information to standard output (stdout).
Specifies the cluster where the nas-device-type is registered and where you want to operate.
This option is supported by all subcommands except the export command.
If you specify this option, you must also specify one of the following arguments:
Specifies that the command with which you use this option will operate on all specified nas-device-types only in the zone cluster named zoneclustername.
Specifies that the command with which you use this option will operate on all specified nas-device-types only in the global cluster.
If you use this argument in the global cluster, it specifies that the command with which you use it will operate on all specified nas-device-types in all clusters (including the global cluster and all zone clusters).
If you use this argument in a zone cluster, it specifies that the command with which you use it will operate on all specified nas-device-types only in that zone cluster.
The following operands are supported:
The name of a NAS device. The NAS device name is the hostname by which the NAS device communicates over the network. The cluster needs the NAS hostname of the NAS device to communicate with the NAS device. If the subcommand accepts more than one NAS device, you can use the plus sign (+) to specify all NAS devices. For the add and add-dir subcommands, the plus sign operand indicates all NAS devices in the specified configuration file.
If the command is successful for all specified operands, it returns zero (CL_NOERR). If an error occurs for an operand, the command processes the next operand in the operand list. The returned exit code always reflects the error that occurred first.
The following exit values can be returned:
No error
The command that you issued completed successfully.
Not enough swap space
A cluster node ran out of swap memory or ran out of other operating system resources.
Invalid argument
You typed the command incorrectly, or the syntax of the cluster configuration information that you supplied with the -i option was incorrect.
Permission denied
The object that you specified is inaccessible. You might need superuser or RBAC access to issue the command. See the su(1M) and rbac(5) man pages for more information.
Invalid property
The property or value that you specified with the -p, -y, or -x option does not exist or is not allowed.
Internal error was encountered
An internal error indicates a software defect or other defect.
No such object
The object that you specified cannot be found for one of the following reasons:
The object does not exist.
A directory in the path to the configuration file that you attempted to create with the -o option does not exist.
The configuration file that you attempted to access with the -i option contains errors.
Object exists
The device, device group, cluster interconnect component, node, cluster, resource, resource type, or resource group that you specified already exists.
Invalid type
The type that you specified with the -t or -p option does not exist.
Example 1 Adding NAS Devices From Oracle's Sun StorageTek or Sun Storage 7000 Unified Storage Systems to a Cluster or Zone Cluster
The following clnasdevice command adds the storage system sunnas1 to the configuration called sun.
# clnasdevice add -t sun sunnas1
The following clnasdevice command adds the storage system sunnas1 to the zone cluster configuration called ZC.
# clnasdevice add -Z ZC -t sun sunnas1
The following clnasdevice command adds the Sun Storage 7000 Unified Storage System sun_uss uss7110-01 to the configuration called sun.
# clnasdevice add -t sun sun_uss7110-01
Example 2 Adding a NAS Device From Network Appliance, Inc. to a Cluster or Zone Cluster
The following clnasdevice command adds the Network Appliance, Inc. storage system netapp1 to the sun configuration.
# clnasdevice add -t netapp -p userid=root netapp1 Please enter password
The following clnasdevice command adds the Network Appliance, Inc. storage system netapp1 to the zone cluster ZC configuration.
# clnasdevice add -Z ZC -t netapp -p userid=root netapp1 Please enter password
Example 3 Adding NAS Device Directories and Projects to a Cluster or Zone Cluster
The following clnasdevice command adds two exported directories of the already configured NAS device sunnas1 to the cluster configuration.
# clnasdevice add-dir -d /export/dir1,/export/dir2 sunnas1
The following clnasdevice command adds two exported directories of the already configured NAS device sunnas1 to the zone cluster called ZC.
# clnasdevice add-dir -Z ZC -d /export/dir1,/export/dir2 sunnas1
The following clnasdevice command adds two projects to the already configured NAS device sun_uss.
# clnasdevice add-dir -d nassa-pl,nassa-p2 uss7110-01
Example 4 Removing All NAS Device Directories From a Cluster or Zone Cluster Configuration
The following clnasdevice command removes all directories that belong to the NAS device netapp1 from the cluster configuration.
# clnasdevice remove-dir -d all netapp1
The following clnasdevice command removes all directories that belong to the NAS device netapp1 from the ZC zone cluster configuration.
# clnasdevice remove-dir -Z ZC -d all netapp1
Example 5 Removing a NAS Device From a Cluster or Zone Cluster
The following clnasdevice command removes the NAS device sunnas1 and all of its remaining directories, if any, from the cluster sun configuration.
# clnasdevice remove -F sunnas1
The following clnasdevice command removes the NAS device sunnas1 and all of its remaining directories, if any, from the zone cluster ZC configuration.
# clnasdevice remove -Z ZC -F sunnas1
Example 6 Displaying NAS Device Projects That Have Not Been Added to the Cluster
The following clnasdevice command displays the NAS device project names that have not yet been added to the cluster.
# clnasdevice find-dir uss7110-01 Nas Device: uss7110-01 Type: sun_uss Unconfigured Project: nassa-p2 Unconfigured Project: nnassa-p1
Example 7 Displaying the NAS Devices Configured in the Cluster or Zone Cluster
The following clnasdevice command displays the names of all NAS devices that are configured in the cluster. To see a list of the devices and their directories, use the verbose option or the show subcommand.
# clnasdevice list sunnas1
The following clnasdevice command displays the names of all NAS devices that are configured in the zone cluster ZC. To see a list of the devices and their directories, use the verbose option or the show subcommand.
# clnasdevice list -Z ZC ZC:sunnas1
The following clnasdevice command displays the names of all NAS devices that are configured in the zone cluster ZC. To see a list of the devices and their directories, use the verbose option or the show subcommand.
# clnasdevice list -Z all global:sunnas1 ZC:netapp1
Example 8 Display the NAS Devices and Their Directories or Projects
The following clnasdevice command displays the names of all NAS devices that are configured in the cluster, along with their directories that are part of the cluster configuration.
# clnasdevice show -v Nas Device: sunnas1.sfbay.sun.com Type: sun Userid: root Directory: /export/dir1 /export/dir2 Nas Device: netapp2 Type: netapp Userid: root Directory: /export/dir1 /export/dir2
The following clnasdevice command displays the names of all NAS devices that are configured in the zone cluster called ZC, along with their directories that are part of the cluster configuration.
# clnasdevice show -Z ZC -v Nas Device: ZC:netapp2 Type: netapp Userid: root Directory: /export/dir1 /export/dir2
The following clnasdevice command displays the names of all NAS devices that are configured in the cluster, along with the project file systems.
# clnasdevice show -v -d all uss7110-01 Nas Device: uss7110-01 Type: sun_uss Project: nassa-p1 File System: /export/nassa-p1/nassa-p1-fs1 File System: /export/nassa-p1/nassa-p1-fs2 File System: /export/nassa-p1/nassa-p1-fs3 Project: nassa-p2 File System: /export/nassa-p2/nassa-p2-fs1 File System: /export/nassa-p2/nassa-p2-fs2
See attributes(5) for descriptions of the following attributes:
|
The superuser can run all forms of this command.
Any user can run this command with the following subcommands and options:
-? option
-V option
To run this command with other subcommands, users other than superuser require RBAC authorizations. See the following table.
|