Originally posted by: n0cmonkey
xen is probably the best thing to happen to *nix since OpenSSH. Probably not what you're looking for though. 😉
Originally posted by: drag
Originally posted by: n0cmonkey
xen is probably the best thing to happen to *nix since OpenSSH. Probably not what you're looking for though. 😉
goto love being able to migrate running operating systems between computers though. 🙂
Originally posted by: drag
Ah, Xen should help out with your AFS/Kerberos stuff.
Just run your main system in Xen, with it in Ring0 or whatever.. so it can get special access to the hardware for sound and video and such... then build a couple minimal installs.. Like keep them under a few hundred megs or so, then you can simply copy the directory system while it is inactive. Mess around with that, when you want to undo the changes or try a different approach then you simply make another copy of your 'base' directory system. You could have your seperate KDC, a handfull of clients, and a openafs server all running on your desktop with very little impact on your main OS, as long as you have enough RAM and disk space. Gives you a good way to practice different setups and try failure/recovery mechanisms. All without ever having to reboot a machine or muck around with any ethernet cords.
😀
Originally posted by: pac1085
I'm going to be hosting 6 websites, 2 of them are high bandwith/traffic, 1 is going to be medium and the other 3 are single page sites.
I want them to all be independent of each other, and I want to allocate a certain amt of cpu/ram to each 'zone'. Easy in solaris, but I'd rather use linux or bsd.
It's going to be running a sunfire v240 server with a storedge 3320 scsi array attached.
Originally posted by: n0cmonkey
Originally posted by: pac1085
I'm going to be hosting 6 websites, 2 of them are high bandwith/traffic, 1 is going to be medium and the other 3 are single page sites.
I want them to all be independent of each other, and I want to allocate a certain amt of cpu/ram to each 'zone'. Easy in solaris, but I'd rather use linux or bsd.
It's going to be running a sunfire v240 server with a storedge 3320 scsi array attached.
Except maybe for the CPU/RAM requirements, that shouldn't be tough to do on 1 system. 😉
The NetBSD guys are using Xen in production. I'd recommend NetBSD for something like this, as long as your hardware is supported. The last benchmarks I saw showed NetBSD being damned near (if not _the_) best.
Originally posted by: drag
doh.
I thought it was one of those opteron units, not a sparc machine. Ya, it's definately x86-only, so the containers may be the best.
Another alternative is to check out BSD Jails, which is kinda what Solaris containers were designed after. Another one is User-mode Linux. Don't think they offer the complete solution that Xen or Solaris does though.
drag and n0cmonkey are the professionals here but the first thing I thought of were FreeBSD jails and I think this would work very well for you.Originally posted by: pac1085
Just wondering if there is anything avaliable that works similarly to Solaris containers.
I've been fooling around with 10 and really like the zones & resource mgmt.
Is there anything avaliable in linux or bsd that has similar functionality?