Slashdot Mirror


Time To Dump XP?

An anonymous reader writes "Gartner is saying it's time to plan your migration now (if you havent already done it). I for one know my company still has loads of users still on XP, citing training costs (time and money) rather than software license fees. Is my company alone in wanting to stay in the 1990s or is Windows 7 the way forward?"

7 of 1,213 comments (clear)

  1. Not only... by Pojut · · Score: 5, Interesting

    ...is my company still using Windows XP SP2, but we are still using IE6. Feh...and they complained that Audacity was a security risk because it was "open source, so anyone could hack it".

    Insanity.

    1. Re:Not only... by Pojut · · Score: 4, Interesting

      Let me guess, you aren't in the IT department, are you?

      My primary role is programming mail merge documents while maintaining all of the document templates we use within Siebel. My secondary role is maintaining validation documentation for new database releases.

      How large is your organization?

      The company as a whole has over 10,000 employees internationally. Our specific business unit, however, is only about 600 people.

      How many folks are working in IT?

      In our business unit, we have about 20 IT people, not including help desk folks. Company wide, we have literally hundreds of IT employees.

      I suspect they are starving the IT department to keep the company afloat,and WinXP SP2 and IE6 may be the most recent they can get from MS - you may not have software that passes Microsoft Genuine Advantage, making IE8 (or maybe even IE7) and SP3 unavailable to you...

      Last year, the company netted $1.8 billion in revenue ($106 million of which came directly from our business unit). That was the best year ever for both the company and our business unit (in fact, our unit won an award for highest year-over-year percentage increase in both income and profit). I think we can afford to upgrade our computers.

    2. Re:Not only... by grasshoppa · · Score: 4, Interesting

      Welcome to politics, 101. People aren't going to listen to you, of all people. You are the IT troll.

      So you make friends with the people they will listen to. Eventually, people will realize it's just better to listen to you instead, but until that happens you have to play the game.

      --
      Mod me down with all of your hatred and your journey towards the dark side will be complete!
  2. 64-Bit by DarkSarin · · Score: 4, Interesting

    The main reason, in my mind, to upgrade is being able to effectively use 64-bit machines fully--and have more than 4GB of RAM.

    Yes you need new machines to do this, but really, if you are buying NEW machines, you should probably upgrade. The question then becomes a matter of whether or not new machines are worthwhile. Your old machines may be still serviceable, but would newer machines result in getting work done enough faster to offset (even partially) the cost of the upgrade.

    In many cases, the answer is no--a LOT of secretaries & folks that mainly do word processing are better off just staying where they are--their machines are fast enough for what they do, and additional RAM & extra cores aren't going to make a difference.

    That said, if you are doing statistical analysis, engineering, graphic design, programming (and compiling), and a number of other jobs, then you should ABSOLUTELY be on a very aggressive upgrade schedule. Additionally, 8GB of RAM is more than just a good idea for many of those jobs--some of them should be stuffing as MUCH memory as they can into their machines so that they can do their jobs more efficiently.

    In any work setting the bottleneck for employee performance should not be the environment or resources, but rather human capacities. That's the ideal. Obviously cost of achieving that and other considerations prevent most companies from getting to the point where that's true--but it should be the goal.

    So either move to Win7-x64 OR move to another 64-bit OS with lots of power & memory in the hardware. Staying where you are only makes sense if you are doing mostly word processing.

    --
    "We don't know what we are doing, but we are doing it very carefully,..." Wherry, R.J. Personnel Psychology (1995)
  3. Oh brother by jav1231 · · Score: 5, Interesting

    Another editor writes an idiotic title??
    Let's answer this simply, since the article has a simple title: "Is it finally time to dump XP?" NO. It's 2010. By your own article's admission support ends in 2014!

    FTFA: "IT departments need to dump Microsoft's Windows XP operating system (OS) before the software vendor ends support for it in April 2014"
    Thanks, Capt. Obvious!
    Also FTFA: "the sooner the better as many new versions of applications are not expected to support XP beyond 2012."
    What applications? Do these people live in the enterprise? Vendor apps are the slowest to migrate to any new OS. That's one of the major reasons why migrations happen so slowly. The other is money. In a down economy you're simply not going to see wholesale adoption of Windows 7 when there's no funding and companies can pull profits from apps that are working now! This is all fun to sit and talk about and kick up some worry but the reality is when you go back to your CIO or IT manager funding will win out. They're going to wait till they get closer to EOL and hope the economy turns around and frankly that's what they should do.

  4. Re:XP is the 90's? by Aqualung812 · · Score: 4, Interesting

    Microsoft has simply NOT produced anything better.

    While I agree that most of the marketing and Aero-fluff is useless, there are a few very big improvements I have to point out with Windows 7: -Security is MUCH better than XP. I'm not calling it *nix level or anything, but it is much better. I've seen a huge decrease in spyware infections on Win 7. -Bitlocker is secure, fast and accessible for most users. Again, Truecrypt may be better, but this is a good thing for the OS to have native. -The systems management functions (i.e. power settings controlled by GPO, proper grouping of the event logs, etc) are far superior in Windows 7. I would much rather manage 1000 Win 7 desktops than 250 XP.

    --
    Grammer Nazis - I mod you "troll" unless you actually add something on-topic. Yes, I know I have mispellings in my sig.
  5. Re:XP is productive by DrgnDancer · · Score: 4, Interesting

    Really? OK, I posted earlier about all the reasons that moving to *nix from Windows is hard, but, well, these are none of them. Every problem you list has at least one often more solutions in the Unix world:

    File sharing: Several options. Assuming all Unix machines, NFS is by far the easiest. As long as all users are authenticating off the same directory their UIDs will match between systems. This is the "go to" Unix file sharing system, but there's other options. You can use Samba of course, and there's a few nifty distributed file systems out there that are starting to get mature. The first two options will work on any Unix system including Macs. The distributed solutions are spottier in what they support, being often new.

    Centralized Login: Two major solutions. LDAP and NIS+. LDAP is by far the more modern and and scalable, though it can be slightly tricky to set up. Very slightly, nothing any half competent admin can't figure out. Original NIS is also an option, but is getting long in the tooth and has some security problems. Macs are perfectly capable of using LDAP, and I assume NIS as well, though I've never tried

    Policy management: This is a little less defined in the Unix world than it is in Windows, but still manageable. Most of these policies are managed by various text files in Unix, so what I typically do is run a script when I first install them to set everything the way I want it. In the unlikely event I need to make a change I just change one system and propagate it to all the others. I have a script that copies a file where ever it needs to go on every machine in the network. You can also automate this through rsync though I've never personally bothered to set this up. I've never run a network complicated enough to really need it. The hard part here is if you have a heterogeneous Unix environment, since nearly all Unix's insist on using different files and different syntax to manage this stuff. I'll admit this is a slightly weak area, but definitely manageable.

    Update Management: It's trivial to setup a local repository for any *nix repository system I am aware of. Setup you client to update to the local repository and test updates before you put them on the repo server.

    Mostly this stuff is trivial in Unix/Mac environments. When I manage heterogeneous networks my problem is usually getting the Windows boxes to play nice with everyone else. Unix and Mac machines will all happily share files and directory data with each other, even across different OS's and hardware platforms, while the Windows boxes insist on playing their own little game. Samba helps with file sharing, but getting everyone to log in against the same network shared directory is an undertaking and a half.

    --
    I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.