in reply to Re: Network Programming between Linux/NT
in thread Network Programming between Linux/NT

What you are suggesting may be a good idea, but the questioner specifically said that he wanted to administer NT boxes from a Linux box. Maybe he doesn't wish to run a webserver on one of his NT boxes. Maybe he doesn't want to shell out for an extra NT license for the administrator box.
  • Comment on Re: Re: Network Programming between Linux/NT

Replies are listed 'Best First'.
Re: Re: Re: Network Programming between Linux/NT
by joefission (Monk) on Jul 08, 2001 at 17:34 UTC
    Everyone agrees that you cannot administer an NT machine with Linux "out of the box", yes? You have to add some glue code. That glue code is going to receive requests over the network, whether it is BigBrother, Monitor, SNMP, or god forbid a webserver. I don't see why an existing NT server or workstation cannot be used for this. Although you can justify buying more licenses, there is no reason for it.

    The webserver option I proposed may not be acceptable in this environment, but it meets the requirement given: the ability to execute system calls against/on NT from Linux.