Performance Management is integrated with Spectrum. There are some devices in the Performance Management inventory whose Status is Unknown.
How can you get a list of devices whose status is Unknown?
All supported Performance Management releases
The devices whose Status value is Unknown are normally showing this due to lack of successful Discovery via the Data Aggregator.
Performance Management was synchronized the device(s) from another Data Source, maybe Spectrum, NFA or ADA. After that, for some reason the Discovery of the device(s) failed. The result is the Data Aggregator isn't able to determine a status for the device(s).
./mysql -unetqos -p <RootPwForMySql> -e "select itemid,itemname,v6_ntoa(address) from netqosportal.t_device where itemid not in (select itemid from netqosportal.dst_device where sourceid in (select sourceid from netqosportal.data_sources2 where consolename like '%Data Aggregator%'));" > /tmp/unknownDevices.out