tipcli - Export plugins
Use the Export command to export customization
data for an instance of the Jazz® for
Service Management application server.
Use the ListExportPlugins command to list plugins
that are available for export.
consolecli.sh|bat commands
in Tivoli® Integrated
Portal environments,
you must use tipcli.sh/bat instead. That is, the consolecli.sh|bat commands
replaced the tipcli.sh/bat commands with the release
of Dashboard Application Services Hub.tipcli instead of consolecli.
For Dashboard Application Services Hub environments, substitute
the tipcli element of the command with consolecli.Syntax
- ListExportPlugins
- Use the
ListExportPluginscommand to list all plugins that can be exported. Use the list of returned plugins to assist you when you are specifying plugins to be exported. - Export [--includePlugins|--excludePlugins plugin1,plugin2] [--settingFile setting_file] --username tip_username --password tip_user_password
Parameters
If you provide no parameters
to the Export command, all custom data is exported
by default.
tipcli.bat|.sh
Export and make a typing error, that is, if you type a parameter
incorrectly, or use the incorrect case, then the commands runs as
if no parameters were specified and no warning message is displayed.Export parameters
and arguments:
- [--includePlugins|--excludePlugins plugin1,plugin2]
Optional parameter. You can choose to include or exclude a list of plugins when you run the
Exportcommand. - [--settingFile setting_file]
Optional parameter. You can specify your export requirements in properties file instead of specifying your requirements using separate parameters at the command line. Provide a path to the settings file as the argument to the
settingFileparameter. On systems running Windows you must use double backslashes characters (\\) when specifying the path to your settings file, for example, C:\\tmp\\export.properties. Command line parameters take precedence over entries in the settings file. - --username tip_username
Mandatory parameter. The user name for a user with the
iscadminrole. - --password tip_user_password
Mandatory parameter. The password for the specified user name.
Example 1 - Return a list of plugins available for exporting
The following example returns a list of plugins that can be exported:
C:\IBM\tivoli\tipv22\profiles\TIPProfile\bin>tipcli.bat ListExportPluginsExample 2 - Export a subset of available plugins
The following example exports the CMS plugin only:
C:\IBM\tivoli\tipv22\profiles\TIPProfile\bin>tipcli.bat Export
--includePlugins com.ibm.tivoli.tip.cli.cms.CmsExportPlugin
--username admin_user --password admin_user_password