Installing Asset Gateway for 64-bit Linux

This page describes how to download and install the deviceWISE Asset Gateway for 64-bit Linux product on a 64-bit Linux computer.

Follow these steps to download the Asset Gateway for Linux install file:

  1. Log on to the Management Portal
  2. Navigate to Developers >> Resources
  3. Click on the appropriate build folder(if you are not sure, pick the latest available build. For example: 24.01).
  4. Navigate to OS_Linux>>Linux-X64-Generic>>Asset_Gateway
  5. Click on DWGateway_Install.Linux-X64-Generic.XXX.tar.gz (where XXX is the version of the Asset Gateway software you want to download) and download the file to a temporary location on your computer.
  6. Telnet or log on to the target Linux computer as root.
  7. Copy the downloaded DWGateway_Install.Linux-X64-Generic.XXX.tar.gz file from the temporary download computer and location into the Linux computer's /tmp directory.
  8. At the command line enter:
    /tmp>gunzip DWGateway_Install.Linux-X64-Generic.XXX.tar.gz and press Enter.
    This creates a file with a .tar extension (DWGateway_Install.Linux-X64-Generic.XXX.tar).
  9. Unpack the created .tar file:
     /tmp>tar -xvf DWGateway_Install.Linux-X64-Generic.XXX.tar and press Enter
    This creates a directory called dwgateway under the current directory.
  10. At the command line, change to the dwgateway directory:
    /tmp>cd dwgateway and press Enter
  11. Run the Linux install program from the dwgateway directory:
    /tmp/dwgateway>./devicewise.install(and press Enter).
    A message and prompt appears asking if you want to continue installing the software.
  12. Type Yes and press Enter.
    A license agreement is displayed.
  13. Page down through the license agreement until the end.
    You are asked if you agree with the terms of the license agreement.
  14. Type Yes and press Enter.
  15. When the installation is complete, the following directory structure is created:
    /opt/dw/
    The Asset Gateway software should be running.