CiscoDevNet / Hyperflex-Hypercheck

Perform pro-active self checks on your Hyperflex cluster to ensure stability and resiliency
MIT License
27 stars 17 forks source link

Verify default vswitch names and expected port groups #32

Open bowbot opened 4 years ago

bowbot commented 4 years ago

Expands and upgrades can fail sometimes if the storage and management switches and port group names have been changed in ESX clusters.

The /opt/springpath/springpath_default.tunes has what we are expecting to be present.

[networking] portgroup_hypervisor_mgmt=Management Network portgroup_hypervisor_data=Storage Hypervisor Data Network portgroup_controller_mgmt=Storage Controller Management Network portgroup_controller_data=Storage Controller Data Network portgroup_hypervisor_vmotion=vMotion Network

[vswitch_mgmt] vswitch=vswitch-hx-inband-mgmt [vswitch_storage_data] vswitch=vswitch-hx-storage-data

There should be some new checks added into the script which verifies that these names are present and in use.