Client Management Suite

 View Only
  • 1.  Query for altiris

    Posted Jan 25, 2014 02:05 AM

    Hi support team,

    In my company there are three location and it is very dificult fo find that find out to which system belongs from which location.

    Does anyone have a query that will show me what altiris site a computer belongs to? 



  • 2.  RE: Query for altiris

    Posted Jan 25, 2014 02:07 AM

    See this thread

    Query/Report to show what site a pc belongs to?

     

    http://www.symantec.com/connect/forums/queryreport-show-what-site-pc-belongs



  • 3.  RE: Query for altiris
    Best Answer

    Posted Jan 25, 2014 02:09 AM

    Hello bist17,

    Can you check with below query and revert me.

     

     

    SELECT [vc].[Guid],

    vc.Name AS 'Computer Name',

    vc2.Name AS 'Task Server Name',

    vs.Name AS 'Site Name'

    FROM [vComputer] AS [vc]

    INNER JOIN [Inv_AeX_AC_TCPIP] AS [tcp] ON [tcp].[_ResourceGuid] = [vc].[Guid]

    INNER JOIN [vSite] AS [vs] ON [vs].Name LIKE '%'

    INNER JOIN [vSiteSubnetMap] AS [ss] ON [ss]._ResourceGuid = [vs].[Guid]

    INNER JOIN [Inv_Subnet] AS [sn] ON [sn].[_ResourceGuid] = [ss].[SubnetGuid]

    INNER JOIN [Inv_Client_Task_Resources] ctr on ctr._ResourceGuid = vc.Guid

    INNER JOIN vComputer vc2 on vc2.Guid = ctr.ClientTaskServerGuid

    WHERE

    dbo.[fnIsIPInSubnet2]([tcp].[IP Address],[sn].[Subnet],[sn].[Subnet Mask]) = 1

     

     

     

    And plz check HighTower post in below thread,

    https://www-secure.symantec.com/connect/forums/queryreport-show-what-site-pc-belongs



  • 4.  RE: Query for altiris

    Posted Jan 27, 2014 01:43 AM

    Hi Bisht,

    Any update on this..