Tips / Hints
Networking
By default, the server boots using DHCP, so if that isn't going to work in your setup, you will have to modify it yourself. You can use the command
netconfig
service network restart
Synching the Time
After first boot you will want to issue the command:
ntpdate -u 0.pool.ntp.org
Changing the root password
You will also want to change the default root password, as its very insecure if you were to leave the server internet accessible.
FTP is not enabled
FTP is disabled on the server for security reasons. To add or modify files on the server from Windows, it is recommended that you use a program such as WinSCP∞ or Putty∞
Nightly Updates
Yum is set to run automatically every night in order to keep your CentOS install updated with the latest security patches. This may cause different issues when packages are updated, and you can no longer access the resource until the proper services are rebooted (ex: MySQL). If this becomes an issue, then you can disable the nightly Yum update by issueing these commands.
service yum stop
chkconfig yum off
chkconfig yum off
Alternate Keyboards
By default, CactiEZ is set to use the qwerty keyboard layout. This ofcourse can easily be changed by installing an extra package. Just run these 2 simple commands (your Cacti server must be able to access the internet) and you will be able to change your keyboard layout through a text GUI
yum install system-config-keyboard
system-config-keyboard
system-config-keyboard
Changing the Timezone
You can change the timezone to your local timezone in 2 ways, you can either use webmin to modify the timezone, or by installing a simple text GUI to allow you to do it.
yum install system-config-date
system-config-date
system-config-date
Installing a Graphical Environment
CactiEZ is meant to be a server, and the fewer the resources the server uses for background processes, the better. If you absolutely have to have a graphical environment, you can easily install one with this command (this should be all one line).
yum groupinstall "X Window System" "KDE (K Desktop Environment)"
Features
Cacti v0.8.7c
Plugin Architecture
Spine Poller
Netflow Collection
Syslog Collection
Thresholding
Weathermaps
Auto-Discovery
WMI Queries