1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-22 06:14:16 +00:00

Created Show Instance IP Address & OS Info in Details (markdown)

catborise 2022-10-10 14:19:23 +03:00
parent b2b97d231c
commit 21ca8b26f9

@ -0,0 +1,15 @@
To see instance ip adress and OS basic information on the page of instance details, guest agent must be activated.
Steps of Quest Agent;
1. Enable quest agent socket; enter details of instance, go to options page.
![image](https://user-images.githubusercontent.com/1725643/194853893-ea222a11-5362-4405-b142-503fe5d3c769.png)
2. Make Quest agent socket enabled.
![image](https://user-images.githubusercontent.com/1725643/194854025-a589efe2-72f9-4c94-a1ac-39f16139e0f7.png)
3. Access instance console and install guest-agent:
* qemu-guest-agent.x86_64 : QEMU guest agent -> RHEL based OS & Debian Alternatives
4. Enable & Start service:
```
systemctl enable qemu-guest-agent.service
systemctl start qemu-guest-agent.service
```