You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "edison su (JIRA)" <ji...@apache.org> on 2012/10/24 19:44:11 UTC

[jira] [Created] (CLOUDSTACK-411) Add another step during kvm agent installation on Ubuntu machine

edison su created CLOUDSTACK-411:
------------------------------------

             Summary: Add another step during kvm agent installation on Ubuntu machine
                 Key: CLOUDSTACK-411
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-411
             Project: CloudStack
          Issue Type: Bug
          Components: Doc
            Reporter: edison su
            Assignee: Jessica Tomechak


Ref: https://issues.apache.org/jira/browse/CLOUDSTACK-410. For 4.0 release, we can document it in the installation guide for kvm agent installation on ubuntu machine, with the following command:
uncomment out "# vnc_listen = "0.0.0.0"" in /etc/libvirt/qemu.conf

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-411) Add another step during kvm agent installation on Ubuntu machine

Posted by "Wido den Hollander (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483528#comment-13483528 ] 

Wido den Hollander commented on CLOUDSTACK-411:
-----------------------------------------------

This should not be necesarry anymore, see CS-410.

I pushed a bit of code which binds the Instance to the hypervisor host private IP-address. There seems to be a bug in this code, but that is a different discussion ;)
                
> Add another step during kvm agent installation on Ubuntu machine
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-411
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-411
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: edison su
>            Assignee: Jessica Tomechak
>
> Ref: https://issues.apache.org/jira/browse/CLOUDSTACK-410. For 4.0 release, we can document it in the installation guide for kvm agent installation on ubuntu machine, with the following command:
> uncomment out "# vnc_listen = "0.0.0.0"" in /etc/libvirt/qemu.conf

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-411) Add another step during kvm agent installation on Ubuntu machine

Posted by "Jessica Tomechak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483444#comment-13483444 ] 

Jessica Tomechak commented on CLOUDSTACK-411:
---------------------------------------------

This was present in the CloudStack 2.2.12 and later Install Guide as the last step of KVM installation. Not sure why it was removed from Citrix CloudPlatform 3.0.x Install Guide, on which the ACS 4.0 Install Guide was based.

6.	On the KVM host, edit the file /etc/libvirt/qemu.conf file and make sure the line "vnc_listen = 0.0.0.0" is uncommented. If necessary, uncomment the line and restart /etc/init.d/libvirtd.

# vi /etc/libvirt/qemu.conf
# /etc/init.d/libvirtd restart

The CloudStack Agent is now installed. 
                
> Add another step during kvm agent installation on Ubuntu machine
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-411
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-411
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: edison su
>            Assignee: Jessica Tomechak
>
> Ref: https://issues.apache.org/jira/browse/CLOUDSTACK-410. For 4.0 release, we can document it in the installation guide for kvm agent installation on ubuntu machine, with the following command:
> uncomment out "# vnc_listen = "0.0.0.0"" in /etc/libvirt/qemu.conf

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-411) Add another step during kvm agent installation on Ubuntu machine

Posted by "edison su (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483541#comment-13483541 ] 

edison su commented on CLOUDSTACK-411:
--------------------------------------

Seems the fix you did on 4.0 doesn't work, possible a bug in ubuntu libvirt.
For current 4.0 branch, add this step in the document is necessary I think.
                
> Add another step during kvm agent installation on Ubuntu machine
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-411
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-411
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: edison su
>            Assignee: Jessica Tomechak
>
> Ref: https://issues.apache.org/jira/browse/CLOUDSTACK-410. For 4.0 release, we can document it in the installation guide for kvm agent installation on ubuntu machine, with the following command:
> uncomment out "# vnc_listen = "0.0.0.0"" in /etc/libvirt/qemu.conf

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Comment Edited] (CLOUDSTACK-411) Add another step during kvm agent installation on Ubuntu machine

Posted by "Jessica Tomechak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483444#comment-13483444 ] 

Jessica Tomechak edited comment on CLOUDSTACK-411 at 10/24/12 6:25 PM:
-----------------------------------------------------------------------

This was present in the CloudStack 2.2.12 and later Install Guide as the last step of KVM installation. It was not in the Citrix CloudPlatform 3.0.2 Install Guide, on which the ACS 4.0 Install Guide was based, maybe because that Citrix version only officially supported KVM on RHEL.

