The Symphony DE Platform Management Console is not supported on Solaris.
When you launch Symphony on Linux, you see a message that the page cannot be displayed.
To check for port conflicts, see %SOAM_HOME%\gui\logs\catalina.out (Windows) or $SOAM_HOME/gui/logs/catalina.out (Linux/UNIX).
To change port numbers that are in conflict, refer to Change port numbers.
To see which port numbers have conflicts, check the files in %SOAM_HOME%\logs on Windows or $SOAM_HOME/logs on Linux/UNIX.
To change port numbers that are in conflict, refer to Change port numbers.
The number of hosts in a Symphony DE cluster is limited to two. If you try to start more than two hosts, the following error is logged:
agent.VemResourceConf - VemResourceConf::addHost() : Failed to add host <hostname> to Symphony DE Cluster since Symphony DE can only support 2 hosts in the Cluster.
You cannot start up Symphony DE or run commands if your environment variables are not set correctly.
Ensure the SOAM_HOME environment variable is set to your Symphony DE installation directory. From the command prompt, enter:
From the command prompt, enter echo %Path% and ensure the following is in your Path environment variable: %SOAM_HOME%\5.1\win32-vc7\bin;%SOAM_HOME%\5.1\win32-vc7\etc;%SOAM_HOME%\5.1\win32-vc7\lib\
rpm -ivh ‑‑dbpath /usr/soam/db ‑‑prefix /usr/soam symphonyDE‑linux2.6‑glibc2.3-x86-5.1.0-build_number.rpm ‑‑nomd5
The RPM database directory, as --dbpath specifies, must exist on the local disk before installing. Also, these RPM versions do not support the rpm --prefix option. RPM uses the RPM_INSTALL_PREFIX to determine the installation directory. To install in a different directory, set RPM_INSTALL_PREFIX so that RPM can install Symphony DE to the specified destination directory.
For RPM 4.2, log on as root and delete all files in /var/lib/rpm prefixed with _db.00.
RPM 4.1.1 cannot install on a Quadrics Resource Management System (RMS) kernel. RPM cannot get a shared lock in this environment, so it cannot update the RMS data base directory.
Restart your system under a different kernel to install Symphony DE. After installing, you can restart the RMS kernel.
The RPM database directory you specify with the --dbpath option must exist on the local disk before installing. You must also specify the --nodeps option
mkdir /opt/symphonyDE/DE51/dbsetenv RPM_INSTALL_PREFIX /opt/symphonyDE/DE51ln -s ./opt/symphonyDE/DE51 /soamrpm -iv --dbpath /opt/symphonyDE/DE51/db --prefix /soam symphonyDE-linux2.6-glibc2.3-x86-5.1.0-build_number.rpm --nodeps
If you install Symphony DE using the customized dbpath, then when you uninstall DE ensure that you use the same dbpath.