Error is encountered while configuring Veritas Operations Manager (VOM) on the Central Server; error: Database configuration failed
| Article:TECH183915 | | | Created: 2012-03-15 | | | Updated: 2012-09-19 | | | Article URL http://www.symantec.com/docs/TECH183915 |
| NOTE: If you are experiencing this particular known issue, we recommend that you Subscribe to receive email notification each time this article is updated. Subscribers will be the first to learn about any releases, status changes, workarounds or decisions made. |
Problem
BACKGROUND
Installing VOM at the Central Server (CS) involves 2 steps.
1) Installing the VOM software at the command line.
2) Configure the software using a web browser.
ISSUE
During the configuration, an error is displayed about configuring the database (the installation wizard will automatically perform a rollback and display a link to view the configuration log).
Error
GUI:

Central Server configuration log:
[02/02/2012 13:50:40] Executing: /opt/VRTSsfmh/bin/xdbadm -s ***** HABDBSYNC -p ***** --odbc /etc/vx/VRTSsfmcs/.odbc.ini --database SFMdb3 --conf /var/opt/VRTSsfmcs/conf
[02/02/2012 13:50:41] Output:
[02/02/2012 13:50:41] Database configuration failed
error seen in config_db.log:
Wednesday, February 8, 2012 11:40:08 AM EST: svcadm enable -s svc:/system/vxsfmcsdb:default > /dev/null 2>&1
Wednesday, February 8, 2012 11:40:08 AM EST: Warning: : :
errors encountered during troubleshooting:
# /opt/VRTSsfmh/bin/xdbadm -s -u HABDBSYNC -p "12345" -c /var/opt/VRTSsfmcs/conf -o /etc/vx/VRTSsfmcs/.odbc.ini -d SFMdb3 -v
Error: rc = -1 error= Cannot connect to database
Details = [Sybase][ODBC Driver][SQL Anywhere]Parse error: Cannot find .ini file
Error: Failed to update password in db
# svcadm enable -s svc:/system/vxsfmcsdb:default
svcadm: Instance "svc:/system/vxsfmcsdb:default" has unsatisfied dependenciesEnvironment
Solaris 10
VOM 4.1
The issue appears to be isolated to a behavior of Solaris Fault Manager (SFM) service and may occur outside this specific environment.
Cause
Unknown dependency error using SFM service to start the VOM database during configuration. Presumably some type of system security hardening.
Solution
WORKAROUND
file to modify: /opt/VRTSsfmcs/config/adm/config_db.pl
(database configuration script)
change these 2 lines:
execute_cmd_log_only("svcadm enable -s svc:/system/vxsfmcsdb:default $DEV_NULL", "");
`echo "svcadm enable -s svc:/system/vxsfmcsdb:default" >> $upgradefile`;
to:
execute_cmd_log_only("$DB_BIN_DIR/db_start.sh $DEV_NULL", "");
`echo "$DB_BIN_DIR/db_start.sh" >> $upgradefile`;
NOTE: VOM database will be started during configuration using init db_start script rather than svcadm enable command
|
|
Article URL http://www.symantec.com/docs/TECH183915
Terms of use for this information are found in Legal Notices









Thank you.