Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 7 to 7 | ||||||||
Notice that this new version can be installed on emiWMS/LB only on SL5/64 platform. Here some of the novelties introduced with this new version: | ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Line: 16 to 17 | ||||||||
| ||||||||
Added: | ||||||||
> > | WMSMonitor 3.0 ARCHITECTURE![]() | |||||||
WMSMonitor SENSORS INSTALLATION ON INSTANCES TO MONITOR | ||||||||
Line: 266 to 270 | ||||||||
</> <--/twistyPlugin--> | ||||||||
Added: | ||||||||
> > | ||||||||
-- DaniloDongiovanni - 2011-12-20 | ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 116 to 116 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Edit the /etc/httpd/conf/httpd.conf and add the following inside the <Directory /var/www/html> section the following lines :
| |||||||
> > | Edit the /etc/httpd/conf/httpd.conf and add the following at the end of the configuration (please modify according to your hostname where you find HOST.NAME.SOMETHING):
<Directory "/var/www/html"> Options FollowSymLinks AllowOverride None Allow from all | |||||||
SSLRequireSSL | ||||||||
Deleted: | ||||||||
< < |
| |||||||
SSLVerifyClient require | ||||||||
Deleted: | ||||||||
< < |
| |||||||
SSLVerifyDepth 10 | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Deleted: | ||||||||
< < | Edit the /etc/httpd/conf.d/ssl.conf and: | |||||||
Changed: | ||||||||
< < | - set the SSLCertificateFile variable to HOST_CERTIFICATE_DIR/hostcert.pem and comment any other line that set this variable. | |||||||
> > | ![]() ![]() | |||||||
Deleted: | ||||||||
< < | - set the SSLCertificateKeyFile variable to HOST_CERTIFICATE_DIR/hostkey.pem and comment any other line that set this variable. _ _ | |||||||
Deleted: | ||||||||
< < | - set the SSLCACertificatePath variable to the name of the directory containing the CA file (i.e. /etc/grid-security/certificates if you installed the lcg_CA metapackage) and comment any other line that set this variable. | |||||||
Changed: | ||||||||
< < | \If you want to change the default https port (443) you should change in the /etc/httpd/conf.d/ssl.conf file the line: Listen <port_number> (i.e. Listen 8443) | |||||||
> > | Edit the /etc/httpd/conf.d/ssl.conf and: | |||||||
Changed: | ||||||||
< < | _Oprtional redirect - If you want to automatically redirect http
requests to https pages you should add to the
/etc/httpd/conf/httpd.conf file the following section (using the proper
values for the variables_ SERVER_HOST_IP,SERVER_HOST_NAME and YOUR_DOMAIN):
<VirtualHost SERVER_HOST_IP:80> DocumentRoot /var/www/html ServerName SERVER_HOST_NAME.YOUR_DOMAIN RedirectMatch (/.*)$ https://SERVER_HOST_NAME.YOUR_DOMAIN/$1 </VirtualHost> | |||||||
> > | - set the SSLCertificateFile variable to HOST_CERTIFICATE_DIR/hostcert.pem and comment any other line that set this variable. | |||||||
Changed: | ||||||||
< < | ||||||||
> > | - set the SSLCertificateKeyFile variable to HOST_CERTIFICATE_DIR/hostkey.pem and comment any other line that set this variable. | |||||||
Changed: | ||||||||
< < |
| |||||||
> > | - set the SSLCACertificatePath variable to the name of the directory containing the CA file (i.e. /etc/grid-security/certificates if you installed the ca-policy-egi-core metapackage) and comment any other line that set this variable.
service httpd restart | |||||||
Deleted: | ||||||||
< < | ||||||||
</> <--/twistyPlugin--> |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 220 to 220 | ||||||||
| ||||||||
Deleted: | ||||||||
< < |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 19 to 19 | ||||||||
WMSMonitor SENSORS INSTALLATION ON INSTANCES TO MONITOR | ||||||||
Added: | ||||||||
> > |
<--/twistyPlugin twikiMakeVisibleInline--> | |||||||
To be part of the preview, please write to wms-support asking for the tarball.
Then follow instruction:
| ||||||||
Line: 34 to 45 | ||||||||
| ||||||||
Changed: | ||||||||
< < | WMSMonitor SERVER (Not Available for Download YET: WORK IN PROGRESS) | |||||||
> > | <--/twistyPlugin--> WMSMonitor SERVER Installation & Configuration (Not Available for Download YET: WORK IN PROGRESS) | |||||||
WMSMonitor Server Instance Installation | ||||||||
Added: | ||||||||
> > | <--/twistyPlugin twikiMakeVisibleInline--> | |||||||
Requirements:
| ||||||||
Line: 66 to 87 | ||||||||
| ||||||||
Added: | ||||||||
> > | <--/twistyPlugin--> | |||||||
WMSMonitor Server Instance Configuration | ||||||||
Changed: | ||||||||
< < | Web Access Configuration: | |||||||
> > |
<--/twistyPlugin twikiMakeVisibleInline--> | |||||||
| ||||||||
Changed: | ||||||||
< < | Increased php available memory | |||||||
> > | Increased php available memory | |||||||
In order to increase php performance it is advisable that you increase the php allocable memory. Modify the /etc/php.ini to have the folloving line (at least 128) : memory_limit = 128M | ||||||||
Changed: | ||||||||
< < | Secure http enabled (required for enabling user stats web access) | |||||||
> > | Secure http enabled (required for enabling user stats web access) | |||||||
The WMSMON server needs a valid host certificate stored in a HOST_CERTIFICATE_DIR (i.e. /etc/grid-security) | ||||||||
Line: 133 to 163 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Database Initialization: | |||||||
> > | <--/twistyPlugin--> <--/twistyPlugin twikiMakeVisibleInline--> | |||||||
| ||||||||
Line: 146 to 185 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Sitedef editing: | |||||||
> > | <--/twistyPlugin--> <--/twistyPlugin twikiMakeVisibleInline--> | |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
<--/twistyPlugin--> | |||||||
Deleted: | ||||||||
< < | Monitoring Instance Cluster Configuration: | |||||||
Changed: | ||||||||
< < | Adding instances to monitor to WMSMonitor server | |||||||
> > | Monitoring Instance Cluster Configuration: ADDING INSTANCES TO MONITOR ![]() ![]() <--/twistyPlugin twikiMakeVisibleInline--> | |||||||
| ||||||||
Line: 166 to 225 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Configuring Load Balancing in WMSMonitor server | |||||||
> > | <--/twistyPlugin--> Monitoring Instance Cluster Configuration: Configuring Load Balancing in WMSMonitor server ![]() ![]() <--/twistyPlugin twikiMakeVisibleInline--> | |||||||
| ||||||||
Line: 181 to 251 | ||||||||
| ||||||||
Added: | ||||||||
> > | <--/twistyPlugin--> <--/twistyPlugin twikiMakeVisibleInline-->
Due to privacy reasons statistics about WMS/LB service usage per USER are not public. Therefore access to this section is allowed to a configurable set of personal certificates identified by a subject DN. Authentication process exploits user personal certificate installed in the web browser.
<--/twistyPlugin--> | |||||||
-- DaniloDongiovanni - 2011-12-20 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 173 to 173 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 136 to 136 | ||||||||
Database Initialization:
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 176 to 176 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 9 to 9 | ||||||||
Here some of the novelties introduced with this new version:
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 40 to 40 | ||||||||
Requirements:
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > |
| |||||||
| ||||||||
Line: 56 to 56 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Then follow instruction:
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 55 to 55 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
Then follow instruction:
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 167 to 167 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
-- DaniloDongiovanni - 2011-12-20 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 81 to 81 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Edit the /etc/httpd/conf/httpd.con f and add the following inside the <Directory /var/www/html> section the following lines : | |||||||
> > | Edit the /etc/httpd/conf/httpd.conf and add the following inside the <Directory /var/www/html> section the following lines : | |||||||
SSLRequireSSL | ||||||||
Line: 160 to 160 | ||||||||
Configuring Load Balancing in WMSMonitor server | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
-- DaniloDongiovanni - 2011-12-20 \ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 150 to 150 | ||||||||
Adding instances to monitor to WMSMonitor server
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 42 to 42 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Line: 55 to 56 | ||||||||
| ||||||||
Deleted: | ||||||||
< < | ||||||||
Then follow instruction:
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
WMSMonitor Server Instance ConfigurationWeb Access Configuration: | ||||||||
Line: 68 to 68 | ||||||||
Changed: | ||||||||
< < | In order to increase php performance it is advisable that you increase the php allocable memory. Modify the /etc/php.ini to have the folloving line: memory_limit = 56M | |||||||
> > | In order to increase php performance it is advisable that you increase the php allocable memory. Modify the /etc/php.ini to have the folloving line (at least 128) : memory_limit = 128M | |||||||
| ||||||||
Line: 77 to 77 | ||||||||
The WMSMON server needs a valid host certificate stored in a HOST_CERTIFICATE_DIR (i.e. /etc/grid-security) | ||||||||
Changed: | ||||||||
< < | Install the accepted ca packages, i.e. you can execute the following: - Create the /etc/yum.repos.d/lcg-ca.repo file containing: [CA] name=CAs baseurl=http://linuxsoft.cern.ch/LCG-CAs/current protect=1- Run : yum install lcg_CA | |||||||
> > | Install the accepted ca packages, i.e. you can execute the following:
| |||||||
Edit the /etc/httpd/conf/httpd.con f and add the following inside the <Directory /var/www/html> section the following lines :
| ||||||||
Line: 112 to 100 | ||||||||
- set the SSLCACertificatePath variable to the name of the directory containing the CA file (i.e. /etc/grid-security/certificates if you installed the lcg_CA metapackage) and comment any other line that set this variable. | ||||||||
Changed: | ||||||||
< < | If you want to change the default https port (443) you should change in the /etc/httpd/conf.d/ssl.conf file the line: Listen <port_number> (i.e. Listen 8443) | |||||||
> > | \If you want to change the default https port (443) you should change in the /etc/httpd/conf.d/ssl.conf file the line: Listen <port_number> (i.e. Listen 8443) | |||||||
_Oprtional redirect - If you want to automatically redirect http requests to https pages you should add to the | ||||||||
Line: 136 to 124 | ||||||||
Changed: | ||||||||
< < | Restart httpd | |||||||
> > |
| |||||||
Added: | ||||||||
> > | Database Initialization:
Sitedef editing:
| |||||||
Monitoring Instance Cluster Configuration:Adding instances to monitor to WMSMonitor server
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 42 to 42 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Line: 57 to 63 | ||||||||
WMSMonitor Server Instance Configuration | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > | Web Access Configuration:In order to increase php performance it is advisable that you increase the php allocable memory.Modify the /etc/php.ini to have the folloving line: memory_limit = 56M The WMSMON server needs a valid host certificate stored in a HOST_CERTIFICATE_DIR (i.e. /etc/grid-security) Install the accepted ca packages, i.e. you can execute the following: - Create the /etc/yum.repos.d/lcg-ca.repo file containing: [CA] name=CAs baseurl=http://linuxsoft.cern.ch/LCG-CAs/current protect=1- Run : yum install lcg_CA Edit the /etc/httpd/conf/httpd.con f and add the following inside the <Directory /var/www/html> section the following lines : SSLRequireSSL SSLVerifyClient require SSLVerifyDepth 10Edit the /etc/httpd/conf.d/ssl.conf and: - set the SSLCertificateFile variable to HOST_CERTIFICATE_DIR/hostcert.pem and comment any other line that set this variable. - set the SSLCertificateKeyFile variable to HOST_CERTIFICATE_DIR/hostkey.pem and comment any other line that set this variable. _ _ - set the SSLCACertificatePath variable to the name of the directory containing the CA file (i.e. /etc/grid-security/certificates if you installed the lcg_CA metapackage) and comment any other line that set this variable. If you want to change the default https port (443) you should change in the /etc/httpd/conf.d/ssl.conf file the line: Listen <port_number> (i.e. Listen 8443) _Oprtional redirect - If you want to automatically redirect http requests to https pages you should add to the /etc/httpd/conf/httpd.conf file the following section (using the proper values for the variables_ SERVER_HOST_IP,SERVER_HOST_NAME and YOUR_DOMAIN): <VirtualHost SERVER_HOST_IP:80> DocumentRoot /var/www/html ServerName SERVER_HOST_NAME.YOUR_DOMAIN RedirectMatch (/.*)$ https://SERVER_HOST_NAME.YOUR_DOMAIN/$1 </VirtualHost>Restart httpd | |||||||
Changed: | ||||||||
< < | Adding instances to monitor to WMSMonitor server | |||||||
> > | Adding instances to monitor to WMSMonitor server | |||||||
| ||||||||
Line: 68 to 150 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Configuring Load Balancing in WMSMonitor server | |||||||
> > | Configuring Load Balancing in WMSMonitor server | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 17 to 17 | ||||||||
Changed: | ||||||||
< < | SENSORS INSTALLATION ON INSTANCES TO MONITOR | |||||||
> > | WMSMonitor SENSORS INSTALLATION ON INSTANCES TO MONITOR | |||||||
To be part of the preview, please write to wms-support asking for the tarball. Then follow instruction: | ||||||||
Line: 36 to 36 | ||||||||
WMSMonitor SERVER (Not Available for Download YET: WORK IN PROGRESS) | ||||||||
Added: | ||||||||
> > | WMSMonitor Server Instance InstallationRequirements:
WMSMonitor Server Instance Configuration
| |||||||
Adding instances to monitor to WMSMonitor server
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 30 to 30 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Note: WMSMonitor "user mapping" functionality requires wmproxy loglevel set a 6 in glite_wms.conf file | |||||||
> > | Note:
| |||||||
WMSMonitor SERVER (Not Available for Download YET: WORK IN PROGRESS) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 37 to 37 | ||||||||
Adding instances to monitor to WMSMonitor server
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Configuring Load Balancing in WMSMonitor server | ||||||||
Changed: | ||||||||
< < | ||||||||
> > |
| |||||||
-- DaniloDongiovanni - 2011-12-20 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
NEW Installation for emi-WMS/LB, WMSMonitor 3.0 | ||||||||
Line: 37 to 37 | ||||||||
Adding instances to monitor to WMSMonitor server
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
NEW Installation for emi-WMS/LB, WMSMonitor 3.0A completely new version of WMSMonitor is made available, for Pre-View testing.For the moment being we only deploy sensors in a tarball, and you can use the WMSMonitor server Instance available at INFN-CNAF to visualize your instance data. Notice that this new version can be installed on emiWMS/LB only on SL5/64 platform. Here some of the novelties introduced with this new version:
SENSORS INSTALLATION ON INSTANCES TO MONITORTo be part of the preview, please write to wms-support asking for the tarball. Then follow instruction:
WMSMonitor SERVER (Not Available for Download YET: WORK IN PROGRESS)Adding instances to monitor to WMSMonitor server
Configuring Load Balancing in WMSMonitor server-- DaniloDongiovanni - 2011-12-20 |