Update page 'Usage'

mad 2018-12-01 17:50:43 +00:00
parent 59a4afc0ea
commit d910fecec8
1 changed files with 1 additions and 1 deletions

@ -23,7 +23,7 @@ The creation and editing of VMs should probably be quite self explanatory. Never
As soon as you choose the server, it scans the defined image and iso directories and created the dropdown menues. If you change anything, it might be woth to just change the server back and forth to get an updated dropdown.<br/> As soon as you choose the server, it scans the defined image and iso directories and created the dropdown menues. If you change anything, it might be woth to just change the server back and forth to get an updated dropdown.<br/>
The VNC display is set as integer which represents the display numer, which in turn means that the vnc server will listern to port 5900 + $display. The same is true for the vnc-websocket. Set it as integer which will be added to 5700. This means we have a maximum of 200 websockets! If the weboscket is not set, no novnc link gets shown and the vm needs to get connected through a VNC client. Look out that you do not use a VNC or websocket port multiple times!<br/> The VNC display is set as integer which represents the display numer, which in turn means that the vnc server will listern to port 5900 + $display. The same is true for the vnc-websocket. Set it as integer which will be added to 5700. This means we have a maximum of 200 websockets! If the weboscket is not set, no novnc link gets shown and the vm needs to get connected through a VNC client. Look out that you do not use a VNC or websocket port multiple times!<br/>
Accessing NOVNC through https requires special setup. See the [[Installation]] page for details.<br/> Accessing NOVNC through https requires special setup. See the [[Installation]] page for details.<br/>
Images need to get created manually for now via qemu-img (-f qcow2 imagename 20G) command.<br/> Images can get managed through the image management link within the top-bar.<br/>
The shutdown command is sent through acpi to the guest VMs. Make sure that some daemon is running to listen on these events. After a few seconds, the VM gets killed automatically if the VM is still up!<br/> The shutdown command is sent through acpi to the guest VMs. Make sure that some daemon is running to listen on these events. After a few seconds, the VM gets killed automatically if the VM is still up!<br/>