NAME
stgxfwcmsetmode - sets the collection mode for information
SYNOPSIS
/opt/FJSVswstf/bin/stgxfwcmsetmode -virt {none | zone | disp}
DESCRIPTION
For operation in a virtual environment, this command sets the Virtual Environment Support Function. It also displays the currently set contents of the Virtual Environment Support Function.
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:
none : The Virtual Environment Support Function is not used.
zone : The Oracle Solaris Zones Support Function is 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 : none | The Virtual Environment Support Function is not used. |
virt : zone | The Oracle Solaris Zones Support Function is used. |
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
Specifying that the Oracle Solaris Zones Support Function is used:
# /opt/FJSVswstf/bin/stgxfwcmsetmode -virt zone stgxfwcmsetmode completed (SWSTGNODE=nodeagt) #
Checking the current setup status of the Virtual Environment Support Function:
# /opt/FJSVswstf/bin/stgxfwcmsetmode -virt disp virt : zone (SWSTGNODE=nodeagt) #