Using EMC Naviseccli to get service processors chache

 

 

After hooking up a host to an EMC SAN it is very helpful to have the host that is connected to the SAN to have Naviseccli installed along with the Host Agent. Naviseccli allows you to connect to the Service Processors to gather information among other things.

 

Dirty Cache Pages is data in the cache that is a solid state physical format waiting to be written to disk. You can monitor how full the cache is by the following commands on each Service Processor.

 

view source

1.

[root@localhost bin]# ./naviseccli -h <IP/Hostname SPA> getcache -pdp

2.

[root@localhost bin]# ./naviseccli -h <IP/Hostname SPB> getcache -pdp

If you receive the following error, "Security file not found. Already removed or check -secfilepath option." Issue to following commands to allow security to issue commands remotely.

 

view source

1.

[root@localhost bin]# ./naviseccli -User sysadmin -Password <password> -Scope 0 -h <IP/Hostname SPA> -AddUserSecurity

2.

[root@localhost bin]# ./naviseccli -User sysadmin -Password <password> -Scope 0 -h <IP/Hostname SPB> -AddUserSecurity

 Tweet This Post


'IT > Storage' 카테고리의 다른 글

How To Create a MetaLUN  (0) 2012.01.20
PowerPath and Navisphere install on a Linux  (0) 2012.01.20
EMC - forgot password  (0) 2012.01.16
What are the differences between failover modes on a CLARiiON array?  (0) 2012.01.16
San zoning  (0) 2009.04.15

+ Recent posts