Description
This command checks the network for client connectivity and generates a report to show if the client is accessible. The Summary Report is the default report displayed. You can also use the -dt option with this command for a detailed report.
Usage
checkready [-cs $[commserve_host_name]] -c $[client] [-sm $[summary]] [-dt $[detail]] [-tf $[tokenfile]] [-tk $[token]] [-h]
Options
|
-cs |
CommServe host name |
|
-c |
Client computer name |
|
-sm |
Displays summary of check readiness |
|
-dt |
Displays detailed report on check readiness |
|
-tf |
Reads token from a file |
|
-tk |
Token string |
|
-h |
Displays help |
Example
Checks if the client is accessible and displays a summary report in html format.
qoperation checkready -c $[shr90_2] -sm>"$[E:\detail.html]"
Checks if the client is accessible and displays a detailed report in html format.
qoperation checkready -c $[shr90_2] -dt>"$[E:\detail.html]"