This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Check for Updates - ZAA

Hi, i would like to have some clarification regarding the "Check for Updates" function in ZAA.

Let's say our severs are at version 2017 Update 3a and the clients are at 2017 Update 1.

How does this function works ?

When we click on this option, nothing happens...

I would like to have this update method enabled to give the mobile users some flexibility for the updates to ZAA to be done.

For the moment our mobile users have to contact the helpdesk to receive the update and this is adding more job to what our IT Helpdesk already do...

Thank you !
Parents
  • 0  
    That only works if the assignment is already made.

    Look up the "Stand-Alone Updater" in the Docs.
    This will create a stand-alone EXE that will upgrade the Agent.

    You can then create a bundle user's can click-on to update their PCs on their schedule vs a push.

    --

    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button

    Be sure to "Like" My (and a few others) Cool Solutions below! 

    https://community.microfocus.com/members/craigdwilson/bookmarks

  • 0 in reply to   
    Got it !

    It is located in the Zenworks System Update documentation :
    https://www.novell.com/documentation/zenworks-2017-update-3/pdfdoc/zen_sys_updates/zen_sys_updates.pdf

    You have to run the zman zcup command to get this bundle prepared.

    For 64Bits clients
    zman sucp 5017030a00fc50000000002018092713 -p=Windows -a=64

    For 32Bits clients
    zman sucp 5017030a00fc50000000002018092713 -p=Windows -a=32

    Executables installer are created here :

    /opt/novell/zenworks/install/downloads/system-update/5017030a00fc50000000002018092713

    Then you can make a bundle with them

    Will try this !

    Thank you again Craig.
  • 0 in reply to 
    Hi Craig,

    Do you know if there is a way for the update to have a similar behavior when launched this way ?

    When we launch it with local administrator credentials we have console windows flashing every seconds for 2-3 minutes ( Unpleasant and not reassuring for the users )

    If we launch it as a system task then we don't see the % percent of progress and never actually know when the setup is finished.


    I have tried a couple known command line switches but they don't work...

    Any idea ?
Reply
  • 0 in reply to 
    Hi Craig,

    Do you know if there is a way for the update to have a similar behavior when launched this way ?

    When we launch it with local administrator credentials we have console windows flashing every seconds for 2-3 minutes ( Unpleasant and not reassuring for the users )

    If we launch it as a system task then we don't see the % percent of progress and never actually know when the setup is finished.


    I have tried a couple known command line switches but they don't work...

    Any idea ?
Children
  • 0   in reply to 
    You can pre-extract the installer, which I believe prevents all those DOS boxes.
    Run "installername.exe /?" for the command line parameters.

    You will need parms to tell it where to extract, to not install(extract only, and the destination.

    something like installer -a -x -d c:\temp

    Just pulling from very long term memory.

    ----

    If you want to run as system.......
    You can set it to "not wait" to finish.
    then run the next action as "user".
    I can't recall the process name, but it is the small progress notifier in system tray.
    Just check task manager.
    You may also need to kill the existing process before you start the process as user.

    Sorry for being a bit vague....It's been a while since I've done all of this, but the process has not changed.....

    --

    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button

    Be sure to "Like" My (and a few others) Cool Solutions below! 

    https://community.microfocus.com/members/craigdwilson/bookmarks