HPOS 4.0 technical note 2

HP Output Server 2
MySQL and JBoss integration framework
Procedure involved in integrating external servers in HP Output Server
<DAZEL-AVPAIR NAME="server-style">
<DAZEL-VALUE STRING-VALUE="external">
</DAZEL-AVPAIR>
iv. -server-type-long -The name of the server, should match with the name used in the Server template
<DAZEL-AVPAIR NAME="server-type-long">
<DAZEL-VALUE STRING-VALUE="mysql-manager">
</DAZEL-AVPAIR>
v. -server-type-short - The name of the server should match with short name used in Server template
<DAZEL-AVPAIR NAME="server-type-short">
<DAZEL-VALUE STRING-VALUE="mysql">
</DAZEL-AVPAIR>
vi. The -server-status-executable-name attribute is used to specify the name of the executable that
should be used to check the status of the external server, If this attribute is not specified, the executable
specified in -server-status-executable-name attribute is used.
<DAZEL-AVPAIR NAME="server-status-executable-name">
<DAZEL-VALUE STRING-VALUE="perl">
</DAZEL-AVPAIR>
vii. The -server-status-executable-options attribute is used to specify the options that need to be
specified in the server-status command.
<DAZEL-AVPAIR NAME="server-status-executable-options">
<DAZEL-VALUE STRING-VALUE="!{dazel-home}!/bin/mysql_status.pl">
<DAZEL-VALUE STRING-VALUE="!{server-working-directory}!">
</DAZEL-AVPAIR>
viii. The -server-stop-executable-name attribute is used to specify the name of the executable that
should be used to stop the external server,If this attribute is not specified, the executable specified in
server-executable-name attribute is used.
<DAZEL-AVPAIR NAME="server-stop-executable-name">
<DAZEL-VALUE STRING-VALUE="perl">
</DAZEL-AVPAIR>
ix. The -server-stop-executable-options attribute is used to specify the options that need to be
passed to the server-stop executable.
<DAZEL-AVPAIR NAME="server-stop-executable-options">
<DAZEL-VALUE STRING-VALUE="!{dazel-home}!/bin/mysql_stop.pl">
<DAZEL-VALUE STRING-VALUE="!{server-working-directory}!">
</DAZEL-AVPAIR>
x. The -server-init-command attribute is used to specify name of executable that should be run in
beginning when server is configured with config_server –t option.
<DAZEL-AVPAIR NAME="server-init-command">
<DAZEL-VALUE STRING-VALUE="!{dazel-bin}!/perl">
</DAZEL-AVPAIR>