NAME
stgxfwcmsetmode - sets the collection mode for information
SYNOPSIS
<program-directory>\bin\stgxfwcmsetmode -virt {kvm | none | disp}
DESCRIPTION
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
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
To specify that the KVM Support Function is used:
C:\>C:\Win32App\AdvancedCopyManager\bin\stgxfwcmsetmode -virt kvm stgxfwcmsetmode completed (SWSTGNODE=null) C:\>
To check the current setup status of Virtual Environment Support Function:
C:\>C:\Win32App\AdvancedCopyManager\bin\stgxfwcmsetmode -virt disp virt:kvm (SWSTGNODE=null) C:\>