Installieren auf IBM AIX/HP Unix

Betriebssystem

IBM AIX & HP Unix

Software

5.5.8.0

Fehler Meldung

Unable to install the Online Backup manager on:
  • IBM AIX
  • HP Unix

Ursache

The internal JAVA version supplied with the installer is incompatible with the current OS.

Lösung

Assumptions:
You have logged into the Unix machine as root
 
  1. Download the Linux OBM software: 5.5.8.0
  2. Unpack the obm-nix.tar.gz package to the following directory: /usr/local/obm
    Example:
    >mkdir /usr/local/obm
    >cd /usr/local/obm
    >wget -O obm-nix.tar.gz 'http://www.mindtimebackup.nl/webfm_send/130/1'
    >tar zxvf obm-nix.tar.gz
     
  3. Remove the bundled Java virtual machine:
    Example:
    >rm -rf /usr/local/obm/jvm
     
  4. Create a symbolic link jvm to the Unix Java VM from /usr/local/obm:
    Example:
    >ln -s ${JAVA_HOME} jvm

    Notes:
    ${JAVA_HOME} is the Java VM home on the Unix Machine in concern (e.g. /opt/java1.4)
     
  5. Create a symbolic link jvm to the Unix Java VM from /usr/local/obm/aua:
    Example:
    >ln -s ${JAVA_HOME} jvm
     
  6. Change the owner and group of SchedulerOBM, ObmJW, and AuaObmJW to the same owner and group as java:
    Example:
    >cd ${JAVA_HOME}/bin

    >cp java SchedulerOBM
    >cp java ObmJW
    >cp java AuaObmJW
    >chmod 755 SchedulerOBM
    >chmod 755 ObmJW
    >chmod 755 AuaObmJW
     
  7. Run the Configurator.sh script within the OBM installation home to configure the connection to the OBS server:
    Example:
    >cd /usr/local/obm/bin/
    >./Configurator.sh
     
  8. Start the OBM Scheduler by running the Scheduler.sh script within the OBM installation home:
    Example:
    >cd /usr/local/obm/bin/
    >./Scheduler.sh
     
  9. Finally, start the AUA Service by running the startup.sh script within the OBM installation home:
    Example:
    >cd /usr/local/obm/aua/bin
    >./startup.sh

Also See:
For OBM installation on IBM AIX, when running the Configurator.sh script file, the following error message may be received:

The JVM option is invalid: -client
Could not create the Java virtual machine.

If that is the case, please remove the "-client" parameter from the Configurator.sh script file.
Please modify:
${Install-Home}/bin/*.sh:
JAVA_OPTS="-Xmx128m -client -Djava.library.path=$LIB_HOME" ...

to
 
${Install-Home}/bin/*.sh (Updated):
JAVA_OPTS="-Xmx128m -Djava.library.path=$LIB_HOME" ...

Once done, please try running the script again.
BENELUX GERMANY AUSTRIA / SWITZERLAND
+31 (0) 570 56 23 43 +49 (0) 800 12 22 587 +31 (0) 570 71 43 06
info@mindtimebackup.nl info@mindtimebackup.de info@mindtimebackup.de