Environment
GWAVA4 on Linux
Situation
How to copy exceptions from one GWAVA4 system to another.
Resolution
At a command line type "ps ax |grep gwava"
This will list the processes for GWAVA that are currently running.
E.G.:
jh-gwaval:~ # ps ax |grep gwava
13629 ? Sl 2:18 /opt/beginfinite/gwava/assets/bin/gwavaman /root=/opt/beginfinite/gwava
13630 ? Ssl 0:00 /opt/beginfinite/gwava/assets/bin/qms2 none
13638 ? Ssl 0:01 /opt/beginfinite/gwava/assets/bin/autoblkr none
13640 ? Sl 0:11 /opt/beginfinite/gwava/assets/bin/gwava none
13641 ? S 0:02 /opt/beginfinite/gwava/assets/bin/gwava none
13646 ? Sl 0:00 /opt/beginfinite/gwava/assets/bin/gwvrelay none
13647 ? Ssl 0:00 /opt/beginfinite/gwava/assets/bin/gwavapoa none
13649 ? Ssl 0:10 /opt/beginfinite/gwava/assets/bin/gwavaupd none
13651 ? Ssl 0:03 /opt/beginfinite/gwava/assets/bin/asengine none
13655 ? Sl 0:00 /opt/beginfinite/gwava/assets/bin/gwvgwia none
13766 pts/1 S+ 0:09 dialog --colors --ok-label Save --no-cancel --backtitle Daily Status Report Recipient --title \Zr\Z6TO Address For Status Report Recipient --inputbox ?TO:? n 10 50 james@gwava.com
26473 pts/2 S+ 0:00 grep gwava
jh-gwaval:~ #
You will notice that the " /opt/beginfinite/gwava/assets/bin/gwava none" is loaded multiple times. This is necessary for GWAVA to function properly.
Additional Information
This article was originally published in the GWAVA knowledgebase as article ID 715.