Line 1: |
Line 1: |
| + | {{Languages}} |
| + | <!-- here we define the contrib name variable --> |
| + | <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> |
| + | {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} |
| + | {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} |
| + | <!-- we define the language --> |
| + | {{#vardefine:lang| {{lc: {{#titleparts: {{PAGENAME}} | | -1}} }} |en }} |
| + | {{Infobox contribs |
| + | |name={{#var:contribname}} |
| + | |image={{#var:contribname}}.jpg |
| + | |description_image= {{#var:contribname}} logo |
| + | |maintainer= John Crisp |
| + | |licence= GPL v2 |
| + | |url= https://wiki.koozali.org |
| + | |category= Contrib,Developer |
| + | |tags=contrib'developer,perl |
| + | }} |
| | | |
| + | ===Maintainer=== |
| + | <!-- here you need to file your username and name --> |
| + | [[User:reetp|John Crisp]] |
| + | |
| + | === Version === |
| + | <!-- keep this first element as is, you can add some if needed --> |
| + | {{#smeversion: {{#var:smecontribname}} }} |
| + | {{#smeversion: {{#var:contribname}} }} |
| + | |
| + | === Description === |
| | | |
| https://pve.proxmox.com/wiki/Qemu-guest-agent | | https://pve.proxmox.com/wiki/Qemu-guest-agent |
| | | |
− | To get qemu agent running in your virtualized sme :
| |
| | | |
| | | |
− | SME9
| + | === Installation === |
| + | <tabs container> |
| + | <tab name="For SME 10"> |
| + | <br> |
| + | For a simple installation first set the QEMU Guest Agent as Enabled in the VM options |
| + | |
| + | Then just do: |
| + | yum --enablerepo=smecontribs install smeserver-qemu-guest-agent |
| + | signal-event post-upgrade;signal-event reboot |
| | | |
− | yum install qemu-guest-agent -y | + | Check the Agent shows 'Enabled' in the Proxmox manager and the service is running on Koozali SME |
− | cd /etc/rc.d/rc7.d/
| + | |
− | ln -s /etc/rc.d/init.d/qemu-ga S85qemu-ga
| + | systemctl status qemu-guest-agent |
− | config set qemu-ga service status enabled access private
| |
− | service qemu-ga start
| |
| | | |
− | SME10
| + | To install manually: |
| | | |
| yum install qemu-guest-agent -y | | yum install qemu-guest-agent -y |
Line 23: |
Line 55: |
| systemctl daemon-reload | | systemctl daemon-reload |
| systemctl start qemu-guest-agent.service | | systemctl start qemu-guest-agent.service |
| + | |
| + | </tab> |
| + | <tab name="For SME 9"> |
| + | <br> |
| + | No contrib available |
| + | |
| + | yum install qemu-guest-agent -y |
| + | cd /etc/rc.d/rc7.d/ |
| + | ln -s /etc/rc.d/init.d/qemu-ga S85qemu-ga |
| + | config set qemu-ga service status enabled access private |
| + | service qemu-ga start |
| + | </tab> |
| + | </tabs> |
| + | |
| + | === Configuration === |
| + | |
| + | config show smeserver-qemu-guest-agent |
| + | |
| + | |
| + | === Uninstall === |
| + | yum remove {{#var:smecontribname}} |
| + | |
| + | === Bugs === |
| + | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}} |
| + | and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}} |
| + | |
| + | Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}} |
| + | |
| + | ===Changelog=== |
| + | Only released version in smecontrib are listed here. |
| + | |
| + | {{ #smechangelog: {{#var:smecontribname}} }} |
| + | |
| + | <!-- list of category you want to see this page in --> |
| + | [[Category: Contrib]] |
| + | [[Category:Howto]] |
| + | |
| + | |
| + | <!-- Please keep there the template revision number as is --> |
| + | [[contribtemplate::2| ]] |
| + | [[contriblang:: {{#var:lang}} | ]] |