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 environment variable SWSTGNODE is set: value of environment variable SWSTGNODE
If 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 : 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 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:\>