Client Management Suite

 View Only
  • 1.  Power Management / WOL question

    Posted Dec 04, 2013 05:11 AM

    Hi,

    I've a little question.

    In the Altiris v6 version, it was possible to send a Wake on LAN directly on the computer with a right click / power management / wake on lan.

    Today, with the v7, I have a Remote Management / manage power state and redirection option, but it visibly uses RTSM and profiles (WMI, AMT, ASH, ...)

    Does this WOL feature disappear in the right click menu on a computer ? It was very useful.

    The only way is to create a Power Control task, and Schedule Task in the right click menu on the computer targeted ?

    Is it possible to create a custom menu/action (via the right click on the computer) that can directly launch a power control task on a computer ?

    This is for a customer that migrate from v6 and uses WOL.

     

    Thanks for your help.



  • 2.  RE: Power Management / WOL question

    Broadcom Employee
    Posted Dec 06, 2013 11:05 AM

    Hi Jamy69,

    I didn't see such direct "WOL" task execution via mouse right click menu on computer name in CMS 7.1 SP2 MP1, only a remote management tasks smiley

     

    You can create something similar like mouse right-click menu for "WOL" task execution per computer but it works not in one click. (For now I don't know how to automatically include computer GUID for WOL task execution)

     

    About how to create similar task:

    • Create you WOL task

    WOL_1.JPG

     

    • Open it in separate window and copy URL of this WOL task

    WOL_2.JPG

    • Go to "Right Click menu" page creation

    WOL_3.JPG

    • Via mouse-right click menu on "User Defined" --> create your custom right-click action

    WOL_4.JPG

    • Set appropriate Resource type
    • Set appropriate Expression in case if required
    • Set "Action type" --> URL
    • Paste URL of your "WOL" task to "Base URL" field
    • Set appropriate "Open In" option
    • Save Changes.

    WOL_5_0.JPG

    • Go to "All Resources" --> Mouse right click menu on computer --> navigate to "User Defined" --> see result, now you see you custom right click menu action

    WOL6_0.JPG

     

    And remaining problem is that after this right click menu action performing, it will open separate virtual window with custom WOL task and customer anyway should at least choose this computer for "Quick Run".

    WOL&.JPG

     

    Thanks,

    IP.

     



  • 3.  RE: Power Management / WOL question

    Posted Dec 11, 2013 10:48 AM
    Is there anyway to populate in the URL the guid of the machine and a run now parameter? This way if someone right clicks on a specific machine, and executes a task via right click it kicks off right away?


  • 4.  RE: Power Management / WOL question

    Posted Dec 17, 2013 05:31 AM

    Hi Igor,

    It's a good start for me.

    As MichaelCiv says, is there a way to pass (As arg in the url ?) the resource guid via the use of a Substitution Parameter ?

    Thanks a lot !

     



  • 5.  RE: Power Management / WOL question

    Broadcom Employee
    Posted Dec 18, 2013 09:48 AM

    Hi Jamy69,

    I've tried to use direct URL with ResourceGuid parameter but it doesn't work and task doesn't automatically starts for specified computer.

    Seems like there is another method required to create such quick automatic task execution via custom right-click action menu.

     

    Thanks,

    IP.

     



  • 6.  RE: Power Management / WOL question

    Posted Dec 18, 2013 09:08 PM

    "Seems like there is another method required to create such quick automatic task execution via custom right-click action menu."

    Do you know of such a method?



  • 7.  RE: Power Management / WOL question

    Broadcom Employee
    Posted Dec 19, 2013 07:04 AM

    Unfortunately I don't know



  • 8.  RE: Power Management / WOL question
    Best Answer

    Posted Feb 24, 2014 06:08 AM
      |   view attached

    Hi,

    I found the solution that works for me.

    On the Base URL for the right click, enter the following URL :

     

    http://ServerName/Altiris/TaskManagement/TaskScheduleMaintenance.aspx?ItemGuid=xxxx-xxxx-xxxx-xxxx&ResourceGuid=&%Resource Guid%& where xxxx is the GUID for the WOL Task.

    See the attached file for example.

     

    Regards,

     

     

     



  • 9.  RE: Power Management / WOL question

    Broadcom Employee
    Posted Feb 24, 2014 06:24 AM

    Great! :) If it works for you then mark this as solution to close this thread from opened state.



  • 10.  RE: Power Management / WOL question

    Posted Feb 24, 2014 08:30 AM

    Yess,

    Thanks Igor :)