How can you put the GroupWise POA, MTA and GWIA in --show mode when the linux server starts

  • 7016486
  • 11-May-2015
  • 11-May-2015

Environment

Novell GroupWise 2012
Novell GroupWise 2014

Situation

The customer wants the GroupWise POA, MTA and GWIA to start automatically in --show mode when the linux server starts, how do you do this ?

Resolution

Just place the string "Show = Yes" in each MTA, POA and GWIA section of the gwha.conf file, that is in the /etc/opt/novell/groupwise/ directory, then to test this out, you can do this command as "root" at the GroupWise linux server terminal :

  rcgrpwise restart

Additional Information

[gwha]
ssl=no
key=
cert=
password=

[dom1]
server=/opt/novell/groupwise/agents/bin/gwmta
command=/etc/init.d/grpwise
startup=/groupwise/dom1/dom1.mta
delay=2
wait=60
show = yes


[po1.dom1]
server=/opt/novell/groupwise/agents/bin/gwpoa
command=/etc/init.d/grpwise
startup=/groupwise/po1/po1.poa --show
delay=2
wait=60
show = yes

[gwdva.po1]
server=/opt/novell/groupwise/agents/bin/gwdva
command=/etc/init.d/grpwise
startup=/opt/novell/groupwise/agents/share/po1.dva
delay=2
wait=60

[gwia.dom1]
server=/opt/novell/groupwise/agents/bin/gwia
command=/etc/init.d/grpwise
startup=/groupwise/dom1/wpgate/gwia/gwia.cfg
delay=2
wait=60
show = yes


[po2.dom1]
server=/opt/novell/groupwise/agents/bin/gwpoa
command=/etc/init.d/grpwise
startup=/groupwise/po2/po2.poa
delay=2
wait=60
show = yes