Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 18

Thread: Boxing off NAS

  1. #1

    Default Boxing off NAS

    what are your thoughts of boxing off Network Attached Storage
    50 Characters - 10 Classes - 5 Accounts - 1 Player

  2. #2

    Default

    Depends on what kind of thru put yeh can get.

  3. #3

    Default

    Hmmmm.... good question. If throughput was good, probably would work out.

    What kind of NAS are you thinking about? I've got a Dell MD3000 with 16 TB of space at work. Maybe I'll secretly throw wow on it and try it.

  4. #4

    Default

    I know it sounds like a great idea, and I think a few people on here have tried it, but it will just add to your client side load times if it is not perfect.

    I dabbled with it a bit albeit with less than ideal hardware, but a 1 gb connection, and I was not happy with the results. It worked ok with some BC content and I upgraded to a single machine before I really got to load test it with a very crowded weekend shatrath.

    It is not a bad idea for consolidating everything efficiency wise if you can deal with the increased load times for those really busy areas.

    By all means, if have the hardware at your disposal, test it out. Your results may differ.

    Good luck.
    Guilds: Spirit of St Louis/Saint Louis
    US- Trollbane/Zuljin Horde and Alliance


  5. #5

    Default

    First question that comes to mind is "For gods sake why???"
    Resto Shaman + 4 DK's, work in progress...
    ------------------
    Teezy/Jaqblaq @ Stormrage
    Emeritus Guardian and Keeper of the no focus manifesto.

  6. #6

    Default

    Quote Originally Posted by 'Zzyzxx71',index.php?page=Thread&postID=162167#pos t162167
    First question that comes to mind is "For gods sake why???"
    You never ask a geek why... bad things will happen

    I'm guessing the OP works in a data center like I do. I've got lots of new toys to play with now.

  7. #7

    Default

    What's the phrase... asking for forgiveness is easier than asking for permission?

  8. #8

    Default

    With this idea, I would say leave it alone unless your really just want to try it. You would have 2 vlan segmented NIC's in each of your systems. To get close to the speeds you would want, you would segment a vlan on your switch controlled by your router for the NAS and one for internet. That way you don't have to worry about collisions of packets and resends to WoW servers or to your NAS.

  9. #9

    Default

    At the risk of using a cost-analysis for a five-box hardware multi-boxer, you are probably better off just picking up some hard drives. Especially, if you wanted to try and do anything that might come close to falling under a "best practice" or "manufacturer supported/recommended" configuration. I'm also not sure what would be gained by running WoW off a NAS if the corresponding machines running WoW were not booted off that NAS as well. That is, diskless boot, no hard drives in any of the machines running WoW, which means we are now bluring the traditional line between NAS and SAN.

    Unfortunately, diskless boot (also called Boot From SAN) isn't an easy or cheap thing to accomplish.

    In the server world (read, datacenter) we could use a Fibre Channel Host Bus Adaptor that connects up to a rack full of hard drives and conveniently presents a disk to the computer that looks like a local disk. Most Fibre Channel HBA are more expensive then an entire computer that could run WoW. Not to mention the per port cost of a fibre channel drop. I think I could build a computer that would run a WoW slave cheaper then the fibre channel switch port without trying to hard.

    On the cheaper side we have ISCSI Host Bus Adaptors (HBA) that would use a normal 1 gigabit ethernet switch port. Again, I think I could build a computer cheaper then most ISCSI HBAs, they aren't cheap.

    Which means we would want to look for a software solution, which, fortunately, does exist. This software, usually downloaded to the computer using a PXE boot (or put on a USB key) will connect to an ISCSI Target (the NAS) and boot the computer. The cost of emBoot, now Doubletake, winBoot/i and cost of an Intel Server NIC that supports ISCSI booting would be, rounding down, about $100 per computer.

    It is also worth mentioning that Intel and Broadcom have released server network adaptors that have this type of software in the network card. The Intel version is called ISCSI Remote boot, and the card will set you back about $100. For those still reading, go track down what a small hard drive cost.


    With all that aside, I think there could be some interesting solutions thru the use of open source/free software. These solutions do require more time then other solutions, but if you were just going to use that time playing WoW you are probably ahead of the game to spend it here instead. I've looked at just this problem off and on over the past year and the pieces are starting to come together.


    Call it a NAS, SAN, or File Server, if a dedicated computer were setup to provide for the hosting of disks to boot up computers, and store data files (the home file server), I think the cost could be worth it. Sun's OpenSolaris platform is seeming to fit this purpose very well. The appropriate technology buzzwords someone would want to look up are ZFS, L2ARC, COMSTAR (specifically, the iSCSI target, although the SAS target does look interesting). The cost of MLC based solid state disk are rapidly getting cheaper and lend themselves to an L2ARC. Someone setting this up would probably also want to look at using a single volume for the base operating system image and running the slaves off snapshots of that base volume.

    The gPXE (http://www.etherboot.org) project has created an open source solution to boot strap a computer for an iSCSI boot and hand that information off to a supported operating system (Windows Vista, Windows 2008, WIndows 2003). For those experimenting with getting this running, install it and boot off a USB key first before trying to do PXE chain loading. The MSDN (Microsoft Developers Network) is your friend here, start experimenting with Windows 2008 as it supports installing directly to a ISCSI target. Using Vista you will have to install to a hard drive first, then image it up to your ISCSI server.

    Also, don't install Vista with the SATA drives in AHCI mode if you are going to use it for an image. All attempts I've made just result in a blue screen when Vista loads up. Interestingly, this occurs exactly when the ahci driver is loading.

    Make sure your network switch ports support 1 gigabit ethernet (no 100mbps ethernet for this experiment), and you might want to try and track down an old switch that support Link Aggregation Control Protocol (LACP) and have multiple 1Gb ethernet lines running to the NAS/SAN/file server. I'd start with two links, then move to three if necessary.


    Without actually sitting down and running cost numbers, the boot from SAN and running WoW off a NAS/SAN concept probably makes more sense with more then five computers then it does with less then five computers. I don't really get the feeling it is worth it at five unless that SAN/NAS is used for several other purposes (boot up media centers, other computers in the house, serve as a general file server, etc).

  10. #10

    Default

    Quote Originally Posted by 'leukos',index.php?page=Thread&postID=163234#post1 63234
    At the risk of using a cost-analysis for a five-box hardware multi-boxer........etc
    after getting about half way through your post i was completely lost (no offense its not your fault, its all mine lol). i kept reading though just because it is extremely interesting what this thread is talking about. i have never herd of this kind of thing before. i don't know, it seems like kind of a lot of work just to play a computer game... this is all extremely interesting though. it also seems a lot more complicated then it probably is. it also seems like (if i understood Leukos post correctly) this kind of technology is somewhat ahead of most current technology to make it verey cost effective, atleast for any kind of personal use. if i understand how all this works right, then i could see how it would save a big company using a lot of computers money though.

    again, this is all very very interesting, but it seems like it is a little more advanced then most current technology and because of that it isn't very cost effective at all. it also seems like an extremely large amount of work just to play a video game. but thats just my two cents lol.

    ~YYF
    "Atra du evarìnya ono varda, un atra esternì ono thelduin!" - "May the stars watch over you, and may good fortune rule over you!"
    - Yo-Yo Freak

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •