Slashdot Mirror


MS Beta Software To Manage Unix/Linux Systems

Tumbleweed writes "The Cross Platform and Interop team at Microsoft today announced some new beta products for managing Unix/Linux systems from MS Operations Manager 2007, as well as connectors for HP OpenView and IBM Tivoli Enterprise Console. Both betas are available at Microsoft Connect (search for systemcenter), according the blog."

2 of 246 comments (clear)

  1. Microsoft Linux by calebt3 · · Score: 3, Interesting

    So they are building a GUI to manage Linux servers. Could this eventually lead to a MS Linux distribution? (of course one that masks the cli and possibly has it's own proprietary clones of all the 'standard' programs)

  2. Ha, I'm doing just the opposite by rwa2 · · Score: 4, Interesting

    A lot of my work these days deals with getting Windows boxes to act more like *NIX boxes so I can operate them remotely from a central Linux box.

    It's working out pretty well, actually... I set up cygwin with sshd installed in interactive mode, so I can run a script on the central server and have a cluster of WinXP machines all open an application simultaneously, such as play a video simultaneously or connect to a set of VNC servers all at once. I can also use rsync to efficiently distribute and keep a set of files up to date.

    Still running into a bunch of limitations of what I can do remotely, such as set the display mode to a certain resolution, etc. so it ultimately won't keep me from replacing the remote machines with a bunch of custom Knoppix LiveCDs eventually. But at least this way I can still leverage the other Windows sysadmins we have an abundance of.