...
Replace PASSWORD
and ADMINPASSWORD
with the passwords for the shib
and shibadmin
users, respectively. The shib
user will be used by the targeted ID software to access the database. The shibadmin
user can be used as an alternative to root
to initialize or update the database.
Install the Targeted ID software
Install the scripts used to maintain the targeted ID database. This includes the tid-syncd
daemon, which is used to synchronize the database between the machines in the cluster, and an init script for the daemon. The software is installed from the source tarball in /mit/touchstone/src/targeted-id-source.tgz
.
No Format |
---|
# mkdir /tmp/targeted-id
# cd /tmp/targeted-id
# tar xzf /path/to/targeted-id-source.tgz
# make install
|
Initialize the Targeted ID database
...
WARNING: THIS STEP WILL DROP THE TABLES OF ANY EXISTING DATABASE. Proceed to the next section step to initialize the database from a backup.
...