fscsm_vendorcheck
fscsm_vendorcheck [-file vendor_file]
Checks the format of cloud vendor definition files and displays the results in a prompt window.
In vendor_file, specify a cloud vendor definition file.
When vendor_file is specified, the format of the file is checked. In addition, the storage folder of the cloud vendor information file is checked for added files with a vendor ID which overlaps with that of the specified file.
If vendor_file is omitted, a check is performed of the format of all files which have been added in the storage folder of the cloud vendor information files, and for overlapping vendor IDs.
The storage folder of cloud vendor definition files is as follows:
%FSCSM_HOME%\conf\vendors
For details on the format of the file, refer to "5.3.10 Cloud Vendor Information".
Note
The format of values of parameter information (parameter elements) in cloud vendor definition files cannot be checked. Configure the cloud services and cloud management software according to the relevant specifications.
Point
If you want to check a file which has not been added to the storage folder of cloud vendor definition files, specify vendor_file when executing the command.
If you want to check files which have been added to the storage folder of cloud vendor definition files, omit vendor_file when executing the command. If an added file is specified in vendor_file, a check error occurs.
The following content should be output:
<File name>: "OK" or <Error message>
When there are errors in the specified file, the error details are displayed using messages beginning with fscsm. For details and corrective actions, refer to "FUJITSU Software Cloud Services Management Messages".
When vendor_file is specified
>%FSCSM_HOME%\bin\fscsm_vendorcheck -file D:\tmp\vendor\k5@default.xml<RETURN> k5@default.xml: ERROR: fscsm1008: Invalid file exists.(name=k5@default.xml) WARNING: fscsm3013: Failed to check partially.
When vendor_file is not specified
> %FSCSM_HOME%\bin\fscsm_vendorcheck<RETURN> custom_a5.xml: ERROR: fscsm3011: Element was invalid value or format. (element: vendor vendorId, value=AWS) default_k5.xml: OK default@k5.xml: ERROR: fscsm1008: Invalid file exists.(name=default@k5.xml) my_a5.xml: ERROR: fscsm3011: Element was invalid value or format. (element: vendor vendorId, value=A5) my_aws.xml: ERROR: fscsm3011: Element was invalid value or format. (element: serviceOption optionId, value=___KK__) WARNING: fscsm3013: Failed to check partially.