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 theexportserverdata
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.
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 theexportserverdata
command.
Example
To upload the edited list of dynamic workload broker instance URIs from filec:\myservers\uris160709
to the HCL Workload Automation database,
run:importserverdata -dbUsr twsadm -dbPwd fprefect -importFile c:\myservers\uris160709