To install the RadminD client software (ra.sh and associated files) onto RHEL 5 system, preform the following on the system in question:

  1. Login to the system as Root in the usual manner.
  2. Download the RadminD client RPM from the AMIT DSL. Substitute your username for 'dracus'.
    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
    
  3. Use RPM to install the client package.
    rpm -ivh /root/tmp/radmind-1.13.1-RH5.x86_64.rpm
    
  4. Change to RadminD directory, check the command file, and tripwire functionality.
    cd /var/radmind/client
    ls -l
    ktcheck
    ls -l
    ra.sh -c trip /
    
  • No labels