Slashdot Mirror


User: pasikarkkainen

pasikarkkainen's activity in the archive.

Stories
0
Comments
34
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 34

  1. Re:Citrix alternatives? on Work Underway To Return Xen Support To Fedora 13 · · Score: 1

    Did you try XCP (Xen Cloud Platform, http://www.xen.org/products/cloudxen.html) ? XCP 0.5 is coming out in June.. you can manage it using OpenXenCenter (http://www.openxencenter.com). Basicly XCP is XenServer opensourced and developer further..

  2. Re:I stopped caring about Xen when... on Work Underway To Return Xen Support To Fedora 13 · · Score: 1

    I think that has been already supported for a while in Xen..

  3. Xen support in Fedora 13 on Work Underway To Return Xen Support To Fedora 13 · · Score: 1

    Fedora 13 contains Xen hypervisor and tools, but it doesn't contain rpm package for a Xen dom0 capable kernel. There are unofficial Fedora rpm packages for a Xen dom0 capable kernel, based on the upstream pvops dom0 kernels (Linux 2.6.32). More information about Fedora Xen status and links to rpms see: http://fedoraproject.org/wiki/Features/XenPvopsDom0 . More information about available Xen dom0 kernel options see: http://wiki.xensource.com/xenwiki/XenDom0Kernels .

  4. Re:KVM catches Xen on Work Underway To Return Xen Support To Fedora 13 · · Score: 3, Informative

    Some comments.. Xen hypervisor (xen.gz) is not meant to be integrated to Linux kernel. Xen is designed to be a separate piece of software. Xen is a secure, type-1 baremetal hypervisor, not a module for Linux. Xen dom0 ("service console") can be Linux, NetBSD or OpenSolaris. Most people use Linux as Xen dom0. When Linux is used as dom0 it needs to be able to run as Xen dom0 (obviously) - and this is where some people have had pain. For a long time the official Xen dom0 kernel patches were only available for Linux 2.6.18. This was difficult for many people and caused some distros to drop Xen dom0 kernel support because they couldn't affort porting the patches to newer kernels themselves. Today the situation is different. Xen developers are actively working on rewriting the Xen dom0 patches based on the (already existing) upstream pvops framework. pvops has been in the upstream Linux kernel since 2.6.24. Xen pvops dom0 patches are available today for the long-term maintained 2.6.32 kernel, and also for 2.6.31, 2.6.33 and 2.6.34. Novell has also forward-ported the old/traditional Xenlinux patches from 2.6.18 to first 2.6.27 and also to 2.6.31, 2.6.32 and 2.6.33. So there are many options today. For more information about the various Xen dom0 kernels see: http://wiki.xensource.com/xenwiki/XenDom0Kernels Also xen.org offers XCP (Xen Cloud Platform) which is a full platform, including installation CD and multi-host/pool management. If you use XCP you don't need to install custom kernels or anything - you get all included in the XCP bundle. More information about XCP: http://www.xen.org/products/cloudxen.html

  5. Re:does KSM mean the death of Xen? on Linux Kernel 2.6.32 Released · · Score: 1

    If KSM puts the KVM module on par with Xen in terms of performance then I think the writing is on the wall for Xen's demise.

    No. Not at all. KSM saves memory but hurts performance. It shares memory across virtual machines to save memory.

    Xen can't share memory across virtual machines, it's just not put together like that.

    Performance is about identical for KVM and XEN.

    Actually Xen has some form of memory overcommit nowadays.. check tmem patches from Oracle. I think they'll be part of upcoming Xen 4.0 release.

  6. Re:Download on Firefox Download Day To Start At 1 p.m. EST · · Score: 1

    It's funny.. that spreadfirefox.com has a "DOWNLOAD FIREFOX 3" link: http://www.mozilla.com/en-US/firefox?p=downloadday Which only gives firefox 2.0.0.14 download links.. Seems they have some problems.. doesn't help with the world record stuff..

  7. Re:2006 is the year of virtualization... on Novell's Virtualization Partnership · · Score: 1

    Yes, definitely year 2006 is the big year for virtualization. I also think year 2006 will be big year for iSCSI (IP) SANs. Vendors like Equallogic (http://www.equallogic.com/ have made IP SANs enterprise ready.. and there are also many products available for the lower end.

  8. Re:iSCSI storage / san on Building a Massive Single Volume Storage Solution? · · Score: 1

    The big question is do you need block-level or filesystem-level access to your data?

    Netapp devices can export volumes as block-devices via iscsi and fc or as filesystems via nfs and cifs.
    Of course you cannot access block-level volume via nfs, or filesystem volume via iscsi.. but both can be served separately from the same netapp box.

  9. iSCSI storage / san on Building a Massive Single Volume Storage Solution? · · Score: 3, Informative

    There seems to be lots of SATA-RAID based iSCSI SAN devices available nowadays.. Some links to products I have seen:

    http://www.equallogic.com./ They make nice SATA-raid based iSCSI SAN devices with all the features you could expect (volumes, snapshots, array/volume-expansion, hotswap, redundant controllers, redundant fans, etc).

    http://www.equallogic.com/pages/products_PS100E.ht m
    14 250G sata disks, 3U, 3.5 TB of raw storage.

    http://www.equallogic.com/pages/products_PS300E.ht m
    14 500G sata disks, 3U, 7 TB of raw storage.

    http://www.equallogic.com/pages/products_PS2400E.h tm
    56+ TB

    Looks good. I have not yet used them myself :)

    Another iSCSI SATA SAN possibility:
    http://www.mpccorp.com/smallbiz/store/servers/prod uct_detail/dataframe_420.html
    16 sata disks, review:
    http://www.infoworld.com/MPC_DataFrame_420/product _53700.html?view=1&curNodeId=0

    This company also has SATA iSCSI SAN devices:
    http://www.dynamicnetworkfactory.com/products.asp/ section/Product~Categories/category/iSCSI/options/ IPBank/drivetype/L~Series/formfactor/Integrated/in face/SATA~-~Serial~ATA

    iSCSI SAN comparison:
    http://www.networkcomputing.com/story/singlePageFo rmat.jhtml?articleID=170702726

    There are also software iSCSI target solutions for use with your own/custom hardware.
    http://iscsitarget.sourceforge.net/ for building linux-based iSCSI target/SAN.

    If you are familiar with iSCSI targets / iSCSI SAN devices please post your comments!