- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Turn off vsantrace using powercli
Hello everyone,
Is there an easy way to disable vsantraced on all hypervisors in a vCenter, using powercli?
http://www.running-system.com/unmounting-a-datastore-fails-with-an-error-because-of-vsan-traces/
We are not using VSAN, but running into issues during array migrations due to datastores that cannot be unmounted. Logging into each ESXH host via SSH would be pretty painful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Afaik, there is no easy way with PowerCLI to do the chkconfig command.
You could SSH into the ESXi host with plink.exe, and execute the chkconfig line via the SSH session.
There are ample samples in this community on how to use plink.exe
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fair enough.... this is the route we were looking. Thanks for confirming!