Wiki Markup |
---|
To install the RadminD client software (ra.sh and associated files) onto RHEL 5 system, preform the following on the system in question: |
...
# Login to the system as Root in the usual manner. |
...
# Download the RadminD client RPM from the AMIT DSL. Substitute your username for 'dracus'. |
...
{code |
...
} mkdir /root/tmp cd /root/tmp scp dracus@athena.dialup.mit.edu:/afs/athena.mit.edu/project/amit-dsl/Public/RadminD/radmind-1.13.1-RH5.x86_64.rpm /root/tmp |
...
{code} # Use RPM to install the client package. {code} rpm -ivh /root/tmp/radmind-1.13.1-RH5.x86_64.rpm |
...
{code} # Change to RadminD directory, check the command file, and tripwire functionality. |
...
{code |
...
} cd /var/radmind/client ls -l ktcheck ls -l ra.sh -c trip / {code} |