...
- NMIS8 should be patched or updated to the correct level.
- Install mySQL
- yum install mysql
- yum install mysql-server
- chkconfig mysqld on
- service mysqld start
- /usr/bin/mysql_secure_installation
- Install the Perl CPAN package DBD::mysql (which may require you to install DBI first)
- Copy the opSLA tarball to the server (a tarball is a GZIP'd tar file, e.g. opsla-2012-05-09-1315.tar.gz)
- You may need to use SCP or FTP to get the file onto the server.
- The Change into the directory where the tarball was copied (the file will now likely be in the users home directory.
- If the installation directory does not already exist
- Change into the directory where the tarball was copied)
- Untar the file and copy the contents to NMIS8
...