IBM Tivoli Monitoring, Version 6.3

tacmd exportNavigator

Description

Use the tacmd exportNavigator command to export a Tivoli® Enterprise Portal custom navigator view and all workspaces, queries, and situation associations referenced within the custom navigator view from the Tivoli Enterprise Portal Server to an XML file.
Note: If you want to use the current tacmd tepsLogin values for username, password, and server hostname, do not enter any of these options for the exportNavigator command. If you specify values for some, but not all of these options, you are prompted to specify the username and password if they are missing.

CLI syntax

tacmd exportNavigator  
                       {-x|--xmlFile} XMLFILE
                       {-n|--navigator} NAVIGATOR
                       [{-u|--username} TEPS_USER]
                       [{-p|--password} TEPS_PASSWORD]
                       [{-s|--server} TEPS_HOSTNAME[:PORT]]
                       [{-o|--navigatorOnly} ]
                       [{-f|--force}]

            

where:
-x|--xmlFile
Specifies the name of the XML file accessible to the local file system where the custom navigator view, workspaces, queries, and situation associations are exported. The file name can either be a relative or absolute file name.
-n|--navigator
Specifies the name of the custom navigator view to export.
-s|--server
Specifies which Tivoli Enterprise Portal Server to use.
-u|--username
Specifies the identifier of the user to authenticate on the Tivoli Enterprise Portal Server. The user must have the 'Modify' permission for the 'Custom Navigator Views' object, the 'Modify' permission for the 'Query' object, and the 'Workspace Administration Mode' and 'Workspace Author Mode' permissions for the 'Workspace Administration' object enabled on the server to execute the exportNavigator command. For most users, the permissions for these objects are disabled by default. The software prompts you for the username if you do not specify one.
-p|--password
Specifies the password of the user to authenticate to the Tivoli Enterprise Portal Server. The software prompts you for the password if you do not specify one.
-o|--navigatorOnly
Specifies that only the custom navigator view will be exported. Workspaces, queries, and situation associations referenced within the custom navigator view will not be exported.
-f|–force
Exports the custom navigator view without confirmation.

CLI example

The following example exports the custom navigator view "Logical" from the Tivoli Enterprise Portal Server on HDCHASDSTC0420 to the file logicalNavigator.xml:

tacmd exportnavigator -x logicalNavigator.xml -n Logical -s HDCHASDSTC0420 
-u sysadmin -p ***** -f

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback