HCL Workload Automation, Version 9.4

importserverdata

Use the importserverdata command to upload the list of dynamic workload broker instances to the HCL Workload Automation database after editing the temporary file to change a port number or a host name.

Syntax

importserverdata ?

importserverdata -dbUsr db_user_name -dbPwd db_user_password -importFile filename

Description

This command puts back the list of dynamic workload broker instances in the HCL Workload Automation database from the temporary file where they were previously downloaded with the exportserverdata command.

Use the exportserverdata and importserverdata commands if you have to record any hostname or port number changes in the URIs of the instances. This is necessary to keep the list of dynamic workload broker instances up-to-date at all times, since the Resource Advisor agents periodically connect to the active instance to send their data about the resources discovered in each computer. They are able to automatically switch between the instances of this list and find the active one to copy these data in its Resource Repository. Since the master domain manager and every backup master are installed with a dynamic workload broker instance, the active dynamic workload broker instance runs in the master domain manager, while an idle instance resides in each backup master.

Important: The list is ordered. You can change the order of the instances as they appear in this list, and the agents will follow this order. If you have several backup masters and decide to follow a specific switching order when a master fails, you can instruct the agents to switch to the right instance using this ordered list, speeding up the transition time.

If your HCL Workload Automation database is DB2 and you use FIPS security, to run this command successfully you need to have the com.ibm.tdwb.dao.rdbms.useSSLConnections option set to TRUE in the CLIConfig.properties file.

Options

?
Displays help information.
-dbUsr db_user_name
The user name required to access the HCL Workload Automation database server.
-dbPwd db_user_password
The user password required to access the HCL Workload Automation database server.
-importFile ffilename
The name of the temporary file you specified with the -exportFile keyword in the exportserverdata command.

Example

To upload the edited list of dynamic workload broker instance URIs from file c:\myservers\uris160709 to the HCL Workload Automation database, run:
importserverdata -dbUsr twsadm -dbPwd fprefect -importFile c:\myservers\uris160709