Server Management Suite

 View Only
  • 1.  Status Report

    Posted Jun 15, 2012 04:57 AM

    Hi to All,

    My name is Paolo from Itlay. We have started to use the Symantec Management Console. We would like to know if it's possible create a report to find Computers retired?

    Could you please help me?

    Thanks for your help

    Best regards

    Paolo

     

     



  • 2.  RE: Status Report

    Posted Jun 15, 2012 10:14 AM

    There are some pre-existing reports that include asset status.  For example, one that has several pickers is Reports > Service and Asset Management > Picker Reports > All Assets

    Does this answer your question?



  • 3.  RE: Status Report

    Posted Jun 15, 2012 01:10 PM

    Hello Paolo,

    You could also create a report based off of the following SQL query:

    
    

    select distinct

    asset.name

    from VRM_ASSET_ITEM asset

    join vAsset as status

    on status._ResourceGuid = asset.guid

    where status.Status <> 'Active'

    and

    (status.[Asset Type] Like 'Virtual Machine'

    or status.[Asset Type] like 'Computer')



  • 4.  RE: Status Report

    Posted Aug 14, 2012 12:30 PM

    You can do the SQL report as scott.hall said. If the reason you are doing this is to be able to delete the machines from the Console you should be able to set the agent settings to remove entries that haven't connected in a specific time fram that you have set. For my eviroment i have it set to 15 days and ots been working great.