Dux can be installed on macOS using the package manager brew.
Procedure
Run the following commands to install dux:
brew tap wsonetunnel/tunnel
brew install dux
cd /usr/local/var/opt/omnissa/dux/
ls -ltr
total 0
drwxr-xr-x. 2 admin admin 6 Feb 16 13:27 logs
drwxr-xr-x. 2 admin admin 6 Feb 16 13:27 images
drwxr-xr-x. 2 admin admin 6 Feb 16 13:27 scripts
drwxr-xr-x. 2 admin admin 6 Feb 16 13:27 certs
which dux
/usr/local/bin/dux
Result
The following directories are created:
For macOS on Intel/AMD64:
/usr/local/var/opt/omnissa/dux/
/usr/local/var/opt/omnissa/dux/images
/usr/local/var/opt/omnissa/dux/logs
/usr/local/var/opt/omnissa/dux/scripts
/usr/local/var/opt/omnissa/dux/certs
For macOS on Apple Silicon/ARM64:
/opt/homebrew/var/opt/omnissa/dux
/opt/homebrew/var/opt/omnissa/dux/images
/opt/homebrew/var/opt/omnissa/dux/logs
/opt/homebrew/var/opt/omnissa/dux/scripts
/opt/homebrew/var/opt/omnissa/dux/certs
-
The default path where dux looks for container images is the
imagesdirectory based on the platform. -
The logs of execution of dux (
dux.log,tunnel snap,vpnserver logs) are stored under the directory logs based on the platform. -
The scripts used by dux are created under the
scriptsdirectory (for Tunnel, SEG and CG). -
The default path where dux looks for certificates is the
certsdirectory.
Update dux version
To update the dux version for macOS if you have installed an older version, run these commands:
brew update
brew upgrade dux
Validating dux installation
Use dux help and dux version commands to validate if dux is installed correctly. For more information about the help options, see Managing container deployments.
Example
dux version
Omnissa CLI - dux
3.1.0.813
dux help
Usage:
dux [command]
Available Commands:
about Get legal and privacy information about Dux
cg CLI to deploy and manage Content Gateway containers
eic CLI to deploy and manage EIC containers
pacreader CLI to deploy and manage PAC Reader container
seg CLI to deploy and manage SEG containers
tunnel CLI to deploy and manage Tunnel containers
version Get the version of dux
Flags:
-h, --help Print help information
Use "dux [command] --help" for more information about a command.
War diese Seite hilfreich?