Search This Blog

Thursday, 16 December 2021

vsan command line

cd /opt/smartstirageadmin/ssacli/bin
./ssacli ctrl all show status
./ssacli ctrl slot=0 pd all show detail

Ansible_Notes

   ansible -i inventory.ini -m ping all   # inventory.ini it will ping to the hosts which are in inventory # ansible -i inventory.ini -m pin...