Tag: VMWare

Preparing Linux Template VMs

27 September 2015

Dan over at Bashing Linux has a good post on what he does to prep his template VMs for use with Puppet. He’s inspired me to share how I prepare my Linux VMs to become a template. He’s got a few steps I don’t have, mainly to prep for Puppet, and I have a few steps he […]

Add users to vCenter Server Appliance

27 September 2013

Add users to vCenter Server Appliance In order to add new users to the vCenter Server Appliance you need to log in to your appliance via SSH and type: useradd -m “username” To set a password to the newly created account, type: passwd “username” To grant user access, log in using vSphere Client, right click the object […]