diff --git a/Show-Instance-IP-Address-&-OS-Info-in-Details.md b/Show-Instance-IP-Address-&-OS-Info-in-Details.md new file mode 100644 index 0000000..86afac5 --- /dev/null +++ b/Show-Instance-IP-Address-&-OS-Info-in-Details.md @@ -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 +``` \ No newline at end of file