Client Management Suite

 View Only
  • 1.  Can I find the power management table in Altiris

    Posted Aug 21, 2013 04:41 PM

    I need to find out each machine wake on lan is enable or not.

    where is table reside in Altiris,

    How to query this info from Altiris

     

    Thanks

     

    Lillian



  • 2.  RE: Can I find the power management table in Altiris

    Posted Aug 24, 2013 12:55 AM

    Are looking to see if the SMA WOL option is enabled or if WOL is enabled in the machines BIOS?



  • 3.  RE: Can I find the power management table in Altiris

    Posted Aug 26, 2013 08:43 AM

    Is it about your DELL machines? Those things are not part of the inventory.
    Only if you would still use the outdated dell client manager based on NS 7.0. As far as I know it used the old DELL Bios tool DCCU to collect the data.
    You could use cctk and create your own custom inventory so.



  • 4.  RE: Can I find the power management table in Altiris

    Posted Aug 28, 2013 04:39 PM

    cctk is not work on windows 7, I try it manually but it won't work.

    any idea?

     

    Thanks

     

    Lillian

     



  • 5.  RE: Can I find the power management table in Altiris

    Posted Aug 28, 2013 05:14 PM
    It should. Win7 64bit? Used in an elevated console? Which exact version of cctk? Any error message. It's compatible up to win 8, so let's find out why it's not working in this case.


  • 6.  RE: Can I find the power management table in Altiris

    Posted Aug 29, 2013 11:48 AM

     I already copy cctk.exe, msml1.dll, pci.ids manually to altiris server first,

    I created a WOL.CMD through Altiris software delivery as following:

    xcopy cctk.exe c:\windows\temp

    xcopy mxml1.dll c:\windows\temp

    xcopy pci.ids c:\windows\temp

    c:

    cd \windows\temp

    c:\windows\temp\cctk.exe --wakeonlan=enable > NUL

    c:\windows\temp\cctk.exe --lowpowers5=disable > NUL

    ----------------------------------------------------------------------------------------

    when I sent this package to windows 7 it failed on me with return code 201

    any idea? 

    Thanks for all the help

     

     



  • 7.  RE: Can I find the power management table in Altiris

    Posted Aug 30, 2013 02:50 AM

    Error 201 means you use the 32bit version of cctk. There are 2 different versions for 32 and 64 bit.

    Check on this website, its the whole packaging for SCCM, but its comparable. Also all errors listed there.

    http://windowsmasher.wordpress.com/2013/01/21/sccm-2012-generic-multi-platform-dell-cctk-bios-settings/



  • 8.  RE: Can I find the power management table in Altiris

    Posted Sep 09, 2013 10:06 PM

    Yes, I  create different package for windows 7 (32 bits) and windows 7 (64 bits),

    I use 32 bits package working on windows XP, it work as well.

    Thanks for all the help

     

    Lillian