HPE EVA Storage
1826942 Members
2182 Online
109705 Solutions
New Discussion

VA7100 - Running launcher from IE on my PC

 
SOLVED
Go to solution
Tim Killinger
Regular Advisor

VA7100 - Running launcher from IE on my PC

Hello,

- running SDM v1.5 on HPUX 11.0
- added my pc IP address to access.dat
- restarted daemons
- checked PanConfigParams.txt - OK
- from IE 6.0 entered: http://myhost:4096/Launcher.html

I'm getting HTTP error 403 "Not authorized to view this page"

I've searched ITRC and can't find any history on this - canu you help?
3 REPLIES 3
Eugeny Brychkov
Honored Contributor

Re: VA7100 - Running launcher from IE on my PC

Tim,
make sure you have JRE (java runtime environment) installed on the client PC. Try with '*.*.*.*' in access.dat. Try
http://myhost:4096/cmdviewVA.html?myhost:VAname
Try clearing IE cache, files and history, setting it to get pages 'every visit to the page'.
Read this one also http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf99585079106d71190050090279cd0f9,00.html
Eugeny
Tim Killinger
Regular Advisor

Re: VA7100 - Running launcher from IE on my PC

It works now, Eugeny!

I believe it must have been adding *.*.*.* to access.dat.... but... it looks like I have a security issue now, don't I? Any PC could potentially access the VA7100....?
Eugeny Brychkov
Honored Contributor
Solution

Re: VA7100 - Running launcher from IE on my PC

Correct. Everybody who can log into network will have access to Launcher. Now you can track down when it stop working adding IP address bytes one by one:
IP=123.45.67.89 (just example)
1) 123.*.*.*
2) 123.45.*.*
3) 123.45.67.*
Check windows machine actual IP address issuing 'ipconfig'
Eugeny