Frequently Used Commands (non-Windows)

The table below describes several commands that you use to administer DMZ Gateway on non-Windows platforms. The commands are described in the applicable procedures in more detail; this table is provided only as a quick reference.

In the examples below, your file and path names may differ.

  • Install

Platform: All

Example:

gunzip dmz-gateway-linux-x86-32.tgz

tar xvf dmz-gateway-linux-x86-32.tar

./Install.sh

  • Register the script

Platform: Redhat

Example:

chkconfig --add dmzgatewayd

Platform: Suse

Example:

insserv dmzgatewayd

Platform: Ubuntu

Example:

update-rc.d dmzgatewayd defaults

Platform: Solaris

Example:

ln -sf /etc/init.d/dmzgatewayd /etc/rc0.d/K99dmzgatewayd

ln -sf /etc/init.d/dmzgatewayd /etc/rc1.d/K99dmzgatewayd

ln -sf /etc/init.d/dmzgatewayd /etc/rc2.d/S99dmzgatewayd

ln -sf /etc/init.d/dmzgatewayd /etc/rc3.d/S99dmzgatewayd

  • Deregister the script

Platform: Redhat

Example:

chkconfig --del dmzgatewayd

Platform: Suse

Example:

insserv -r dmzgatewayd

Platform: Ubuntu

Example:

rm /etc/init.d/dmzgatewayd

update-rc.d dmzgatewayd remove

Platform: Solaris

Example:

rm /etc/rc0.d/K99dmzgatewayd

rm /etc/rc1.d/K99dmzgatewayd

rm /etc/rc2.d/S99dmzgatewayd

rm /etc/rc3.d/S99dmzgatewayd

  • Uninstall

Platform: All

Example:

/opt/dmzgateway/bin/Uninstall.sh

  • Open the DMZ Gateway Interface

Platform: All

Example:

/opt/dmzgateway/bin/DMZGatewayAdmin

  • Start DMZ Gateway Server service

Platform: All

Example:

/opt/dmzgateway/bin/dmzgatewayd start

  • Stop DMZ Gateway Server service

Platform: All

Example:

/opt/dmzgateway/bin/dmzgatewayd stop