Differences between revisions 2 and 3
Revision 2 as of 2021-07-26 07:03:04
Size: 335
Editor: hgiger
Comment:
Revision 3 as of 2021-07-26 07:39:35
Size: 974
Editor: hgiger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
In such cases a virtual machine is a good idea. To start 'vmplayer' on an ISG-managed Linux client type following command on the console: In such cases a virtual machine is a good idea. To start 'vmplayer' on an ISG-managed Linux client proceed as followed:
Line 6: Line 6:
{{{
 $ vmplayer
}}}
 1. In '/scratch' create a directory <username>
 1. Download a virtual machine image to '/scratch/<username>'
 1. Ttype following command on the console:

    {{{
     $ vmplayer
    }}}

 1. In the upcoming window klick "Create a New Virtual Machine" and use the virtual machine image, which you have downloaded before.
 1. Make reasonable settings concerning RAM, CPU and Disk (dependend on your machine's hardware setup):

    {{{
     RAM: min. -> 1-2 GB max. -> 50% of the RAM of your machine
     CPU: min. -> 1-2 max. -> 50% of the CPUs of your machine
     Disk: reasonable percentage of your machine's disk (which is '/scratch' by the way)
    }}}

Creating your own virtual machine

There are situations where you want to have a system on which you can manage by yourself as 'root' to install and test software. In such cases a virtual machine is a good idea. To start 'vmplayer' on an ISG-managed Linux client proceed as followed:

  1. In '/scratch' create a directory <username>

  2. Download a virtual machine image to '/scratch/<username>'

  3. Ttype following command on the console:
    •      $ vmplayer
  4. In the upcoming window klick "Create a New Virtual Machine" and use the virtual machine image, which you have downloaded before.
  5. Make reasonable settings concerning RAM, CPU and Disk (dependend on your machine's hardware setup):
    •      RAM:  min. -> 1-2 GB  max. -> 50% of the RAM of your machine
           CPU:  min. -> 1-2     max. -> 50% of the CPUs of your machine
           Disk: reasonable percentage of your machine's disk (which is '/scratch' by the way)

FAQ/VirtualMaschine (last edited 2023-10-16 13:56:26 by alders)