Migrating from WLM to gWLM
23
11.After you select Finish, you are taken to the Shared Resource Domain tab.
The gWLM configuration file
gWLM can display an XML version of the configuration file using gwlm export. (You can also
configure gWLM using XML. For more information, see the gwlmxml(4) manpage.)
The following command was used to display the XML for this configuration:
gwlm export \
--srd=haiti2a.srd \
--workload=haiti2a.OTHER \
--workload=app_dev_wkld \
--workload=db_dev_wkld \
--policy=Owns_3-Max_8 \
--policy=Owns_2-Max_4
The XML file is:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dataStore SYSTEM "file:/opt/gwlm/dtd/config.dtd">
<dataStore>
<policyDefinition name="CPUUtil_Min1_Max7" ticapByPolicy="false" time="0"
type="Utilization">
<cpu>
<minimum>1.0</minimum>
<maximum>7.0</maximum>
<target>75.0</target>
<weight>1.0</weight>
<convergenceRate>1.0</convergenceRate>
</cpu>
<priority>100</priority>
</policyDefinition>
<policyDefinition name="CPU_Utilization" ticapByPolicy="false" time="0"
type="Utilization">
<cpu>
<minimum>0.0</minimum>
<maximum>2048.0</maximum>
<target>75.0</target>
<weight>1.0</weight>
<convergenceRate>1.0</convergenceRate>
</cpu>