Dell Active Fabric Manager Instrukcja Instalacji Strona 37

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 40
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 36
7
Upgrading the RPM
This section describes how to upgrade the 1.5.0.3 RPM and migrate the database.
When you upgrade the 1.5.0.3 RPM, install the new RPM installation to a new location. The data migration requires that
you manually run it to upgrade the database. The current data migration supports the upgrade from AFM 1.5.0.3 to
release AFM 2.0.0.x:
To upgrade the RPM and perform data migration:
1. Stop the watchdog software process and then stop the AFM server.
# ps –ef|grep watchdfm
# kill -9 <dfm_pid>
# /etc/init.d/dfmServer stop
2. Save the existing AFM release (for example, AFM 1.5.0.0)
# mv /opt/dell/dfm /opt/dell/dfm_old
3. Extract the AFM 2.0 RPM in the /opt/dell/dfm directory
# rpm -ivhF AFM_ 2.0.0.<label#>.noarch
4. Create the file dfmboot in /etc/sysconfig/dfmboot directory with the following content:
# vi /etc/sysconfig/dfmboot
RUN_FIRSTBOOT=NO DFM_CURBOOTDIR=/opt/dell/dfm_old DFM_NEXTBOOTDIR=/opt/dell/dfm
5. Create a new directory as /usr/share/dfmscripts and copy the restartDFM.sh script into the location.
# mkdir –f /usr/share/dfmscripts
# cp /opt/dell/dfm/db/restartDFM.sh /usr/share/dfmscripts/restartDFM.sh
# chmod +x /usr/share/dfmscripts/restartDFM.sh
6. The RPM installation is now completed and ready to use. Now link the startup script to the new directory to restart
the AFM server upon any reboot..
# cd /etc/init.d
# rm /etc/init.d/dfmServer
# ln -s /opt/dell/dfm/bin/dfmServer.sh /etc/init.d/dfmServer
7. The restartDFM.sh script migrates the data from the old release to the new release. After the database is
completed, it links the startup script and restarts the AFM server.
# /usr/share/dfmscripts/restartDFM.sh
37
Przeglądanie stron 36
1 2 ... 32 33 34 35 36 37 38 39 40

Komentarze do niniejszej Instrukcji

Brak uwag