Top
ETERNUS SF AdvancedCopy Manager V16.8 Operation Guide
FUJITSU Storage

10.2.15 stgxfwcmsetmode (Information Collection Mode Configuration Command)

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":

OPTIONS

-udev {on | off | disp}

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.

-udev_gds {on | off | disp}

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.

-virt {kvm | none | disp}

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

NOTES