Changed SP server address
This commit is contained in:
parent
7723de32f5
commit
7bc743c0a3
@ -8,7 +8,7 @@ RUN SOURCE_URL=http://yum.leenooks.net/docker/tsmba && \
|
|||||||
CHARS=$(echo ${PREFIX} | awk -F"/" '{print NF}') && \
|
CHARS=$(echo ${PREFIX} | awk -F"/" '{print NF}') && \
|
||||||
TSMPIPE=http://yum.leenooks.net/CentOS/7/ln/custom/tsmpipe-7.1.6_0_1.6.6-0.x86_64.rpm && \
|
TSMPIPE=http://yum.leenooks.net/CentOS/7/ln/custom/tsmpipe-7.1.6_0_1.6.6-0.x86_64.rpm && \
|
||||||
curl -SL ${SOURCE_URL}/8.1.4 | tar -C /tmp/ --strip-components ${CHARS} -xzf - ${PREFIX}/gskcrypt64-*.linux.x86_64.rpm ${PREFIX}/gskssl64-*.linux.x86_64.rpm ${PREFIX}/TIVsm-API64.x86_64.rpm && \
|
curl -SL ${SOURCE_URL}/8.1.4 | tar -C /tmp/ --strip-components ${CHARS} -xzf - ${PREFIX}/gskcrypt64-*.linux.x86_64.rpm ${PREFIX}/gskssl64-*.linux.x86_64.rpm ${PREFIX}/TIVsm-API64.x86_64.rpm && \
|
||||||
yum install -y /tmp/*rpm ${TSMPIPE} && rm -f /tmp/*rpm
|
yum install -y /tmp/*rpm ${TSMPIPE} && rm -rf /tmp/*rpm /var/cache/yum
|
||||||
|
|
||||||
RUN ln -s /tsm/dsm.sys /opt/tivoli/tsm/client/api/bin64/ \
|
RUN ln -s /tsm/dsm.sys /opt/tivoli/tsm/client/api/bin64/ \
|
||||||
&& ln -s /tsm/dsm.opt /opt/tivoli/tsm/client/api/bin64/ \
|
&& ln -s /tsm/dsm.opt /opt/tivoli/tsm/client/api/bin64/ \
|
||||||
|
@ -3,7 +3,7 @@ SErvername test
|
|||||||
COMMmethod TCPip
|
COMMmethod TCPip
|
||||||
MANAGEDServices schedule
|
MANAGEDServices schedule
|
||||||
TCPPort 1500
|
TCPPort 1500
|
||||||
TCPServeraddress tsm.leenooks.vpn
|
TCPServeraddress tsm.leenooks.net
|
||||||
PASSWORDAccess generate
|
PASSWORDAccess generate
|
||||||
SCHEDMode polling
|
SCHEDMode polling
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user