This widget could not be displayed.
Disk Enclosures
1859568 Members
7379 Online
110403 Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.

Re: Command View SANMGR access

 
SOLVED
Go to solution
UVK_1
Advisor

Command View SANMGR access

Hello Experts!!

We have a VA7410 attached to 2 HPUX server. If I have to do any storage administration I have to start the script
/opt/sanmgr/commandview/client/sbin/launcher
which opens up HPStorage works stuff on reflection as X11 forwarding is enabled.
My problem is the access is very very slow and I just have to wait ages for the storage works console to come up. Is there a way I can setup access this using broswer based console ?

Thanks in advance!

- UVK
6 REPLIES 6
krusty
Honored Contributor
Solution

Re: Command View SANMGR access

I believe you can accesss the Command View server via the browser by using this command:

http://:4096/Launcher.html

example:
http://hpux01:4096/Launcher.html

Host is the host with Command View sdm on it.

Cheers,

Curt
"In Vino Veritas"
Torsten.
Acclaimed Contributor

Re: Command View SANMGR access

"My problem is the access is very very slow and I just have to wait ages for the storage works console to come up."

Well, it's java.


Try the command line tools.

# cvui

or

# arm...
(armdsp, armmgr, ...)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
UVK_1
Advisor

Re: Command View SANMGR access

First thank you much for your replies !!

Curt,

I tried using the way given by you but dnt work, Is there any service that I need to start for this to work ?

Torsten,

The command you gave me are cool. Is there a doc that I can refer to get more details on these commands ?

Appreciate your help.

Cheers,
UVK
Torsten.
Acclaimed Contributor

Re: Command View SANMGR access

somewhere on

http://www.hp.com/go/bsc

-> storage software

must be the commandview sdm manual.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
UVK_1
Advisor

Re: Command View SANMGR access

Thanks guys

I got it running. I had to add my system ip to access.dat file and need a certificate to be generated from array connected host to use in my system brower.

Though its a java applet it 90 times faster than previous console.

Mates of ITRC rock as always.

Cheers,
-UVK
krusty
Honored Contributor

Re: Command View SANMGR access

Sorry, I've submitted this twice and it keeps losing it. Let's try this one more time

Yes there are services (a host agent running a daemon in the Unix world). Here's what you need to do:

1) There is a security file you need to edit to allow web access. The file is located here:

/opt/sanmgr/hostagent/config/access.dat

Just edit the file and add the IP address of the users you want to allow access to. You can use wild cards, i.e. 192.168.1.*

2) You'll need to restart the host agent to re-read the access.dat file.

/opt/sanmgr/hostagent/sbin/HA_trigger stop
/opt/sanmgr/hostagent/sbin/HA_trigger start

You may need to update Java, but I think that's mostly what you need to do. Hope this helps.

Cheers,

Curt

"In Vino Veritas"