Previous Topic: Refresh Service or Server OptionNext Topic: Import File Option


Run Report Option

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>]
-s <server:port_number>

Specifies the CA Configuration Automation Server name and port number from which you want to run a report.

-u <user_name>

Specifies a valid CA Configuration Automation Server user name.

-p <password>

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.

-pwfile </path/filename> (on UNIX servers) or -pwfile <\path\filename> (on Windows servers)

Specifies the user’s password file. You can use this argument instead of -p <password>.

-reportname <report_name>

Specifies the name of the customized report that was created using the CA Configuration Automation Server GUI. For more information, see Report Management.

[-dir <output_directory>]

(Optional) Specifies the directory path where the report is saved.

Default: Current directory

Usage Example

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.