UNSOLVED

ashxos

updated

17 years ago

A

ashxos

142 Posts

0

3094

February 17th, 2010 02:00

How to push Networker Agent on Windows Server

Hi All,

How can we push the latest Networker Agent to all Windows Host.

Thanks in Advance.

.::[ashX]::.

  • Murrieta

    1 Rookie

    10 Posts

    917

    0

    Posted February 20th, 2010 21:00

    You need to use SMS, now known as SCCM, or something like it.
  • ble1

    6 Operator

    14354 Posts

    56186 Points

    917

    0

    Posted April 14th, 2010 06:00

    If they already have NW installed, given that version is 7.4.x or higher, you can use nsrpush.  Otherwise SMS or something else like HPSM will do the trick.

  • joka2

    144 Posts

    917

    0

    Posted April 15th, 2010 19:00

    I wish NetWorker had a true distribution feature, not just upgrade feature (nsrpush). It shouldnt be so difficult to do that, enterprise client sofware usually has some sort of push install possibilities like virus software.

    We just created an install script within our client package that performes an silent install.

    you run the setup.exe file like this (setup.exe has been renamed, for compatibility with some windows sercurity).

    SetupWin32.exe /S /v"/qn INSTALLLEVEL=100"

    Then you can add to the script these lines to configure the windows firewall:

    netsh firewall add allowedprogram "C:\Program Files\Legato\nsr\bin\nsrexec.exe" "EMC NetWorker Execution Process" ENABLE ALL

    netsh firewall add allowedprogram "C:\Program Files\Legato\nsr\bin\nsrexecd.exe" "EMC NetWorker Remote Execution Server" ENABLE ALL

    Nothing fancy, just simple and it works.

    Regards,

    Johannes