Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 30-08-2008, 12:51 PM   #1 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Xen Virtualization

1Hi guys. I have installed xen and required packages. Since I got a new box (see my sig), I want to do virtualization for windows (for the sake of VB n Oracle in my 11th syllabus!). I am presently doing this with qemu.. but it turns out to be a bit slow even after allocating 600 MB of RAM and 1 VCPU. I have done virtualization for RHEL 5 and I have seen that using Xen its fast. But I think I have to boot using the Xen kernel right ?? But I have troubles in booting with it. It just initializes the hardware and then freezes. Also I am unable to start xend on the default kernel. I even tried kernel-PAE (but that's not required i assume coz my RAM is < 4 GB).

When I try to start xend with the xend the command in default kernel, it gives my the following error-

Code:
ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory)
Traceback (most recent call last):
  File "/usr/sbin/xend", line 15, in <module>
    from xen.xend.server import SrvDaemon
  File "/usr/lib/python2.5/site-packages/xen/xend/server/SrvDaemon.py", line 26, in <module>
    import relocate
  File "/usr/lib/python2.5/site-packages/xen/xend/server/relocate.py", line 26, in <module>
    from xen.xend import XendDomain
  File "/usr/lib/python2.5/site-packages/xen/xend/XendDomain.py", line 35, in <module>
    from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
  File "/usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint.py", line 20, in <module>
    from xen.xend import balloon, sxp, image
  File "/usr/lib/python2.5/site-packages/xen/xend/image.py", line 36, in <module>
    xc = xen.lowlevel.xc.xc()
xen.lowlevel.xc.Error: (1, 'Internal error', 'Could not obtain handle on privileged command interface (2 = No such file or directory)')
Please help me!!!
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-08-2008, 03:59 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Xen Virtualization

Sorry, not the correct answer but if you have hardware virtualisation, I have signatures turned off so can't see your config, then have you given KVM a shot?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 30-08-2008, 04:46 PM   #3 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Xen Virtualization

Quote:
Originally Posted by mehulved View Post
Sorry, not the correct answer but if you have hardware virtualisation, I have signatures turned off so can't see your config, then have you given KVM a shot?
my config is
Intel Dual Core 2*2 Ghz, 200 GB HDD (160 SATA+40 IDE); 1 GB RAM; LG DVD-RW; Intel 945 mobo

what do u mean by hardware virtualization ??
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 30-08-2008, 05:12 PM   #4 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Xen Virtualization

Dual Core as in Pentium D or Core2? Core2 has hardware based virt. If unsure check
Code:
cat /proc/cpuinfo | grep -o vmx
More details :- http://gentoo-wiki.com/Cpuinfo
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 30-08-2008, 08:55 PM   #5 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Xen Virtualization

Quote:
Originally Posted by mehulved View Post
Dual Core as in Pentium D or Core2? Core2 has hardware based virt. If unsure check
Code:
cat /proc/cpuinfo | grep -o vmx
More details :- http://gentoo-wiki.com/Cpuinfo
Its a Dual Core.. I don't think its Pentium-D that's wat the vendor said. He said its between Pentium-D and Core2Duo. BTW, the above command gave me no output.

I tried to install KVM but the hardware accelerator option doesn't come in Virt-Manager.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 30-08-2008, 09:58 PM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Xen Virtualization

I guess you got the e4xxx series or something.
Do this
Code:
grep 'model name' /proc/cpuinfo
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 30-08-2008, 10:19 PM   #7 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Xen Virtualization

Quote:
Originally Posted by mehulved View Post
I guess you got the e4xxx series or something.
Do this
Code:
grep 'model name' /proc/cpuinfo
Result:

Code:
model name	: Intel(R) Pentium(R) Dual  CPU  E2180  @ 2.00GHz
model name	: Intel(R) Pentium(R) Dual  CPU  E2180  @ 2.00GHz
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 31-08-2008, 12:44 PM   #8 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
Default Re: Xen Virtualization

Follow the Redhat Virtualization Guide.
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Virtualization - impact of virus eagercyber Software Q&A 2 01-05-2008 07:52 AM
Virtualization in Linux: Parallels virtualization software is now available in Ubuntu subratabera Open Source 10 14-02-2008 11:40 PM
Sun's new virtualization manager supports Windows, Linux CadCrazy Technology News 2 17-11-2007 09:00 AM
Microsoft cuts Windows virtualization features morpheusv6 Technology News 2 15-05-2007 04:56 PM
Intel spills beans on Core 2 successor: SSE4, faster virtualization, bigger caches kirangp Technology News 1 29-03-2007 01:12 PM


All times are GMT +5.5. The time now is 11:27 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2