BPCIN0064E The Data Server is not running at the specified host address or port: host host_address, port port. For more information, go to the IBM Knowledge Center and search for the message code.
Explanation
The Data Server is not running at the specified host or port or the address details are incorrect.
Action
Verify the host address details. If they are correct, verify that the Data server is running:
- For Windows operating systems, open the Windows Services window and see if the following service is running: IBM Spectrum Control - Data Server.
- For UNIX operating systems, check to see if the TSRM process is running.
- To verify that the TSRM process is running, run the following command: ps -ef|grep TSRM.
If the Data server is not running, start the Data server and run the installation program again.
To start the Data server on Windows, run this command TPC_installation_directory\scripts\startTPCData.bat.
To start the Data server on UNIX, run this command TPC_installation_directory/scripts/startTPCData.sh.
TPC_installation_directory is where IBM Spectrum Control is installed.