The Easy SAM Portal
Introduction
Easy SAM portal is a simple perl based application which allows you to connect to SAM data base and display the content of it. Inspired by
EasyJet web pages, which ensures that you won't
be completely depressed even if Monday morning's tests are all failing...
Installation
You can get Easy SAM portal packages via the following methods:
Configuration
Configuration steps includes setting up the oracle environment, connect string , db and passwords. Precise description in the README file included in the package.
It contains usually the followings:
- In
/etc/httpd/conf.d/ssl.conf
set
SSLCACertificatePath /etc/grid-security/certificates
SSLCARevocationPath /etc/grid-security/certificates
SSLVerifyClient require
and in /etc/httpd/conf/httpd.conf
include
AddHandler cgi-script .cgi
- Restart
httpd
daemon
/etc/init.d/httpd restart
- Go to
https://<your_node's_name>/easysam/
Modified Database
Easy SAM Portal is able to interpret a slightly modified version of the SAM Portal.
- The
IsDeleted
field of the Service
and TestDef
tables are taken into account, thus deleted services and tests are not shown.
- If there is a
SubmitterDN
or a SubmitterAlias
defined among the TestEnvVars
than it's value is shown, so it is possible to know who submitted the test.
Running on the old database requires only 2 line modification in the code.
Instances
There is a running Easy SAM Portal instance for the Certification Testbed at
https://lxb0714.cern.ch/easysam
Contact
Contact: Easy SAM Working Group
e-mail: Gergely.Debreczeni@cernNOSPAMPLEASE.ch