Client Management Suite

 View Only
  • 1.  Build Managed PC without agent already installed.

    Posted Nov 23, 2011 07:09 AM

    Example - say I have a machine that is in the NS dataabse and for some reason now has no agent installed on it. Generally if I wanted to boot this to PXE I would 'reboot to PXE' but since it hasn't got an agent on it, this cant be done. Is it possible to set a task against the machine that flags it to boot to PXE next time ?  (thios would be preferable rather than installing the agent, or deleting from altiris database-updating filters-restart PXE services...)

    does tha make sense?

     

    cheers

    Joe.



  • 2.  RE: Build Managed PC without agent already installed.
    Best Answer

    Posted Nov 23, 2011 08:52 AM

    If the computer has no agent, this shouldn't matter.  Consider the following scenario:

    1. A computer is managed and has the Altiris agent installed.
    2. A job is sent that will execute in WinPE
    3. The computer is prompted to reboot by the Altiris Agent
    4. The computer tries network boot first and receives a DHCP offer from PXE, since PXE recognizes that it has a job for it
    5. The computer boots to WInPE
    6. The computer executes the task.

    The Altiris Agent in Windows only functions to reboot the computer.  If you take out item #3 above, it should be exactly the same, provided you can assign a task to it.  Have you tried assigning a task and manually rebooting the system?  However, if the machine's IsManaged property is set to 0, then this will not work.  The PECTAgent performs an IsManaged check and if 0, will most likely exit.  What's IsManaged set to (check vComputer)?



  • 3.  RE: Build Managed PC without agent already installed.

    Posted Nov 24, 2011 07:41 AM

    Ah. so just sending the Reboot to PXE job and then manually restarting the PC should do it....Simple...Why did I not think of that!

    ffs :-)

     

    cheers

    Joe.