SolidFire - Why there is no traffic on the 2nd nic on the management node?
Applies to
SolidFire Management Node (mnode/fdva)
Answer
Below are two possible reason:
- Management node is not configured. To check you this run
sudo docker ps
if you don't see any docker container running this means there are no services running - The management node's configuration is not stored on the SolidFire storage cluster. To check run
sudo docker volume ls
if the first column on the output all shows as "local" this means the configuration is stored on the mnode disk and not on the storage cluster, therefore the 2nd nic will not be in used.
Additional Information
additionalInformation_text