1826564 Members
3565 Online
109695 Solutions
New Discussion

Re: tools for clarion disks

 
Hanry Zhou
Super Advisor

tools for clarion disks

I have a number of clarion disks (DGC) on 11.0 system, Fibre channel connection.

Where I can find all these tools that I can use to do something with these disks?

Where are they usually installed? There got be some tools provided by EMC.
none
10 REPLIES 10
Michael Tully
Honored Contributor

Re: tools for clarion disks

The tools your after are called Navisphere. You need to have an agent running on each system that is connected to your clariion. You also should have a management station (ours is on a windows Nt server) that controls the storage groups for each attached server.
If you don't know what your doing, you can cause some serious problems. Your best bet is to contact your local EMC CE for assistance.

"When I have trouble spelling, it's called fat finger syndrome"

Anyone for a Mutiny ?
Michael Tully
Honored Contributor

Re: tools for clarion disks

The tools your after are called Navisphere. You need to have an agent running on each system that is connected to your clariion. You also should have a management station (ours is on a windows Nt server) that controls the storage groups for each attached server.
If you don't know what your doing, you can cause some serious problems. Your best bet is to contact your local EMC CE for assistance.

Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"

Anyone for a Mutiny ?
Hanry Zhou
Super Advisor

Re: tools for clarion disks

I don't know where the agent is supposed to be installed on the box, can you tell me that how to find out these agent?
none
Eugeny Brychkov
Honored Contributor

Re: tools for clarion disks

Can you please be more specific? Which DGC? Can you attach 'ioscan -fn'? I guess you're talking about Clariion-based HA disk array aka Nike
Eugeny
Hanry Zhou
Super Advisor

Re: tools for clarion disks

Eugeny, It is DGC C66600WDR5 type of disks
none
Hanry Zhou
Super Advisor

Re: tools for clarion disks

Eugeny, It is DGC C66600WDR5 type of disks
none
Eugeny Brychkov
Honored Contributor

Re: tools for clarion disks

Greg Hobbs
Advisor

Re: tools for clarion disks

You can verify if the Navisphere software is on your system by doing a 'swlist -l product | grep NAV' should show you an agent and a CLI (cmd line interface)

For us the software is right under /opt at /opt/Navisphere.
And the CLI executable is navicli. You should be able to find a man page for it to, which I found very useful. However as Michael pointed out you probably ought to talk to your CE if you're unsure of things. I only use the navicli from our HPs for reading off of the Clariion - i.e. checking cache settings, checking errorlogs. I always use the management software on the PC for any configuration.

Hope this helps some.

Greg
A job worth doing is probably someone else's.
Hanry Zhou
Super Advisor

Re: tools for clarion disks

thank Eugeny and Greg for the response.

Where I can find complete Navisphere manual, including management, configurations, and also navicli commnad?

I went the URL Eugeny referred, but could not find online manuals.

none
Greg Hobbs
Advisor

Re: tools for clarion disks

Hanry,

You may need to register on Powerlink at EMC to see the online manuals. If you go to www.emc.com, on the left side of the page is a graphic for Powerlink and a button for registering but it does require an EMC provided access code. You may have to contact the support line for yours if you don't know it.
Anyway, if you can get logged into Powerlink, you can then select Advanced Search, fill in Navisphere or navicli as your string and click the Manuals button and then search. There's usually a lot of hits, but the document titles are pretty straight forward - this is how I've found the online docs in the past.
Also, for the navicli, if you've found the software on your system, try setting your MANPATH environment variable to point to the man directory: i.e export MANPATH=$MANPATH:/opt/Navisphere/man Then you can just use the command man navicli
The man page for navicli is quite good, I thought.

Greg
A job worth doing is probably someone else's.