– Connect to your ESXi with vSphere client and if necessary, enable SSH by going to configuration > security profile > properties > ssh and start the SSH service.
Web (v)sphere client for your Esx(i) with your Raspberry Pi
If you do have some spare HW or Raspberry pi; Having your own Lab using an Esx(i) you might consider to look into such of project…
Continue reading “Web (v)sphere client for your Esx(i) with your Raspberry Pi”
Suspend running vmware and switch the esx(i) off
I have been using a script for a while switching off the esxi to a certain time. Crontab in used to do it, as this post
Unfortunately, this script does not do much than poweroff the vms and switching off the esxi; As a consequence the vmware’s running at that time would have been stopped roughtly;
All the work done would have been lost, so I decided to review this script to do the following;
– List of Machines currently running
– Retrieve ID’s for each Machines
– suspend command for each IDs.
– Then Poweroff the Esx(i).
Continue reading “Suspend running vmware and switch the esx(i) off”
Script Template Vm’s Creation on Esxi V5 (cloning)
This script does the following:
- List of the current machine’s name based/stored on the target destination.
- Ask for the name of the new machine.
- Type of machines (Windows 2003 / Centos / etc…)
- Create the image based on the template’s machines.
- Register the vm into the Vsphere inventory.
- Asking you if you wish to start or not once created.
Continue reading “Script Template Vm’s Creation on Esxi V5 (cloning)”
Schedule Shutdown Esxi (v5)
This script would be using two commands available on the esxi.
- /sbin/powerOffVms (Stop the current's running vms)
- /bin/poweroff (Stop the Esx host)