This is a multi-part message in MIME format.
--------------030009080304090406070300
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
You should be able to create an ID. Once you create it several people
can update your account I am one of them.
Thanks
Robert
On 08/30/2012 11:17 PM, Dead Horse wrote:
I would be happy to wiki'fy it ;)
I have requested a wiki account so I will just need someone to grant
the proper create/edit page access or create a stub page and allow
edit access to it.
- DHC
On Thu, Aug 30, 2012 at 3:03 PM, Douglas Landgraf
<dougsland(a)redhat.com <mailto:dougsland@redhat.com>> wrote:
On 08/30/2012 02:22 AM, Yaniv Kaul wrote:
> Thanks!
> Can you wiki'fy it (@
wiki.ovirt.org <
http://wiki.ovirt.org>) ?
> Y.
+1
Thanks!
>
> ------------------------------------------------------------------------
>
> I have seen this question asked many times on this list and
> the spice-devel list. Now having figured out how to make it
> work I will provide the answer to the rest of the community.
>
> *NOTE* this only applies to Windows/Internet Explorer users.
> There exists no other option other than the html5 spice
> console (still beta/in development) for windows users ATM.
> This will also only work with Internet Explorer.
>
> Basic Steps:
> - Install an oVirt server.
> - Add at least one node
> - Setup storage/iso/export domains
>
> Advanced steps
> - Start by downloading:
http://elmarco.fedorapeople.org/spice.cab
> - Create a directory for it oVirt looks by default in
> /usr/share/spice
> - Rename spice.cab to SpiceX.cab and copy it into
> /usr/share/spice
> - Now edit
> /usr/share/ovirt-engine/engine.ear/root.war/WEB-INF and add
> the following:
>
> <!-- SpiceX.cab -->
> <servlet>
> <servlet-name>SpiceX.cab</servlet-name>
> <servlet-class>org.ovirt.engine.core.FileServlet</servlet-class>
> <init-param>
> <param-name>type</param-name>
> <param-value>application/octet-stream</param-value>
> </init-param>
> <init-param>
> <param-name>file</param-name>
> <param-value>/usr/share/spice/SpiceX.cab</param-value>
> </init-param>
> </servlet>
> <servlet-mapping>
> <servlet-name>SpiceX.cab</servlet-name>
> <url-pattern>/spice/SpiceX.cab</url-pattern>
> </servlet-mapping>
>
> - Next create an html file within
> /usr/share/ovirt-engine/engine.ear/root.war
> - In the example below an html file called "spice.html"
> - Copy/Paste the below into spice.html:
>
> <!DOCTYPE html>
> <html>
> <head>
> <title>SPICE Plugin Installer</title>
>
> <script type="text/javascript">
> function installSpice()
> {
> try {
> document.getElementById('SpiceX').innerHTML = '<OBJECT
> id="SpiceX" codebase="/spice/SpiceX.cab"
> classid="clsid:ACD6D89C-938D-49B4-8E81-DDBD13F4B48A"
> width="0" height="0"></OBJECT>';
> } catch (ex) {
> alert("Epic Fail!: " + ex.Description);
> }
> }
> </script>
>
> </head>
> <body>
> <p>
> <p><b id='SpiceX'>Spice ActiveX Plugin</b>
</p>
> <button onclick='installSpice()'>Install Spice
> Plugin</button>
> </p>
> </body>
> </html>
>
> - Save the file
> - You will now need to restart the ovirt-engine service EG:
> systemctl restart ovirt-engine.service OR service
> ovirt-engine restart
> - The installer page will now be available at http://<url to
> ovirt server>/spice.html EX:
http://ovirt.azeroth.net/spice.html
> - Navigate to that page and click the install button
> - IE will prompt you to deploy/install the SpiceX cabinet file
> - It may gripe about an unsigned or untrusted source,
> acknowledge this an proceed anyways
> - If the install succeeds the text "Spice ActiveX Plugin" on
> the page will change to blank (it's actually the plugin with
> null values)
> - The console button in the user and webadmin portals will
> now launch the new virt-viwer spice based console!
>
> Happy Spice Consoling to your VM's from Windows!
>
> *NOTE*
> To uninstall the plugin:
> - The below removes the add-on from IE (EG: removes knowledge
> of "application/x-spice")
> - pop a command terminal and type:
> On Windows XP: regsvr32 /u "C:\Documents and
> Settings\Administrator\Local Settings\Application
> Data\virt-viewer\bin\SpiceX.dll"
> On Windows 7 regsvr32 /u C:\Documents and
> Settings\Administrator\Local
> Settings\AppData\virt-viewer\bin\SpiceX.dll"
> - Next we need to remove the rest of virt-viewer
> - Go to add/remove programs and uninstall virt-viewer, this
> removes the rest of virt-viewer from the system
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org <mailto:Users@ovirt.org>
>
http://lists.ovirt.org/mailman/listinfo/users
>
>
>
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org <mailto:Users@ovirt.org>
>
http://lists.ovirt.org/mailman/listinfo/users
--
Cheers
Douglas
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
--
Thanks
Robert Middleswarth
@rmiddle (twitter/Freenode IRC)
@RobertM (OFTC IRC)
--------------030009080304090406070300
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">You should be able to create an
ID.
Once you create it several people can update your account I am one
of them.<br>
<br>
Thanks<br>
Robert<br>
<br>
On 08/30/2012 11:17 PM, Dead Horse wrote:<br>
</div>
<blockquote
cite="mid:CAEWPe=oSyQOap6+gFBnJNA6uzzqOMg3bjyiczi-g41ihTee8vQ@mail.gmail.com"
type="cite">I would be happy to wiki'fy it ;)<br>
I have requested a wiki account so I will just need someone to
grant the proper create/edit page access or create a stub page and
allow edit access to it.<br>
- DHC<br>
<br>
<div class="gmail_quote">
On Thu, Aug 30, 2012 at 3:03 PM, Douglas Landgraf <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:dougsland@redhat.com"
target="_blank">dougsland(a)redhat.com</a>&gt;</span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div class="im"> On 08/30/2012 02:22 AM, Yaniv Kaul wrote:
<blockquote type="cite">
<div style="font-size:12pt;font-family:times new
roman,new york,times,serif">Thanks!
<div>Can you wiki'fy it (@ <a
moz-do-not-send="true"
href="http://wiki.ovirt.org"
target="_blank">wiki.ovirt.org</a>)
?</div>
<div>Y.<br>
</div>
</div>
</blockquote>
</div>
+1<br>
<br>
Thanks!
<div>
<div class="h5"><br>
<blockquote type="cite">
<div style="font-size:12pt;font-family:times new
roman,new york,times,serif">
<div><br>
<hr>
<blockquote
style="padding-left:5px;font-size:12pt;font-style:normal;margin-left:5px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;font-weight:normal;border-left:2px
solid rgb(16,16,255)">I have seen this question
asked many times on this list and the
spice-devel list. Now having figured out how to
make it work I will provide the answer to the
rest of the community.<br>
<br>
*NOTE* this only applies to Windows/Internet
Explorer users. There exists no other option
other than the html5 spice console (still
beta/in development) for windows users ATM. This
will also only work with Internet Explorer.<br>
<br>
Basic Steps:<br>
- Install an oVirt server.<br>
- Add at least one node<br>
- Setup storage/iso/export domains<br>
<br>
Advanced steps<br>
- Start by downloading: <a
moz-do-not-send="true"
href="http://elmarco.fedorapeople.org/spice.cab"
target="_blank">http://elmarco.fedorapeople.org/spice.cab<...
- Create a directory for it oVirt looks by
default in /usr/share/spice<br>
- Rename spice.cab to SpiceX.cab and copy it
into /usr/share/spice<br>
- Now edit
/usr/share/ovirt-engine/engine.ear/root.war/WEB-INF
and add the following:<br>
<br>
<!-- SpiceX.cab --><br>
<servlet><br>
<servlet-name>SpiceX.cab</servlet-name><br>
<servlet-class>org.ovirt.engine.core.FileServlet</servlet-class><br>
<init-param><br>
<param-name>type</param-name><br>
<param-value>application/octet-stream</param-value><br>
</init-param><br>
<init-param><br>
<param-name>file</param-name><br>
<param-value>/usr/share/spice/SpiceX.cab</param-value><br>
</init-param><br>
</servlet><br>
<servlet-mapping><br>
<servlet-name>SpiceX.cab</servlet-name><br>
<url-pattern>/spice/SpiceX.cab</url-pattern><br>
</servlet-mapping><br>
<br>
- Next create an html file within
/usr/share/ovirt-engine/engine.ear/root.war<br>
- In the example below an html file called
"spice.html"<br>
- Copy/Paste the below into spice.html:<br>
<br>
<!DOCTYPE html><br>
<html><br>
<head><br>
<title>SPICE Plugin
Installer</title><br>
<br>
<script type="text/javascript"><br>
function installSpice()<br>
{<br>
try {<br>
document.getElementById('SpiceX').innerHTML
= '<OBJECT id="SpiceX"
codebase="/spice/SpiceX.cab"
classid="clsid:ACD6D89C-938D-49B4-8E81-DDBD13F4B48A"
width="0"
height="0"></OBJECT>';<br>
} catch (ex) {<br>
alert("Epic
Fail!: " + ex.Description);<br>
}<br>
} <br>
</script><br>
<br>
</head><br>
<body><br>
<p><br>
<p><b
id='SpiceX'>Spice ActiveX
Plugin</b> </p> <br>
<button
onclick='installSpice()'>Install Spice
Plugin</button><br>
</p><br>
</body><br>
</html><br>
<br>
- Save the file<br>
- You will now need to restart the ovirt-engine
service EG: systemctl restart
ovirt-engine.service OR service ovirt-engine
restart<br>
- The installer page will now be available at <a
moz-do-not-send="true">http://</a><url
to
ovirt server>/spice.html EX: <a
moz-do-not-send="true"
href="http://ovirt.azeroth.net/spice.html"
target="_blank">http://ovirt.azeroth.net/spice.html</a>...
- Navigate to that page and click the install
button<br>
- IE will prompt you to deploy/install the
SpiceX cabinet file<br>
- It may gripe about an unsigned or untrusted
source, acknowledge this an proceed anyways<br>
- If the install succeeds the text "Spice
ActiveX Plugin" on the page will change to blank
(it's actually the plugin with null values)<br>
- The console button in the user and webadmin
portals will now launch the new virt-viwer spice
based console!<br>
<br>
Happy Spice Consoling to your VM's from Windows!<br>
<br>
*NOTE*<br>
To uninstall the plugin:<br>
- The below removes the add-on from IE (EG:
removes knowledge of "application/x-spice")<br>
- pop a command terminal and type:<br>
On Windows XP: regsvr32 /u "C:\Documents and
Settings\Administrator\Local
Settings\Application
Data\virt-viewer\bin\SpiceX.dll"<br>
On Windows 7 regsvr32 /u C:\Documents and
Settings\Administrator\Local
Settings\AppData\virt-viewer\bin\SpiceX.dll"<br>
- Next we need to remove the rest of virt-viewer<br>
- Go to add/remove programs and uninstall
virt-viewer, this removes the rest of
virt-viewer from the system<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Users@ovirt.org"
target="_blank">Users(a)ovirt.org</a><br>
<a moz-do-not-send="true"
href="http://lists.ovirt.org/mailman/listinfo/users"
target="_blank">http://lists.ovirt.org/mailman/listinfo/user...
</blockquote>
<br>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="mailto:Users@ovirt.org"
target="_blank">Users(a)ovirt.org</a>
<a moz-do-not-send="true"
href="http://lists.ovirt.org/mailman/listinfo/users"
target="_blank">http://lists.ovirt.org/mailman/listinfo/user...
</pre>
</blockquote>
<br>
<br>
</div>
</div>
<span class="HOEnZb"><font color="#888888">
<pre cols="72">--
Cheers
Douglas</pre>
</font></span></div>
</blockquote>
</div>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated"
href="mailto:Users@ovirt.org">Users@ovirt.org</a>
<a class="moz-txt-link-freetext"
href="http://lists.ovirt.org/mailman/listinfo/users">http://...
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Thanks
Robert Middleswarth
@rmiddle (twitter/Freenode IRC)
@RobertM (OFTC IRC)
</pre>
</body>
</html>
--------------030009080304090406070300--