- Cacti 0.8 Beginner's Guide
- Thomas Urban
- 436字
- 2021-04-09 21:41:59
It's now time to download the latest version of Cacti to your server. You will need your system username and password to login to your CentOS installation. If you have installed your CentOS system with the default settings, you should already have an SSH server running. If you're already logged on to the machine, you can ignore the first step.
- From a Windows machine, logon to your system using an SSH client such as Putty. If this is the first time you have connected to the server, Putty will display a security alert and ask you to accept the RSA key. By doing so, Putty will display the logon prompt where you can logon to the system.
- Maximize the window, so that long text lines do not break at the end of the line. This will make things easier.
- You'll need to become the root user in order to be able to setup Cacti properly. Should that not be an option, performing these steps with
sudo
should achieve the same results. - Navigate to
/var/www/html
. This is the document root for Apache. - To download Cacti you can use the
wget
command. Enter the following command to download Cacti. After entering thewget
command, right-clicking into the window client using Putty will paste the URL you copied earlier after the command:wget http://www.cacti.net/downloads/cacti-0.8.7g.tar.gz
You should see the following output on your screen:
- You now have the
tar.gz
file on your system, so let's move on and extract it. To do this, enter the following command:tar-xzvf cacti-0.8.7g.tar.gz
- This will extract the files and directories contained in the archive to the current directory.
- Finally you are going to create a symbolic link to this new Cacti directory. This will allow you to easily switch between different Cacti versions later, for example, when upgrading Cacti. To create a symbolic link, enter the following command:
ln –s cacti-0.8.7g cacti
- This will create a link named
cacti
which points to thecacti-0.8.7g
directory:
You downloaded the latest Cacti version to the root directory of the web server and created a symbolic link to the extracted directory. With the Cacti files in place, you are now ready for the next phase of the installation process.
The database isn't automatically created during the installation of Cacti. Therefore, you need to create it here. At the same time, a database user for Cacti should be created to allow it to access the database. It's also a good idea to secure the MySQL database server by using one of the included CentOS tools.
- 數(shù)據(jù)、模型與決策:基于Excel的建模和商務(wù)應(yīng)用
- Getting Started with Microsoft Application Virtualization 4.6
- Apache OFBiz Development: The Beginner's Tutorial
- Creo Parametric 5.0中文版從入門到精通
- SPSS進(jìn)階分析與實(shí)務(wù)
- 24小時(shí)全速學(xué)會(huì)Photoshop 2021
- After Effects CC 2018影視特效與合成案例教程
- After Effects CS6入門與提高
- Excel數(shù)據(jù)管理:不加班的秘密
- Java EE 6 with GlassFish 3 Application Server
- Adobe創(chuàng)意大學(xué)InDesign CS5 產(chǎn)品專家認(rèn)證標(biāo)準(zhǔn)教材
- Magento 1.3 Theme Design
- 機(jī)械CAD軟件應(yīng)用入門指導(dǎo)書
- Configuring IPCop Firewalls: Closing Borders with Open Source
- Photoshop 2020實(shí)戰(zhàn)從入門到精通(超值版)