Slashdot Mirror


A Run Through Windows Server 2008

amcdiarmid writes "Tom's Hardware has a review of Windows Server 2008 RC0 up on their site. It has a few good points, and at 19 pages is certainly 'in-depth'. From the article's conclusion: 'Microsoft has used the time since the release of Windows Server 2003 very well. The new Server Manager simplifies system administration immensely. Unlike Windows Vista, whose new dialogues still confuse even experienced users, Windows Server 2008 makes the admin feel right at home and in control ... However, it's not all sunshine, either. Although our test system used a beefy Intel Core 2 Duo E6700 with generous 2 GB of RAM, the Server's user interface felt sluggish with Windows being drawn very slowly ... Microsoft also gets low marks for failing to include SSH support in the operating system. On Linux servers, working without SSH is simply unthinkable. At least the Redmond company includes its encrypted remote shell WinRS. However, secure FTP is still a missing feature. The FTP client is being treated like an unloved stepchild, to the point where it is not even included in the Server Manager.'"

10 of 403 comments (clear)

  1. Re:Of course it's slow by geeknado · · Score: 4, Insightful

    Obviously, you're joking, but actually Aero /is/ available as an optional install for Server 2008, according to TFA. Of course, so is a shell-only server, which I would've liked to have seen broken down a bit more. How're the command line management tools? Etc.

  2. Re:Wall building? by betterunixthanunix · · Score: 4, Insightful

    They want to differentiate themselves from Unix, in that you should never need such things. Historically, Windows hasn't been command line oriented anyway, and remote access is done with Remote Desktop. Things aren't really character stream oriented in Windows, and for security you are supposed to use IPSec. That's their model of "a better Unix than Unix," if I can be so bold as to reference my own handle.

    --
    Palm trees and 8
  3. Understandable. by 140Mandak262Jamuna · · Score: 5, Insightful
    It is kind of explainable, given that most MSFT managers grew up in the era where WYSIWYG was the greatest thing since the sliced bread. They have always believed in GUI and never liked CLI much. So the tradition continues, less emphasis on anything script oriented and CLI oriented. Their idea of great script is a vbscript with its own GUI. We might not like it, but that kind of explains part of MSFT's way of working/thinking.

    Lacking support for ftp, ssh etc are some vague attempt to create "value" to the non portable skill set developed by the windows admins. If the sys admins develop these skills and could easily run either linux or windows, then the switching cost for corporations to switch from windows to linux will decrease. Since the maximum revenue MSFT can extract from its existing installed base is capped by what it would cost its customers to switch to an alternative system, this is a very rational business strategy to keep them following a straight and narrow road to Redmond. And let us not blame just MSFT for this attitude. It is the customers who should realize the value of reducing their switching costs and demand better support for ftp, ssh and other linux side expertise they have in house. If customers don't demand it, why would a profit centered corporation deliver it?

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
  4. Server Core by Major+Blud · · Score: 4, Insightful

    I think one thing that needs to remembered is that 2008 will also contain "Server Core", which is essentially Windows without a GUI. I haven't played with 2008 since the early candidates, but I'd bet good money that a lot of the performance issues and disk space usage can be minimized when running in Server Core mode.

    --
    If you post as Anonymous Coward, don't expect a reply.
  5. Re:Of course it's slow by MindStalker · · Score: 4, Insightful

    Believe it or not, many people use the server version as a desktop OS.
    Usually this is people with too much money who want as many toys as possible in setting up their home network... seriously...

  6. Re:Wall building? by Stamen · · Score: 4, Insightful

    And this is the fundamental problem with using Microsoft technology. You can argue about this or that, but the main reason I don't spend much time using it is because it limits my skills. If you learn Microsoft technology, then your are basically limited to Microsoft technology; because they so often refuse to use standards, and insist on going their own way. If you learn Unix technologies, your skill is transferable to almost every other OS except Windows.

    It's a brilliant business move by Microsoft, and the reason that IT people who work in Microsoft shops are so defensive of their technology. If their company changes to anything else, they will have very limited applicable skills.

    I personally work with OS X and Linux, but if everyone wanted to change to Solaris, I could care less, after a day of getting adjusted, I'd be back up to full speed.

  7. But my mum told me to play nice... by WebCowboy · · Score: 4, Insightful

    ...becoause everyone is different and special in their own way!

    Historically, Windows hasn't been command line oriented anyway, and remote access is done with Remote Desktop.

    Well, historically the rest of the server OS universe HAS bee command-line-oriented and script-heavy, and remote access has been through RSH, Telnet and then SSH when encryption and strong authentication were needed. Nonetheless, int the Linux/BSD/UN*X world there has been a good amount of effort to accommodate the "Windows way". We have VNC, tunneling xwindows over SSH, and yes, there are even clients for Citric and Remote Desktop freely available (and sometimes included as part of an OS distribution).

    Things aren't really character stream oriented in Windows, and for security you are supposed to use IPSec.

    But Microsoft? Nooooo. Microsoft cannot tolerate differences. It insists we all play the game by their rules and if we don't, they take their marbles and go home. MS doesn't want mixed platform to be easy--they want it to be possible but annoying. The hope is that they can leverage their total desktop dominance to infiltrate the pointy-haired-boss-managed server market enough to hit critical mass, where managers get annoyed at having to maintain two different sets of administration tools, procedures, training resources, etc.

    There is no technical reason whatsoever for Microsoft choosing one approach whilst barely acknowledging established practices. It happens quite often where someone bellyaches about "I can't do x in Windows without the GUI" or some such thing and quickly gets a reply from a seasoned Windows admin to just open up a command prompt and type some-such arcane command which is undocumented, or buried deep within the bowels of the MSDN knowledgebase beast. Obviously Windows IS capable, but MS consciously chooses to neglect such practices. SSH is part of the same problem--they could AT LEAST put in a proper SSH-supporting client fer cryin' out loud! A server would be nice too--not everyone wants to dedicate the bandwith for remote desktop connections. There are servers or other machines that require remote admin out in very remote locations sometimes, accessible only by low-speed cellular modems or packet radio. Remote GUIs at 9600 baud tend to be quite impractical compared to ssh, sftp and such. GUIs make a very poor interface for large-scale admin of, say large server farms and clusters.

    Microsoft's model might be a "better UNIX than UNIX" within some narrow scope, but Microsoft continues to suffer from severe tunnel vision. It takes them a long time to bring things into focus that aren't right in front of them. Microsoft could've put a more concerted effort into WinFS and Monad and componentised Windows and interoperability tools but it didn't. It had instead to make 3 major releases of .NET and make a sparkly, glassy 3-D GUI and elabourate DRM technology. Meanwhile, the REAL promising technology remain mired in the research department or stumble out barely half-baked.

    I'd send MS to the corner for its lousy behaviour.

    1. Re:But my mum told me to play nice... by IgnoramusMaximus · · Score: 3, Insightful

      It happens quite often where someone bellyaches about "I can't do x in Windows without the GUI" or some such thing and quickly gets a reply from a seasoned Windows admin to just open up a command prompt and type some-such arcane command which is undocumented, or buried deep within the bowels of the MSDN knowledgebase beast.

      This is the part of my life as a reluctant Windows admin which drives me up the wall. Windows fanboy monkeys (yes, they deserve to be called that) believe that Windows administration is some sort of game where one collects obscure secret codes, arcane magical marbles and byzantine "Swords of Brain-dead Cutting" from hidden caches in beetween the lines of some half-assed MSDN article by some MS insider or to be passed word-of-mouth when social networking with their buddies, all of this of course undocumented, because otherwise they wound't be, well, arcane, obscure and secret - would they? Naturally, this is the very anathema of proper operating system design where documentation of all commands (or source code if that is unavailable or ambiguous) is always available on demand to the admin. And this inane attitude of course only entrenches in my mind my personal experience of Windows being an unmanageable, unconrollable, arcane pile of vile secret shit loyal only to its MS master which is bound to turn around and bite you on the ass sooner or later.

      Of course many admins, faced with this nonsense, opt for the "commerce" way and buy whole bunch of "add-ons" and "tools" for small fortunes to do but the simplest tasks which are made near impossible without either those tools, spending one's life parsing the MSDN Holy Scriptures line-by line or personally knowing some idiots who spend their lives doing just that.

      Its maddening.

  8. Re:Wall building? by Stamen · · Score: 5, Insightful
    It is true, that there should be different options for different people, I'd hate a world where only OS X or Linux existed. Ideally, a few major players would exist that had equal market share; this would be good for everyone as it fosters competition (like what happened when Firefox started to takeoff, people who like IE enjoyed Microsoft's renewed interest in adding new features to it).

    But really, Microsoft guys are safe in not ever needing to cross over. I have a few problems with this:

    * One is I started out as Microsoft developer, some VB, but mostly Visual C++. I also worked at a company that did a lot of FoxPro and some Visual J. You're to young to remember this, as you're just starting out, but the problem with knowing non-standard technologies, is they can and will be taken away from you. I mentioned FoxPro and Visual J, because those were, and those developers were left high and dry. Heck, I know plenty of VB developers that complain bitterly about Microsoft dropping them (and no, VB.NET isn't VB, other than in appearance). VB was one of the most popular languages, and Microsoft just dropped it. Once you've been around for a while, you see this happen time and time again; your .net knowlege, in the future, will be just as useful as FoxPro knowlege is now. Sure c# is a standard, but it won't matter when Microsoft decides to switch to Foo++ language and none of their tools support c# anymore.

    * The other problem I have is that the world is far from black and white. And even all Microsoft shops will have 3rd party tools come into their domain and they will have to work with them. Plus companies need to work with other companies, and you can't control what they will have. You WILL be exposed to non-Microsoft technology, and your boss WILL expect you to make it work, NOW. After years and years of this, you start to change your mind about what you should be learning.

    Microsoft can make excellent tools that support industry and de-facto standards. And they would be very good at this, and they would make lots of money. But they refuse too, because "lots of money" isn't "all the money", and thus isn't good enough for them. I supported them for a long, long time; but like an abusive father, one day you start to punch back, and then you leave; because you realize, it's just not worth it anymore.

  9. I use Server 2003 on a laptop. ^_^ by Ayanami+Rei · · Score: 3, Insightful

    Bluetooth, dock/undock, hibernate, gaming, it all works. And IE is completely declawed so you don't even if you accidentally open an untrusted URL in it, you're not going to get adware toolbars installed and your NDIS stack rejiggered.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON