add update content for v5
BIN
docs/assets/xo5proxysettings.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
docs/assets/xo5register.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/assets/xo5updatebutton.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/assets/xo5updatemenu.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/assets/xo5updatetooltip.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
docs/assets/xo5updatetooltipneedupdate.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
docs/assets/xo5updatetooltipok.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
@ -16,39 +16,41 @@ The updater is configurable directly in the web interface, or via the CLI.
|
||||
|
||||
### From the web interface
|
||||
|
||||
By default for a new XOA, you'll have this icon in the top right:
|
||||
The updater is available in the "Update" menu:
|
||||
|
||||

|
||||

|
||||
|
||||
It means your appliance is not registered. Click on this icon and follow the next step.
|
||||
You can see the yellow bell icon: it means your appliance is not registered. You **must register in order to have updates and trial**.
|
||||
|
||||

|
||||
|
||||
#### Register
|
||||
|
||||
Updates and trial will be available as soon as you registered your appliance. To register, use your https://xen-orchestra.com credentials you gave to download it previously (your email and your password):
|
||||
|
||||

|
||||

|
||||
|
||||
#### Check for new versions
|
||||
|
||||
The updater will check for new versions periodically. Nevertheless, if you want to start a manual check, you can do it by clicking on the "Check for updates" icon.
|
||||
The updater will check for new versions periodically. A green tick in the menu means your version is up to date:
|
||||
|
||||

|
||||
|
||||
However, if you want to start a manual check, you can do it by clicking on the "Update" button:
|
||||
|
||||

|
||||
|
||||
#### Upgrade
|
||||
|
||||
If a new version is found, you'll have an upgrade button displayed:
|
||||
If a new version is found, you'll have an upgrade button and its tooltip displayed:
|
||||
|
||||

|
||||
|
||||
**In case where the updater is updated itself, you should have to refresh manually the status panel!**
|
||||
|
||||
This could be done by clicking on the refresh white icon:
|
||||
|
||||

|
||||

|
||||
|
||||
#### Proxy configuration
|
||||
|
||||
If you are behind a proxy, you can edit your proxy settings in this panel:
|
||||
|
||||

|
||||

|
||||
|
||||
### From the CLI
|
||||
|
||||
|
@ -23,6 +23,8 @@ Once you've got the XVA file, you can import it with `xe vm-import filename=xoa_
|
||||
|
||||
After the VM is imported, you just need to start it with a `xe vm-start vm=XOA` or with XenCenter.
|
||||
|
||||
### Network configuration
|
||||
|
||||
XOA is in **DHCP** by default, so if you need to configure the IP, you need to edit `/etc/network/interfaces` as explained in the [Debian documentation](https://wiki.debian.org/NetworkConfiguration#Configuring_the_interface_manually). You can access the VM console through XenCenter or using VNC through a SSH tunnel.
|
||||
|
||||
Xen Orchestra is now accessible in your browser on ` http://your-vm-ip` or in HTTPS on the same URL.
|
||||
@ -66,4 +68,4 @@ xo-server.service - XO Server
|
||||
Aug 14 10:59:46 xoa systemd[1]: Starting XO Server...
|
||||
Aug 14 10:59:46 xoa systemd[1]: Started XO Server.
|
||||
Aug 14 10:59:48 xoa xo-server[394]: WebServer listening on http://0.0.0.0:80
|
||||
```
|
||||
```
|
||||
|