...
Request the Service Proxy package from DataCore Support.
Transfer the Service Proxy (
serviceproxy-VERSION.zip
) file to the Platform server.Run the following CLI command:
Code Block language bash 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.
Query the status of the Service Proxy with the following CLI command:
Code Block language bash platform status proxy
Locate the logs for the Service Proxy at this location on the Platform server:
Code Block language bash /var/log/gateway
Log in to the Swarm UI. You can browse to the Platform server and it will redirect redirects you to the UI:
Code Block language bash http://PLATFORM·IP http://PLATFORM·IP/_admin/storage
Info |
---|
ImportantIf 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:
|
...
Code Block | ||
---|---|---|
| ||
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.
...