Deployment Solution

 View Only
  • 1.  PXE Host not showing in console

    Posted Apr 23, 2013 07:24 AM

    We have a laptop that had its hard disk replaced. Now when it boots to PXE no initial deployment job appears. I know this happens when the machine is int he DB but I cannot find it anywhere. Its not listed under serial number, the mini*** address it gets, the IP address, or anything else related to the hardware. Any ideas how I can push a new job onto this if its not in the NS and doesn't run intial deployment menu. ??

     

    Had a look at the logs on the client

    [2013/04/23 12:09:13.513 1844:1848 2] PECTAgent.cpp:198 PECTAgent.cpp:: Calling IsManagedClient
    [2013/04/23 12:09:13.513 1844:1848 2] PECTAgent.cpp:240 PECTAgent.cpp::Client is managed.
    [2013/04/23 12:09:13.513 1844:1848 2] PECTAgent.cpp:241 PECTAgent.cpp:: Checking for Predefined computer..
     

    Does this mean its managed - its absoloutely not in the database (visible anyway)

     



  • 2.  RE: PXE Host not showing in console
    Best Answer

    Posted Apr 23, 2013 12:48 PM

    You'll see it get a GUID right after passing up all of the resource keys.  Match by that in the database:

     

    select * from vItem where guid = 'your_guid'

     

    This will give you the name in the console.

     

    Also, be sure to check the pectagent.ini file (x\program files\altiris\altiris agent) to ensure it's connecting to the NS you THINK it's connecting to.



  • 3.  RE: PXE Host not showing in console

    Posted Apr 24, 2013 04:43 AM

    Thanks Thomas. A search on the guid did indeed return the hostname. Probelm solved.