Editing the Spectrum Protect client options files
The HCL Informix® Interface for Spectrum Protect communicates with the Spectrum Protect server with the Spectrum Protect API. By default, HCL Informix Interface for Spectrum Protect uses the client user options file (dsm.opt) and, on UNIX systems, the client system options file (dsm.sys), both of which are located in the Spectrum Protect API installation directory.
- Specify the Spectrum Protect server to use in the client user options file, dsm.opt.
- Identify the Spectrum Protect server name, communication method, and server options in the client system options file, dsm.sys.
Use the sample dsm.opt.smp and dsm.sys.smp files distributed with the Spectrum Protect API to help you get started quickly.
On Windows systems, specify the Spectrum Protect server name, communication method, and server options in the dsm.opt file.
The following example shows a simple dsm.sys on UNIX/Linux systems:
SErvername TSMSRV01
TCPPort 9027
TCPADMINPort 9028
TCPServeraddress tsmcentaur.myhcl.com
PASSWORDACCESS GENERATE
PASSWORDDIR /work/TSM/PAX12/TSMPsswdDir
NODENAME pax12
ERRORLOGName /work/TSM/PAX12/dsierror.log
The TCPPort in this file should be same as the SSLTCPPORT used in the Spectrum Protect server.
The TCPADMINPort in this file should be same as the SSLTCPADMINPort used in the Spectrum Protect server.
See Spectrum Protect Installing the Clients and Spectrum Protect Trace Facility Guide for information regarding options you can specify in these files.