Utah Tech Logo

IT3100

System Administration

Cloning

after you ssh to the ssh server, type the following

    ssh vm
    citv clonevm focal-clone fs2-fall2022 1024 2095
    #focal-clone is the name of my template
    #fs2-fall2022 is what you want to call your vm
    #1024 is amoutn of ram
    #2095 is my vlan id (you can find yours on the vm webpage).

You should then be able to see if on the vm webpage. Then boot it from c drive.

default login is:

cituser/b1s0n_br00x

Likely you would want to add a user using the adduser command. Then add that user to the sudo group sudo adduser tom sudo.

Edit the hostname in /etc/hostname. Maybe also edit /etc/hosts.

Change the networking in /etc/netplan/??? file.