Once you have installed and started Evergreen, test your connection to
Evergreen via srfsh
. As the opensrf Linux account, issue the following
commands to start srfsh
and try to log onto the Evergreen server using the
egadmin Evergreen administrator user name and password that you set using the
eg_db_config.pl
command:
/openils/bin/srfsh srfsh% login <admin-user> <admin-pass>
You should see a result like:
Received Data: "250bf1518c7527a03249858687714376" ------------------------------------ Request Completed Successfully Request Time in seconds: 0.045286 ------------------------------------
Received Data: { "ilsevent":0, "textcode":"SUCCESS", "desc":" ", "pid":21616, "stacktrace":"oils_auth.c:304", "payload":{ "authtoken":"e5f9827cc0f93b503a1cc66bee6bdd1a", "authtime":420 }
}
------------------------------------ Request Completed Successfully Request Time in seconds: 1.336568 ------------------------------------
If this does not work, it’s time to do some troubleshooting.
settings-tester.pl
script to see
if it finds any system configuration problems. The script is found at
Open-ILS/src/support-scripts/settings-tester.pl
in the Evergreen source
tree.