Shutting down a multi-user database in UNIX using DBMAN
- Last Updated: January 14, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The Unified Broker framework includes not only OpenEdge Explorer and Progress® OpenEdge® Management, but also the DBMAN utility. You can use DBMAN to start, query, and stop databases. DBMAN is especially useful in UNIX. You can script and automate administration tasks using DBMAN.
One useful way of using DBMAN is to script shutting down a database when you want to perform tasks in single-user mode, such as index rebuild, offline backup or other maintenance tasks.
Before you can use DBMAN to shut down a multi-user database, you must ensure that the database has already been configured in OpenEdge Explorer. You also need to ensure that the AdminServer is running.
|
Where:
| The name of the host machine on which the AdminServer is running.The default name is localhost. |
| The port number or service name on which the AdminServer is running.The default port number is 20931. |
| The logical name of the database configured in OpenEdge Explorer. |
| The name of the configuration for the database. |
|