How do I grab data analyzer files from EMC storage when the GUI complains of errors?
April 23rd, 2010 by Nick Ohanian received No Comments »Every now and then I get errors when trying to download our statistics from running the navi analyzer. The error we receive is: IO exception thrown when retrieve articles from array client
In order to remedy this, you can use naviseccli to grab the files from the storage processors.
To download naviseccli:
- login to your powerlink account, software and downloads
- Home > Support > Software Downloads and Licensing > Downloads J-O > Navisphere Server Software
- Then locate: Navisphere Secure CLI (your operating system) 6.29.5.0.66 (will be the latest version).
Once it is installed, go to a command prompt and type:
C:\Program Files\EMC\Navisphere CLI>naviseccli -h 192.168.0.1 -User admin -Password pass1234 -Scope 0 analyzer -archive -path c:\temp2
naviseccli -h IP_Address_SP -username -password -scope <0|1> analyzer -list — lists all archives stored on the array
naviseccli -h IP_Address_SP -username -password -scope <0|1> analyzer -all — lretrieves all archives stored on the array
naviseccli -h IP_Address_SP -username -password -scope <0|1> analyzer -path — allows you to select one of more of the listed archives to download to the location
Tags: emc, naviseccli, navisphere
Posted under: emc


