
Installing for RHEL 5 or CentOS 5
9
yum --nogpgcheck localinstall zends-5.5.25a-1.Version.el5.x86_64.rpm
c. Start the data store and ensure it runs at system startup:
service zends start
chkconfig --level 2345 zends on
d. Change to the zenoss user:
su - zenoss
e. Enter the following command:
zends -u root
f. Enable remote access to the Zenoss DataStore. In the prompt that appears, enter this series of com-
mands:
grant all on *.* to 'root'@'%' with grant option;
flush privileges;
2.4.3. Install MySQLTuner
Follow these steps to download and install the MySQLTuner Perl script:
1. As the zenoss user, log in to a shell account on the master Resource Manager server.
2. Change to the following directory:
cd $ZENHOME/bin
3. Retrieve the MySQLTuner script:
wget mysqltuner.pl
4. Change read and execute access to the file:
chmod 755 mysqltuner.pl
2.4.4. Start the System
As the root user, run the following command to start the system:
service zenoss start
2.4.5. (Optional) Install the Windows Monitoring ZenPack
Optionally enable Windows monitoring. As the root user:
1. Stop the system:
service zenoss stop
2. Install the msmonitor RPM file:
yum -y --nogpgcheck localinstall zenoss_msmonitor-Version.el5.x86_64.rpm
3. Restart the system:
service zenoss restart
2.5. Getting Started
After installation, use your Web browser to browse to the valid host name of the server where Resource Manager
is installed.
Note
If you cannot successfully browse to your Resource Manager installation, then you may need to add an entry
to your hosts file for the fully qualified domain name (FQDN) of your installation.
Kommentare zu diesen Handbüchern