To use the Swarm Storage UI with Swarm Metrics, you need all of the enabling components, including a simplified Gateway (Service Proxy) to provide the needed access and an Elasticsearch (ES) service and curator. Your Platform Server download includes all of the packages and scripts needed to perform the installation and configuration of these components.
Info |
---|
Caution
|
Install the Platform Server. See Platform Installation.
Add a Swarm license and start up the Storage nodes.
Run the integration script as root to configure the Service Gateway, adding arguments as appropriate:
Code Block language bash sudo configure_storage_webui_with_serviceproxy.sh
Optional argumentsPurpose-h
Display help summary and then exit.
-e INDEXER·HOST [INDEXER·HOST]
Specify one or more remote Elasticsearch hostnames or IPs, disabling (and preventing creation of) a local ES instance.
Important: If you have an existing ES cluster, specify it here to avoid creating an extra local instance.
On completion, the script attempts to start all of the services with their the new configurations.
Log in to the Swarm UI. Browse to the Platform server and it redirects to the UI:
Code Block language bash http://PLATFORM·IP http://PLATFORM·IP/_admin/storage
Info title 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 the changes:
platform restart proxy
Allow at least 30 minutes to pass to verify Metrics data is being collected. This is the minimum amount of time for new Storage data to be added and a Metrics collection cycle to occur.
...