...
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 Block
...
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
...
- Use RPM to install the client package.
Code Block rpm -ivh /root/tmp/radmind-1.13.1-RH5.x86_64.rpm
...
- Change to RadminD directory,
...
- check
...
- the
...
- command
...
- file,
...
- and
...
- tripwire
...
- functionality.
...
Code Block
...
cd /var/radmind/client ls -l ktcheck ls -l ra.sh -c trip /
...