User Tools

Site Tools


linux:cfg2html:redhat-cfg2html

Linux Based cfg2html Installs

copy & paste the following commands, but remember to replace HOST with your installation server name

scp /admin/cfg2html/cfg2html-install-files/cfg2html-linux*.rpm root@HOST:/tmp/		# from tripwire to HOST
ssh HOST
cd /tmp ; rpm -hiv cfg2html-linux-1.39-3.noarch.rpm					# install
mkdir -p /admin/cfg2html ; chmod 600 /admin/cfg2html			               	# if not already exist

Add this to crontab

  05 20 * * 0 /usr/bin/cfg2html -xo /admin/cfg2html > /dev/null 2>&1			# edit crontab to this entry

Run a test to generate initial report

/usr/bin/cfg2html -xo /admin/cfg2html						       	# test & generate a report now
linux/cfg2html/redhat-cfg2html.txt · Last modified: by 127.0.0.1