Donate Share

ControlTier

Tracker: Bugs

7 Added server.hostname to the ClientInstaller options - ID: 2894072
Last Update: Settings changed ( ashortland )

The latest version of the ControlTier client installer needs the
server.hostname property set:

Here you go.

[deploy@ctier02 ClientInstaller]$ svn diff
Index: commands/configureClient.xml
===================================================================
--- commands/configureClient.xml (revision 1754)
+++ commands/configureClient.xml (working copy)
@@ -196,7 +196,7 @@
<var name="clientNodeName" value="${opts.targetHostname}"/>
</else>
</if>
- <var name="client.opts"
value="-Dframework.ssh.user=${opts.targetUser}
-Dserver.jetty.port=${opts.frameworkServerPort}
-Dserver.jetty.hostname=${opts.frameworkServerHostname}
-Djetty.user.name=${opts.frameworkServerUsername}
-Djetty.user.password=${opts.frameworkServerPassword}
-Dserver.reportcenter.port=${opts.reportcenterPort}
-Dclient.hostname=${opts.targetHostname}
-Dclient.node.name=${clientNodeName}"/>
+ <var name="client.opts"
value="-Dframework.ssh.user=${opts.targetUser}
-Dserver.jetty.port=${opts.frameworkServerPort}
-Dserver.jetty.hostname=${opts.frameworkServerHostname}
-Djetty.user.name=${opts.frameworkServerUsername}
-Djetty.user.password=${opts.frameworkServerPassword}
-Dserver.reportcenter.port=${opts.reportcenterPort}
-Dclient.hostname=${opts.targetHostname}
-Dclient.node.name=${clientNodeName}
-Dserver.hostname=${opts.frameworkServerHostname}"/>
<echo>DEBUG: sshexec trust="${opts.trustClient}"
host="${opts.targetHostname}" username="${opts.targetUser}"
keyfile="${framework.ssh.keypath}" command="cd @{dest} &amp;&amp;
JAVA_HOME=${abs.targetCTierRoot}/pkgs/@{javapkgbase}
CTIER_ROOT=${abs.targetCTierRoot} ${os.commandLinePrefix} --client
${client.opts}"/</echo>
<sshexec trust="${opts.trustClient}" host="${opts.targetHostname}"
username="${opts.targetUser}" keyfile="${framework.ssh.keypath}"
command="cd @{dest} &amp;&amp;
JAVA_HOME=${abs.targetCTierRoot}/pkgs/@{javapkgbase}
CTIER_ROOT=${abs.targetCTierRoot} ${os.commandLinePrefix} --client
${client.opts}"/>
</sequential>

Thanks
JC


Anthony Shortland ( ashortland ) - 2009-11-08 10:02

7

Closed

Fixed

Anthony Shortland

Modules/Types

3.4.9

Public


Comment ( 1 )

Date: 2009-11-08 10:06
Sender: ashortland

------------------------------------------------------------------------
r1814 | ashortland | 2009-11-08 02:06:13 -0800 (Sun, 08 Nov 2009) | 3
lines

Added server.hostname parameter to the invocation of the client
installer.
Tracker#:
https://sourceforge.net/tracker/?func=detail&aid=2894072&group_id=151079&atid=779847

------------------------------------------------------------------------


Attached File

No Files Currently Attached

Changes ( 6 )

Field Old Value Date By
close_date - 2009-11-08 10:06 ashortland
allow_comments 1 2009-11-08 10:06 ashortland
summary Added server.hostname it the ClientInstaller options 2009-11-08 10:06 ashortland
artifact_group_id 3.4.5 2009-11-08 10:06 ashortland
resolution_id None 2009-11-08 10:06 ashortland
status_id Open 2009-11-08 10:06 ashortland