6.	On the KVM host, edit the file /etc/libvirt/qemu.conf file and make sure the line "vnc_listen = 0.0.0.0" is uncommented. If necessary, uncomment the line and restart /etc/init.d/libvirtd.

# vi /etc/libvirt/qemu.conf
# /etc/init.d/libvirtd restart

The CloudStack Agent is now installed. 
                
      was (Author: jtomechak):
    This was present in the CloudStack 2.2.12 and later Install Guide as the last step of KVM installation. It was removed from Citrix CloudPlatform 3.0.x Install Guide, on which the ACS 4.0 Install Guide was based, because that Citrix version only officially supported KVM on RHEL.

6.	On the KVM host, edit the file /etc/libvirt/qemu.conf file and make sure the line "vnc_listen = 0.0.0.0" is uncommented. If necessary, uncomment the line and restart /etc/init.d/libvirtd.

# vi /etc/libvirt/qemu.conf
# /etc/init.d/libvirtd restart

The CloudStack Agent is now installed. 
                  
> Add another step during kvm agent installation on Ubuntu machine
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-411
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-411
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: edison su
>            Assignee: Jessica Tomechak
>
> Ref: https://issues.apache.org/jira/browse/CLOUDSTACK-410. For 4.0 release, we can document it in the installation guide for kvm agent installation on ubuntu machine, with the following command:
> uncomment out "# vnc_listen = "0.0.0.0"" in /etc/libvirt/qemu.conf

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Comment Edited] (CLOUDSTACK-411) Add another step during kvm agent installation on Ubuntu machine

Posted by "Jessica Tomechak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483444#comment-13483444 ] 

Jessica Tomechak edited comment on CLOUDSTACK-411 at 10/24/12 6:18 PM:
-----------------------------------------------------------------------

This was present in the CloudStack 2.2.12 and later Install Guide as the last step of KVM installation. It was removed from Citrix CloudPlatform 3.0.x Install Guide, on which the ACS 4.0 Install Guide was based, because that Citrix version only officially supported KVM on RHEL.

6.	On the KVM host, edit the file /etc/libvirt/qemu.conf file and make sure the line "vnc_listen = 0.0.0.0" is uncommented. If necessary, uncomment the line and restart /etc/init.d/libvirtd.

# vi /etc/libvirt/qemu.conf
# /etc/init.d/libvirtd restart

The CloudStack Agent is now installed. 
                
      was (Author: jtomechak):
    This was present in the CloudStack 2.2.12 and later Install Guide as the last step of KVM installation. Not sure why it was removed from Citrix CloudPlatform 3.0.x Install Guide, on which the ACS 4.0 Install Guide was based.

6.	On the KVM host, edit the file /etc/libvirt/qemu.conf file and make sure the line "vnc_listen = 0.0.0.0" is uncommented. If necessary, uncomment the line and restart /etc/init.d/libvirtd.

# vi /etc/libvirt/qemu.conf
# /etc/init.d/libvirtd restart

The CloudStack Agent is now installed. 
                  
> Add another step during kvm agent installation on Ubuntu machine
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-411
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-411
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: edison su
>            Assignee: Jessica Tomechak
>
> Ref: https://issues.apache.org/jira/browse/CLOUDSTACK-410. For 4.0 release, we can document it in the installation guide for kvm agent installation on ubuntu machine, with the following command:
> uncomment out "# vnc_listen = "0.0.0.0"" in /etc/libvirt/qemu.conf

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-411) Add another step during kvm agent installation on Ubuntu machine

Posted by "Wido den Hollander (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483530#comment-13483530 ] 

Wido den Hollander commented on CLOUDSTACK-411:
-----------------------------------------------

See this commit: https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=commit;h=bc94948e0604e0e5931759be3c3d3155e84686f6
                
> Add another step during kvm agent installation on Ubuntu machine
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-411
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-411
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: edison su
>            Assignee: Jessica Tomechak
>
> Ref: https://issues.apache.org/jira/browse/CLOUDSTACK-410. For 4.0 release, we can document it in the installation guide for kvm agent installation on ubuntu machine, with the following command:
> uncomment out "# vnc_listen = "0.0.0.0"" in /etc/libvirt/qemu.conf

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira