<font size=2 face="sans-serif">To address some additional questions...
</font><br><br><font size=2 face="sans-serif">1.  How to make the init.d start/stop
script dynamic?</font><br><font size=2 face="sans-serif"><br>    rhnconf = "/etc/rhn.conf"</font><br><font size=2 face="sans-serif">    if [[ "$srvr_product"
== "spacewalk" ]]; then</font><br><font size=2 face="sans-serif">        spacecname=$(grep
"cobbler.host" $rhnconf |awk -F"=" '{print $2}'|sed
's/^[[:space:]]//g'|tr -d '\n')</font><br><font size=2 face="sans-serif">    elif [[ "$srvr_product"
== "proxy" ]]; then</font><br><font size=2 face="sans-serif">        rhn_proxy=$(grep
"proxy.rhn_parent" $rhnconf |awk -F"=" '{print $2}'|sed
's/^[[:space:]]//g'|tr -d '\n')</font><br><font size=2 face="sans-serif">        #Append/change
NAMEINGCONCENTION.. This is an append</font><br><font size=2 face="sans-serif">        spacename=$(echo
$rhn_proxy |sed '0,/\./{s/\./\$NAMEINGCONCENTION\./}')</font><br><font size=2 face="sans-serif">    fi</font><br><br><font size=2 face="sans-serif">   ##validate that the spacename
is not a server name and is an alias...</font><br><br><font size=2 face="sans-serif">2.  How to deploy the start/stop
script?</font><br><font size=2 face="sans-serif">        RPM,
chef, puppet, ansible ... Whatever you have or use..</font><br><br><font size=2 face="sans-serif">3.  How to start/stop the Spacewalk
application with the default services disabled?</font><br><font size=2 face="sans-serif">        chkconfig
--add "MYSERVICE"</font><br><font size=2 face="sans-serif">        chkconfig
"MYSERVICE" on</font><br><br><font size=2 face="sans-serif">        service
"MYSERVICE" start/stop</font><br><br><font size=2 face="sans-serif">4.  What happens if the failover
server reboots or if Tier 1/2 support run service "MYSERVICE"
start/stop on failover server.</font><br><font size=2 face="sans-serif">        Nothing...
The start/stop script has the logic based on if the server has the alias
name or not.</font><br><p><font size=2 face="sans-serif">- Thanks and good luck</font><BR>
<BR>
<BR>
**<BR>
<BR>
<BR>
<BR>
This email and any attachments may contain information that is confidential and/or privileged for the sole use of the intended recipient.  Any use, review, disclosure, copying, distribution or reliance by others, and any forwarding of this email or its contents, without the express permission of the sender is strictly prohibited by law.  If you are not the intended recipient, please contact the sender immediately, delete the e-mail and destroy all copies.<BR>
<BR>
**<BR>