About file permissions, Modifying the apache, Modifying the apache http – HP 3PAR StoreServ 7000 Storage User Manual

Page 125

Advertising
background image

NOTE:

For complete details on how to configure and use Adaptive Optimization, see

“Using

Adaptive Optimization” (page 180)

.

About File Permissions

The files installed or created by the HP 3PAR System Reporter installer have default permissions
that allow any user to read file contents. Use the appropriate Windows or Linux security mechanisms
to limit file access as desired. The minimum level for correct operation is READ access by the
SYSTEM account (the Apache HTTP Server and HP 3PAR System Reporter services run as the
SYSTEM account).

For Windows Systems

If System Reporter has been configured to use MySQL, Microsoft SQL or Oracle, the following files
(shown in their default locations) contain password information that you may wish to protect:

C:\Program Files\3par\System Reporter\dbpwfile

C:\Program Files\Apache Group\Apache2\cgi-bin\3par-policy\config.tcl

C:\Program Files\Apache Group\Apache2\cgi-bin\3par-rpts\config.tcl

Similarly, if configured to generate email alerts with an SMTP user and password, the following
file contains the SMTP user name and password:

C:\Program Files\3par\System Reporter\sampleloop_config.tcl

The SMTP location for sending email for scheduled reports is in:

C:\Program Files\Apache Group\Apache2\cgi-bin\3par-rpts\config.tcl

For Linux Systems

If System Reporter has been configured to use MySQL, Microsoft SQL or Oracle, you can access
the following files (shown in their default locations) that contain password information you may
wish to protect:

ls -ltra /var/www/cgi-bin/3par-rpts

-r--r--r-- 1 apache apache 1148 Sep 22 2010 config.tcl

drwxr-xr-x 2 apache apache 4096 Jan 21 17:33 .

-rwxr-xr-x 1 apache apache 6717686 Jan 21 23:49 inserv_perf.exe

-rwxr-xr-x 1 apache apache 1211700 Jan 21 23:49 chart.exe

ls -ltra /var/www/cgi-bin/3par-policy

-r--r--r-- 1 apache apache 1208 Sep 22 2010 config.tcl

drwxr-xr-x 3 apache apache 4096 Jan 21 17:31 .

-rwxr-xr-x 1 apache apache 6683099 Jan 21 23:49 inserv_policy.exe

You must make sure that the files are owned by Apache. If necessary, you can use the chown
command to change permissions for the files.

The SMTP location for sending email for scheduled reports is in:

/var/www/cgi-bin/3par-rpts/config.tcl

Modifying the Apache HTTP Server Configuration Files

You must modify the Apache HTTP Server config.tcl files located in the 3par-policy and
3par-rpts

subdirectories whenever you change MySQL user names and passwords.

1.

Go to the Apache HTTP server cgi-bin directory and locate the 3par-policysubdirectory
(for example: C:\Program Files\ApacheGroup\Apache2\cgi-bin\3par-policy).

About File Permissions

125

Advertising