![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/6/45/645539db-43af-4b50-ab2b-7d14b9351c8d/645539db-43af-4b50-ab2b-7d14b9351c8d-bge8.png)
212
pool-param-set
pool-param-set wlb-verify-cert=<true> uuid=<uuid_of_pool>
Run this command on the pool, after running the pool-certificate-sync command, to make XenServer always
verify the certificate when communicating with the Workload Balancing server.
Tip:
Pressing the Tab key automatically populates the UUID of the pool.
pool-deconfigure-wlb
Permanently deletes all workload balancing configuration.
pool-retrieve-wlb-configuration
Prints all workload balancing configuration to standard out.
pool-retrieve-wlb-recommendations
Prints all workload balancing recommendations to standard out.
pool-retrieve-wlb-report
Gets a WLB report of the specified type and saves it to the specified file. The available reports are:
• pool_health
• pool_audit_history poolid
• pool_optimization_history
• host_health_history
• optimization_performance_history
• pool_health_history
• vm_movement_history
• vm_performance_history
Example usage for each report type is shown below. The utcoffset parameter specifies the number of
hours ahead or behind of UTC for your time zone. The start parameter and end parameters specify the
number of hours to report about. For example specifying start=-3 and end=0 will cause WLB to report
on the last 3 hour of activity.
xe pool-retrieve-wlb-report report=pool_health \
poolid=<51e411f1-62f4-e462-f1ed-97c626703cae> \
utcoffset=<-5> \
start=<-3> \
end=<0> \
filename=</pool_health.txt>
xe pool-retrieve-wlb-report report=host_health_history \
hostid=<e26685cd-1789-4f90-8e47-a4fd0509b4a4> \
utcoffset=<-5> \
start=<-3> \
end=<0> \
filename=</host_health_history.txt>