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.
OPTIONS
For ordinary devices, specifies whether to use the device generated by udev. Refer to "1.5.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.
udev : on The device generated by udev is used.
udev : off The device generated by udev is not used.
For PRIMECLUSTER GDS SDX objects (only when operating in slice units), specifies whether to use the device generated by udev. Refer to "1.5.2 SDX objects of PRIMECLUSTER GDS" 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.
udev : on The device is used.
udev : off The device 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 : Check the current setup status of Virtual Environment Support Function.
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
To specify that the device generated by udev is not used:
# /opt/FJSVswstf/bin/stgxfwcmsetmode -udev off stgxfwcmsetmode completed (SWSTGNODE=nodemgr) #
To check whether the device generated by udev is to be used or not:
# /opt/FJSVswstf/bin/ stgxfwcmsetmode -udev disp udev : on (SWSTGNODE=null) #
To specify that the KVM Support Function is used:
# /opt/FJSVswstf/bin/stgxfwcmsetmode -virt kvm stgxfwcmsetmode completed (SWSTGNODE=nodeagt) #
To check the current setup status of 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.
If this command is executed in an environment where udev is not installed, the command returns an error.