|
Requirement | Recommended |
---|---|
CPU | 4-cores |
System Memory | 24GB |
Storage Capacity | 6TB (SSD required) |
Requirement | Supported Versions | Notes |
---|---|---|
Operating System | RHEL/Rocky 8, Amazon Linux 2 | We do not support Ubuntu or any operating system not explicitly listed. |
PostgreSQL | 11 - 14 | For the appropriate repository see https://www.postgresql.org/download/linux/redhat/ |
IFI CLAIMS Repository | Amazon Linux 2 |
CPU | 2-cores |
System Memory | 8GB |
Storage Capacity | 500GB (100GB SSD for fast temporary processing space) |
Requirement | Recommended |
---|
Requirement | Minimum Version | Notes |
---|---|---|
Operating System | RHEL/Rocky 8, Amazon Linux 2 | We do not support Ubuntu or any operating system not explicitly listed. |
IFI CLAIMS Repository | Amazon Linux 2
|
Requirement | Recommended |
---|---|
CPU | 2-cores |
System Memory | 4GB |
System Storage | 100GB |
Requirement | Recommended | Notes |
---|---|---|
Apache httpd | Distribution version | yum -y install httpd |
Perl Modules | Distribution version | yum -y install \ |
CLAIMS Direct Library | Latest Version | Contact support@ificlaims.com for link to latest version |
CLAIMS Direct CDWS | Latest Version | Contact support@ificlaims.com for link to latest version |
The logging configuration file is located in the same place as the distributed alexandria.xml, e.g.,
/usr/share/perl5/vendor_perl/auto/share/dist/Alexandria-Library/alexandria-log.conf |
If you want to customize logging, copy the distribution alexandria-log.conf
file to /etc.
cp /usr/share/perl5/vendor_perl/auto/share/dist/Alexandria-Library/alexandria-log.conf /etc |
Modify as desired.
If you make no changes, default logging is output to /tmp/alexandria.log.
For more information about how the alexandria tools log, see:
There are two sets of credentials:
apgupd requires the IFIuser / IFIpassword, e.g.,
apgupd --user=IFIuser --password=IFIpassword |
The connection string to postgresql is configurable in the main configuration file alexandria.xml. You can find that configuration file using acfg, e.g.,
$ acfg |
Using configuration from: /etc/alexandria.xml
Configured Databases:
Configured Indices:
If you used a different user to create and load the alexandria database, you need to modify the database entry in the file pointed to by:
Using configuration from: /etc/alexandria.xml
<database name="alexandria" host="127.0.0.1" port="5432" user="alexandria" password="alexandria"> <atts pg_errorlevel="0" AutoCommit="1" RaiseError="1" PrintError="0" LongTruncOk="0" LongReadLen="10485760" /> </database> |
Modify @user and @password to the correct values, assuming the defaults are incorrect.