intellisigcmd is a command line tool for Intellisigs. This tool has the following format:
intellisigcmd <cmd> param1=value1 param2=value2 ... [<DB_Credentials>]
Specifies the import, export, or genuuid command.
Specifies the database credentials of the MDB. By default, the credentials are retrieved from the comstore.
Use the following sample format to specify the DB credentials:
dbvendor=mssql dbhost=myhost dbname=mdb dbuser=ca_itrm dbpassword=mypwd dbinstance=inst
dbvendor=oracle dbhost=myhost dbname=orcl dbuser=ca_itrm dbpassword=mypwd dbinstance=1521
The intellisigcmd export command lets you export Intellisigs.You can either use the DSM Explorer or use the command to export Intellisigs.
This command has the following format:
intellisigcmd export file=<export name> [type=xml|zip] [platform=all|windows|unix]
Specifies the name of the Intellisig XML or zip file that you want to export. If you do not provide the file extension, and the type is xml, the command creates a folder with the supplied name.
Specifies whether you want to export an XML or zip file. If you do not include the type parameter, the command assumes the export type depending on the export file extension.
Valid values: xml, zip
Specifies the platform to determine which Intellisigs are exported.
Valid values: all, windows, unix
Default: all
The intellisigcmd import command lets you import Intellisigs.You can either use the DSM Explorer or use the command to import Intellisigs.
This command has the following format:
intellisigcmd import [file=<import source>] [type=xml|zip] [mode=replace|mergenew|mergeall] [updateactive=yes|no] [delete=yes|no]
Specifies the name of the XML or zip file to which you want to import the Intellisig. If you do not provide the file extension, the command assumes the file extension depending on the type.
Note: If you want to import to an XML file, verify that the supporting directories exist in the same folder as the XML file.
Specifies whether you want to import as XML or zip file. If you do not include this parameter, the command assumes the import type depending on the import file extension.
Valid values: xml, zip
Specifies the import mode. Following import modes are supported:
Default: mergenew
Replaces existing definitions with the definition being imported. Existing definitions are lost.
Appends new Intellisig versions to the definitions on the manager. Existing definitions are not modified.
Appends new Intellisig versions and updates the existing definitions that are included in the import file. Intellig versions that are not defined in the import files are not modified.
Specifies whether active Intellisig versions can be updated during the import.
Valid values: Yes, Y, true, 1 or No, N, false, 0
Default: Yes
Specifies whether you want to delete Intellisigs before the import. If you do not include the delete switch, none of the Intellisigs are deleted before import.
Default: No
The intellisigcmd genuuid command lets you generate unique UUIDs which you can use when creating custom Intellisigs.
This command has the following format:
intellisigcmd genuuid [num=<count>]
Specifies the number of UUIDs to be generated. If you do not specify this parameter, a single UUID is generated. Otherwise, <count> UUIDs are generated.
Valid Values: 1 to 1000
|
Copyright © 2013 CA.
All rights reserved.
|
|