<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I believe when you install the packages from the repository it will create an /etc/init.d/opennebula-sunstone init script that should be configurable to start at boot (if the package doesn’t do that already).  You can check this by running this:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>update-rc.d opennebula-sunstone defaults<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'> users-bounces@lists.opennebula.org [mailto:users-bounces@lists.opennebula.org] <b>On Behalf Of </b>Kenneth<br><b>Sent:</b> Saturday, December 14, 2013 7:33 PM<br><b>To:</b> users@lists.opennebula.org<br><b>Subject:</b> Re: [one-users] Help getting sunstone-server to auto-start after reboot like oned<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p><span style='font-family:"Verdana","sans-serif"'>It's weekend, people are out of their computers (maybe).<o:p></o:p></span></p><p><span style='font-family:"Verdana","sans-serif"'>Are you sure sunstone server is not being started when you reboot? It should be as launched at startup like the one service, you could have made some mistake during the installation?<o:p></o:p></span></p><p><span style='font-family:"Verdana","sans-serif"'>That being said, I'll make a bash script which contain the lines. (This method is prety lame, and I haven't tested it yet)<o:p></o:p></span></p><p><span style='font-family:"Verdana","sans-serif"'>su oneadmin<o:p></o:p></span></p><pre>sunstone-server start<br><br>Then add the script to the /etc/rc.local file. I would assume you can change users without any passwords? <o:p></o:p></pre><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'>---<o:p></o:p></span></p><pre><span style='font-family:"Helvetica","sans-serif";color:black'>Thanks,<o:p></o:p></span></pre><pre><span style='font-family:"Helvetica","sans-serif";color:black'>Kenneth</span><span style='font-size:12.0pt;font-family:"Verdana","sans-serif"'><br></span><span style='font-family:"Helvetica","sans-serif";color:black'>Apollo Global Corp.</span><o:p></o:p></pre></div><p><span style='font-family:"Verdana","sans-serif"'>On 12/15/2013 12:36 AM, Kenneth Øst wrote:<o:p></o:p></span></p><blockquote style='border:none;border-left:solid #1010FF 1.5pt;padding:0in 0in 0in 4.0pt;margin-left:3.75pt;margin-top:5.0pt;margin-bottom:5.0pt'><p><span style='font-family:"Verdana","sans-serif"'>This is my first post. Does anybody get my mails?<o:p></o:p></span></p><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'>Den 14/12/2013 00.23 skrev "Kenneth Øst" <<a href="mailto:kenneth.oest@gmail.com">kenneth.oest@gmail.com</a>>:<o:p></o:p></span></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'>Hi One users <o:p></o:p></span></p><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'>I have successfully setup OpenNebula 4.4 on Ubuntu 13.10 with Open vSwitch on a single server for home use :-)<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'> <o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'>My question as the subject says: I would like to have the sunstone-server to automatically startup after reboot of the server. Are there a simple way to do start sunstone-server, just like how the oned is started?<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'> <o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'>Best regards<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'>Kenneth<o:p></o:p></span></p></div></div></blockquote></div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'><o:p> </o:p></span></p><pre>_______________________________________________<o:p></o:p></pre><pre>Users mailing list<o:p></o:p></pre><pre><a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><o:p></o:p></pre><pre><a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><o:p></o:p></pre></blockquote></div>
<br><html><body><b>NOTICE: Protect the information in this message in accordance with the company's security policies. If you received this message in error, immediately notify the sender and destroy all copies.</b></body></html>

<br></body></html>