The following command lets you run an existing customized report:
ccautil -task report -s <server:port_number> -u <user_name> -p <password> or -pwfile </path/filename> -reportname <report_name> [-dir <output_directory>]
Specifies the CA Configuration Automation Server name and port number from which you want to run a report.
Specifies a valid CA Configuration Automation Server user name.
Specifies the user’s password. The password shows as clear text on the command line. Alternatively, you can create and use a scrambled password file for authentication. For more information, see Hash Password Option.
Specifies the user’s password file. You can use this argument instead of -p <password>.
Specifies the name of the customized report that was created using the CA Configuration Automation Server GUI. For more information, see Report Management.
(Optional) Specifies the directory path where the report is saved.
Default: Current directory
The following example generates an existing report called SF Datacenter Refresh on qaserver1 for user psmith with a I<3Artaud password:
ccautil -task report -reportname "SF Datacenter Refresh" -S qaserver1:8080 -u psmith -p I<3Artaud
Notice the report name is enclosed in quotes because "SF Datacenter Refresh" contains spaces.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|