Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Request the Service Proxy package from DataCore Support.

  2. Transfer the Service Proxy (serviceproxy-VERSION.zip) file to the Platform server.

  3. Run the following CLI command:

    Code Block
    languagebash
    platform deploy proxy -b PATH·TO·SERVICE·PROXY·ZIP

    The Platform server deploys the Service Proxy locally and completes all of the configuration needed to run it.

  4. Query the status of the Service Proxy with the following CLI command:

    Code Block
    languagebash
    platform status proxy
  5. Locate the logs for the Service Proxy at this location on the Platform server:

    Code Block
    languagebash
     /var/log/gateway
  6. Log in to the Swarm UI. You can browse to the Platform server and it will redirect redirects you to the UI: 

    Code Block
    languagebash
    http://PLATFORM·IP
    http://PLATFORM·IP/_admin/storage
Info

Important

If you later modify the password for the admin user or modify the membership of the storage cluster by adding or removing nodes/chassis, restart the Service Proxy so that it will register registers the changes:

platform restart proxy

...

Code Block
languagebash
sudo apt-get purge scspproxy

External Network Access

By default, the The Platform server will configure configures all Storage chassis to use the Platform server as their the default gateway by default. If the Storage chassis reside on a private network and need to access resources that are outside the private network using a NAT service, you can enable this service on the Platform server as needed.

...