How to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2019 12:08 PM
I am trying to run a Hyperflex command to get some info
I was able to run some commands on the Web CLI but I need to run these 2 commands. How do I login to the controller or springpath and get the info?
cat /var/log/springpath/diskslotmap-v2.txt
sysmtool –ns disk –cmd list
- Labels:
-
Storage Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2019 05:36 AM - edited 07-26-2019 12:48 PM
You SSH into the storage controller's mgmt IP address that should be in the same subnet as the ESXi mgmt IPs.
You will generally login as root unless it's a new deployment and then the default account will be 'admin'
If you aren't sure what the ip of the storage controller is, try running the following on the ESXi host, cli:
/opt/springpath/support/getstctlvmip.sh
which should return mgmt IP of the storage controllers eth0 interface.
Kirk...
