VMware PACKAGE MANAGER 1.1 Bedienungsanleitung Seite 27

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 69
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 26
Installing for RHEL 6 or CentOS 6
20
yum --nogpgcheck localinstall zends-5.5.25a-1.Version.el6.x86_64.rpm
4. Start the data store and ensure it runs at system startup:
service zends start
chkconfig --level 2345 zends on
3.4. Install and Configure Resource Manager
Follow these steps to install the Resource Manager software and ZenPacks, and (optionally) a remote Zenoss
DataStore.
3.4.1. Install the Resource Manager RPM
Install the Resource Manager RPM file:
yum -y --nogpgcheck localinstall zenoss_resmgr-Version.el6.x86_64.rpm
3.4.2. (Optional) Install a Remote Zenoss DataStore
Follow these steps to install and configure a remote data store.
1. On the local Resource Manager server:
a. Stop the data store and configure it so that it will not run at system startup:
service zends stop
chkconfig --level 2345 zends off
b. Change the values of these entries in the $ZENHOME/etc/global.conf.example file:
zodb-host - Change the value from "localhost" to the name or IP address of the remote server.
zep-host - Change the value from "localhost" to the name or IP address of the remote server.
zodb-port - Change the value from 3306 to 13306
zep-port - Change the value from 3306 to 13306
2. On the remote server:
a. Download the Zenoss DataStore RPM files.
b. Install the Zenoss DataStore:
yum --nogpgcheck localinstall zends-5.5.25a-1.Version.el6.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;
3.4.3. Install MySQLTuner
Follow these steps to download and install the MySQLTuner Perl script:
Seitenansicht 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32 ... 68 69

Kommentare zu diesen Handbüchern

Keine Kommentare