NAME
stgxfwcmsetmode - sets the collection mode for information
SYNOPSIS
/opt/FJSVswstf/bin/stgxfwcmsetmode -udev {on | off | disp} /opt/FJSVswstf/bin/stgxfwcmsetmode -udev_gds {on | off | disp} /opt/FJSVswstf/bin/stgxfwcmsetmode -virt {kvm | none | disp}
DESCRIPTION
This command sets the collection mode for information collected by the server. It also displays the collection mode that is currently set.
For operation in a virtual environment, this command sets the Virtual Environment Support Function.
It also displays the status of Virtual Environment Support Function that is currently set.
When this command is completed successfully, "(SWSTGNODE=configuration variable)" is displayed at the end of the line after the command. The following string is displayed in "configuration variable":
If the environment variable SWSTGNODE is set: value of the environment variable SWSTGNODE
If the environment variable SWSTGNODE is not set: null
OPTIONS
For ordinary devices, specifies whether to use the device generated by udev. Refer to "1.4.1 Normal Devices" for details. The following values can be specified:
on : The device generated by udev is used.
off : The device generated by udev is not used.
disp : Checks whether the device generated by udev is to be used or not.
Information output when "disp" Is specified is as follows:
Output Strings | Explanation |
---|---|
udev : on | The device generated by udev is used. |
udev : off | The device generated by udev is not used. |
For PRIMECLUSTER GD SDX objects (only when operating in slice units), specifies whether to use the device generated by udev. Refer to "1.4.2 SDX Objects of PRIMECLUSTER GD" for details. The following values can be specified:
on : The device generated by udev is used.
off : The device generated by udev is not used.
disp : Checks whether the device generated by udev is to be used or not.
Information output when "disp" Is specified is as follows:
Output Strings | Explanation |
---|---|
udev : on | The device generated by udev is used. |
udev : off | The device generated by udev is not used. |
Specifies whether to use the Virtual Environment Support Function. The following values can be specified:
kvm : The KVM Support Function is used.
none : The Virtual Environment Support Function is not used.
disp : Checks the current setup status of Virtual Environment Support Function.
Information output when "disp" Is specified is as follows:
Output Strings | Explanation |
---|---|
virt : kvm | The KVM Support Function is used. |
virt : none | The Virtual Environment Support Function is not used. |
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
Specifying that the device generated by udev is not used:
# /opt/FJSVswstf/bin/stgxfwcmsetmode -udev off stgxfwcmsetmode completed (SWSTGNODE=nodemgr) #
Checking whether the device generated by udev is to be used or not:
# /opt/FJSVswstf/bin/ stgxfwcmsetmode -udev disp udev : on (SWSTGNODE=null) #
Specifying that the KVM Support Function is used:
# /opt/FJSVswstf/bin/stgxfwcmsetmode -virt kvm stgxfwcmsetmode completed (SWSTGNODE=nodeagt) #
Checking the current setup status of the Virtual Environment Support Function:
# /opt/FJSVswstf/bin/stgxfwcmsetmode -virt disp virt:kvm (SWSTGNODE=nodeagt) #
NOTES
If this command is used to change the set value at a time when information concerning managed devices exists, a message indicating that device information has been changed may be posted the next time device information is collected or displayed. Therefore, the backup management and replication management definition information must be deleted before the setting is changed.
For backup operations in link with Symfoware, if you use the udev names in mind at the time of definition of the Symfoware database spaces, do not make the setting "The device generated by udev is not used". If the settings contain any mistakes, information related to Symfoware is possibly not retrieved correctly.
If this command is executed in an environment where udev is not installed, the command returns an error.