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.
Platform: All
Example:
gunzip dmz-gateway-linux-x86-32.tgz
tar xvf dmz-gateway-linux-x86-32.tar
./Install.sh
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
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
Platform: All
Example:
/opt/dmzgateway/bin/Uninstall.sh
Open the DMZ Gateway Interface
Platform: All
Example:
/opt/dmzgateway/bin/DMZGatewayadministrator
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