| << Previous | Contents Index | Next >> |
$ tar xfz ipacc-4.1.0.tgz $ cd ipacc-4.1.0 $ ./configure $ make
This should compile the ipacc software ready for installation.
$ tar xfz ipacc-bin-freebsd-4.1.0.tgz $ cd ipacc-4.1.0
would place the binary files for ipacc version 4.1.0 compiled for FreeBSD into a directory called ipacc-4.1.0, and change the current working directory to it ready for installation.
# make install Preparing to install ipacc version 4.1.0
UID/GID: 1001/1001 Run directory: /home/ipacc Binary directory: /usr/local/ipacc
Continue? (Y/n): yes
If a user called ipacc exists, the UID, GID, run directory and binary directory are taken from the existing user parameters. Thus, the defaults can be overridden by manually creating an ipacc user, with its home directory pointing to the desired run directory, and its shell pointing to path/ipacc-shell, where path is the desired binary directory.
If the user exists and its shell is not path/ipacc-shell, the installation will fail.
If the installation is proceeded with, the following steps are performed:
Similarly, any equipment configuration should be done before ipacc collection starts. See the documentation on the appropriate data collectors.
# /usr/local/etc/rc.d/ipacc.sh start
By default, logging is done to the daemon class of syslog. Check the logs for any problems.
# cd /usr/local/etc/rc.d/ # mv ipacc.sh ipacc.sh.disabled
Automatic startup can be enabled again by renaming the file back to ipacc.sh.
On systems using chkconfig, it can be disabled at the current runlevel using the utility, e.g.
# chkconfig ipacc off
and can be re-enabled with:
# chkconfig ipacc on
See the manual pages for chkconfig for further information.
Note that these steps do not start or stop ipacc on the running system.
| << Previous | Contents Index | Next >> |