Technote (FAQ)
Question
I mistakenly deleted a reporter in DVNavigator while trying to make a copy of it. How do I restore this reporter back, so that I can view it in DVNavigator?
Answer
In this case, the report navigator link was deleted. The report still exists in the Database.
To restore this link, the below steps need to be followed:
For example, assume the following report DVNav link was deleted from the DVNav folder "~AP Cisco Device Pack~System Utilization Reporter Sets":
Utilization Summary Resource (IOS v11+)
1. Run the following resmgr command to identify the related report in the database:
resmgr -export app -colNames "name dbIndex" -filter "name(*Utilization Summary Resource*)"
The output from the above command should be similar to the following:
Utilization Summary Resource (IOS v11+)|_|10599|_|
Utilization Summary Resource (IOS v10)|_|10602|_|
2. Identify the dbIndex of the report in question. In this case, it will be 10599
3. Close the DVNavigator
4. Restore the deleted DVNav link by running the following resmgr command:
resmgr -import agp -colNames "app.dbIndex npath app.name" -line "10599|_|~AP Cisco Device Pack~System Utilization Reporter Sets|_|Utilization Summary Resource (IOS v11+)|_|"
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.