User Guide

Appendix B: Changing Configured Database Password
This section provides the parameters for dbconn.bat(.sh) for each supported Avocent Management Platform
database type.
PostgreSQL
username - pass the provided username.
password - the password for the user.
driver - org.postgresql.Driver.
vendor - postgres.
dbname - ampdb - The database to connect to. The test runs against the postgres database.
port - localhost:5432 - You can replace the localhost with the ip address or dns name of the database host.
servicename - This is not used for Postgres.
Microsoft SQLServer
username - pass the provided username.
password - the password for the user.
driver - com.microsoft.sqlserver.jdbc.SQLServerDriver.
vendor - microsoft.
dbname - ampdb - The database to connect to. The -test runs against the master database.
port - <server name>:1433 - The port number takes precedence but this parameter can be replaced with the
instance name like this: <server name>\INSTANCE.
servicename - This is not used for SQL Server.
Windows Command
PostgreSQL - dbconn.bat postgres password org.postgresql.Driver postgres ampdb dbServerName:5432.
Microsoft Server SQL - dbconn.bat dbuser password com.microsoft.sqlserver.jdbc.SQLServerDriver microsoft
ampdbName dbserverName:1433.
136 Data Center Planner Installer/User Guide