Changed install password, the installer doesnt like exclamations!
This commit is contained in:
parent
c09e682e72
commit
5e5cc1b0e9
4
install-oc.xml
Executable file → Normal file
4
install-oc.xml
Executable file → Normal file
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<!-- Set these variables if you are installing the OC.-->
|
<!-- Set these variables if you are installing the OC.-->
|
||||||
<variable name="port" value="11443" />
|
<variable name="port" value="11443" />
|
||||||
<variable name="ssl.password" value="" />
|
<variable name="ssl.password" value="T$M4Ev3ryB0dY+" />
|
||||||
|
|
||||||
<!-- Update the value of installDir to change the installation directory.-->
|
<!-- Update the value of installDir to change the installation directory.-->
|
||||||
<variable name='installDir' value='/opt/tivoli/tsm'>
|
<variable name='installDir' value='/opt/tivoli/tsm'>
|
||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<!-- Operations Center profile variables. -->
|
<!-- Operations Center profile variables. -->
|
||||||
<data key="user.securePortNumber,com.tivoli.dsm.gui.offering" value="${port}" />
|
<data key="user.securePortNumber,com.tivoli.dsm.gui.offering" value="${port}" />
|
||||||
<data key="user.SSL_PASSWORD" value="T$M4Ev3ryB0dY!" />
|
<data key="user.SSL_PASSWORD" value="T$M4Ev3ryB0dY+" />
|
||||||
|
|
||||||
</profile>
|
</profile>
|
||||||
<install modify='false'>
|
<install modify='false'>
|
||||||
|
Reference in New Issue
Block a user