VMware PACKAGE MANAGER 1.1 Instrukcja Użytkownika Strona 14

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 13
Installing Resource Manager
7
yum -y remove $(rpm -qa | egrep -i '(jdk|jre|java)')
b. Download the self-installing binary of Oracle Java SE Runtime Environment 6u45 from the Java SE 6 Downloads
page. The file to download is jre-6u45-linux-x64-rpm.bin.
c. Add execute permission to the self-installing binary.
chmod +x ./jre-6u45-linux-x64-rpm.bin
d. Install the Oracle JRE.
./jre-6u45-linux-x64-rpm.bin
e. Add the JAVA_HOME environment variable to /etc/profile.
echo "export JAVA_HOME=/usr/java/default" >> /etc/profile
f. Verify the correct version is installed.
java -version
The preceding command should return the following output.
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
6. Install the Zenoss dependencies repository.
RHEL/CentOS 5.x: rpm -Uvh http://deps.zenoss.com/yum/zenossdeps-4.2.x-1.el5.noarch.rpm
RHEL/CentOS 6.x: rpm -Uvh http://deps.zenoss.com/yum/zenossdeps-4.2.x-1.el6.noarch.rpm
7. Clean up yum caches.
yum clean all
8. Install the Zenoss DataStore
Note
You may deploy the Zenoss DataStore on the Resource Manager master host or on a remote host. The
Resource Manager master host relies on Zenoss DataStore libraries, so even if you plan to use a remote
host, you must install it on the master as well.
a. Download the Zenoss DataStore RPM file from the Zenoss Support site. Contact your Zenoss representative
for login credentials.
b. Install Zenoss DataStore.
yum -y --nogpgcheck localinstall zends-*.x86_64.rpm
c. If you are deploying Zenoss DataStore on the Resource Manager master host, start Zenoss DataStore and con-
figure it to start when the host starts.
chkconfig --level 2345 zends on
service zends start
2.3. Install and configure Resource Manager
Follow these steps to install the Resource Manager software and ZenPacks, and (optionally) a remote Zenoss DataStore.
Przeglądanie stron 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag