Difference between revisions of "Xen"
(→Running XenCenter on linux) |
(→Running XenCenter on linux) |
||
Line 4: | Line 4: | ||
# Install wine > 1.2 (apt-get install wine1.3 or what ever you got) | # Install wine > 1.2 (apt-get install wine1.3 or what ever you got) | ||
# Download winetricks: wget http://winetricks.org/winetricks | # Download winetricks: wget http://winetricks.org/winetricks | ||
− | # Use winetricks to install mono: sh winetricsk mono210 | + | # Use winetricks to install .net: sh winetricks dotnet2 <strike>Use winetricks to install mono: sh winetricsk mono210</strike> |
# Install XenCenter from msi: wine start XenServer-6.0.0-XenCenter.msi | # Install XenCenter from msi: wine start XenServer-6.0.0-XenCenter.msi | ||
# use wine to launch mono and xencenter: wine "C:\\Program Files\\Mono-2.10.6\\bin\\mono.exe" "c:\\XenCenter\\XenCenterMain.exe" | # use wine to launch mono and xencenter: wine "C:\\Program Files\\Mono-2.10.6\\bin\\mono.exe" "c:\\XenCenter\\XenCenterMain.exe" |
Revision as of 20:01, 2 February 2012
Running XenCenter on linux
- Download Xencenter from 6.0 550
- Install wine > 1.2 (apt-get install wine1.3 or what ever you got)
- Download winetricks: wget http://winetricks.org/winetricks
- Use winetricks to install .net: sh winetricks dotnet2
Use winetricks to install mono: sh winetricsk mono210 - Install XenCenter from msi: wine start XenServer-6.0.0-XenCenter.msi
- use wine to launch mono and xencenter: wine "C:\\Program Files\\Mono-2.10.6\\bin\\mono.exe" "c:\\XenCenter\\XenCenterMain.exe"