Top
ETERNUS SF AdvancedCopy Manager V15.0 Operation Guide

8.3.16 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.


OPTIONS

-udev {on | off | disp}

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.

Information output at time of disp specification

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 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.

Information output at time of disp specification

udev : on The device is used.
udev : off The device 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 : Check the current setup status of Virtual Environment Support Function.

Information output when disp is specified

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