HPE 3PAR StoreServ Storage
1752815 Members
6109 Online
108789 Solutions
New Discussion

Re: Require :8080 to be added

 
PS1981
New Member

Require :8080 to be added

Hello there!
 
I have a customer that system report was set up for, in 3PAR 
The URL link in the scheduled report email does not work unless we added :8080 after the hostname. Is there a configuration file that has been over looked when setting this up?  
 
Thank you
 
 
 
 
P.S. This thread has been moved from Disk-Based Systems > Disk Array > to Storage Area Networks (SAN) (Enterprise). -HP Forum Moderator
2 REPLIES 2
ranjitha_kothur
Advisor

Re: Require :8080 to be added

Hi PS,

 

 

The Schedule report e-mail link must contain HTTP port number on which the web server listens. This is observed
if the apache server is configured to a port other than 80

 

This is fixed by providing additional configuration variables in the config.tcl, under the 3PAR-rpt directory. If the apache server is configured for a port other than 80, the entry "set Sysdb::httpdport <port>” in config.tcl, under the 3par-rpt directory, must have an appropriate port number as part of the configuration

 

Regards

Ranjitha

i Work for HP
Prakash Singh_1
HPE Pro

Re: Require :8080 to be added

Hi

 

 

You can also try to edit the file C:\Program Files (x86)\Apache Software Foundation\Apache2.2\conf\httpd

Modify the value of Listen as you prefer # Change this to Listen on specific IP addresses as shown below to

 

# prevent Apache from glomming onto all bound IP addresses.

 

#

 

#Listen 12.34.56.78:80

 

Listen 8080

 

I woiuld also  suggest to check if the new port (ie 80) you would like to use is free by

 

telnet hostname 80

 

 

I work for HP

 

Regards,

PS
To assign points on this post? Click the white Thumbs up below!