Skip to content

Automatically create Virtual Machines on an ESXi server

Notifications You must be signed in to change notification settings

redmcg/auto-create

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

This is a script I discovered on GitHub which creates VMs on a VMWare ESX server. Special thanks goes to Tamas Piros who created the inital script.

I have just updated it to work with the latest ESXi servers (ESXi version 5.5). I have also changed the defaults to suit my preference.

Automatic Virtual Machine creation on an ESXi server

Usage: /bin/sh create.sh options: n <|c|i|r|s>

Where n: Name of VM (required), c: Number of virtual CPUs, i: location of an ISO image, r: RAM size in MB, s: Disk size in GB

Default values are: CPU: 1, RAM: 2048MB, HDD-SIZE: 16GB

About

Automatically create Virtual Machines on an ESXi server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%