How to export physical CI ?

b_atrice lapeyr
Tera Contributor

Hi, 

I'm trying to export all physical (non virtual) CI from the CMDB hardware table. 

So from the hardware table, to exclude virtual servers, I filter on "computer.is virtual is false".  Doing this all CI between the hardware and computer tables are excluded. The result I've got is same as filtering directly from the computer table. 

 

Have you any ideas on how to export all non virtual CI ? 

Thank you by advance for your help. 

5 REPLIES 5

Pratiksha
Mega Sage
Mega Sage

if you are looking for virutal servers then cmdb_ci_computer is right. If you are looking for server plus network devices too then do it on hardware. The filter is right. Please note the filter you are trying to apply will be present on computer table not on hardware table. We have custom attribute for network devices to segregate this. 

Hi Thank you for your feedback. However my major concern, is that applying the filter "is virtuas is false" it automatically exclude all CI not in the computer table, but I need them. I can't find a simple way to export all physical devices from the hardware table. 

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @b_atrice lapeyr 

There is a difference. You’re trying on the computer table, which will only give results related to computers, but hardware will provide more accurate results, as it includes servers and other components as well.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Hi Thank you for your feedback. However my major concern, is that applying the filter "is virtual is false" it automatically exclude all CI not in the computer table. I can't find a simple way to export all physical devices from the hardware table.