As part of a larger project I've been working on a set of scripts which configure a freshly-installed ESX (or ESXi) system into Virtual Center (after first attempting to remove previous VC state and clean state from the host). Currently they follow a typical post-boot configuration pattern:
Command: esx-autoconfigure.ps1 "hostname|ip-address"
As this is my initial foray into PowerShell, please excuse any idiosyncracies.
This is a work-in-progress - feedback welcome. Points awarded for the best suggestions in the next few days.
lance
(2008-Sep-02 - I've moved the script files to ESX Automated Configuration Midwife)
- Set ESX password
- Add to Virtual Center cluster
- Configure Virtual Switches
- Configure Port Groups
- Add NFS partitions
- Add iSCSI partitions
- Configure NTP
- Configure VMotion
Command: esx-autoconfigure.ps1 "hostname|ip-address"
As this is my initial foray into PowerShell, please excuse any idiosyncracies.
This is a work-in-progress - feedback welcome. Points awarded for the best suggestions in the next few days.
lance
(2008-Sep-02 - I've moved the script files to ESX Automated Configuration Midwife)
Tags:
esxi,
esx,
configure,
automation,
powershell