Users Guide

Table Of Contents
3. Create a new user in SQL Server
4. Connect to the OpenManage Essentials database
The following sections provide the instructions to retarget the OpenManage Essentials database.
Backing Up the OpenManage Essentials Database
Before you begin to backup the OpenManage Essentials database:
Ensure that OpenManage Essentials is installed on the system using the Typical installation method.
Ensure that Microsoft SQL Server Management Studio is installed on the system where OpenManage Essentials is installed.
Ensure that you stop Internet Information Services (IIS) and all OpenManage Essentials services.
To back up the OpenManage Essentials database:
1. Open SQL Server Management Studio.
2. In Object Explorer, expand the Databases node.
3. Right-click the OMEssentials database and then click TasksBack Up.
The Back Up Database - OMEssentials window is displayed.
4. Click OK to start the database back up.
A confirmation message is displayed after the database back up is completed. The OpenManage Essentials database back up file,
OMEssentials.bak, is saved at C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESSOME\MSSQL\Backup.
Restoring the OpenManage Essentials Database
Before you begin to restore the OpenManage Essentials database:
Ensure that OpenManage Essentials database back up file, OMEssentials.bak, is available on the system. If required, you must
copy and paste the OpenManage Essentials database back up file from the system where you created the back up file.
Ensure that Microsoft SQL Server Management Studio is installed on the system.
Ensure that you have sysadmin access for SQL Server.
To restore the OpenManage Essentials database:
1. Open SQL Server Management Studio on the system where you want to restore the OpenManage Essentials database.
2. In Object Explorer, right-click DatabasesRestore Database.
The Restore Database window is displayed
3. Under Source, select Device and click the browse button.
The Select backup devices window is displayed.
4. Click Add and then browse to select the OpenManage Essentials database back up file.
5. Click OK to close the Select backup devices window.
6. Click OK in the Restore Database window to start restoring the database.
A confirmation message is displayed after the database is restored. The restored OMEssentials database is displayed under
Databases in Object Explorer.
NOTE: The database restoration may not be successful if multiple instances of the backup file, OMEssentials.bak, are
available on the system. To resolve the issue, rename both the files (OMEssentials and OMEssentials_log) in the Restore
database file as section of the Restore Database window, and then try restoring the database.
Creating a New User in SQL Server
To create a new user in SQL Server:
1. Open SQL Server Management Studio on the system where you restored the OpenManage Essentials database.
2. In Object Explorer expand the Security node.
3. Click LoginNew Login.
27