Access the Performance Center CLI and run the below call on the command line:
mysql -uroot -p netqosportal -e "select itemid from dst_device where sourceid=3 group by 1 having count(*) > 1" > /tmp/fullList.txt
Your duplicate names will be contained within /tmp/fullList.txt