This section provides instructions for configuring the ZENworks database by running the ZENworks installation program on the database server. This method is required if you are using an external PostgreSQL database. For other databases, this method is useful if your ZENworks administrator and database administrator are not the same person.
Ensure that the server where you plan to install the external database fulfills the requirements in Section 2.0, Database Requirements and Prerequisites for External Databases.
On the server where you have installed the external database, insert the ZENworks installation DVD or mount the ZENworks ISO.
IMPORTANT:If you have not already burned the ZENworks ISO image to a DVD, you need to do so before beginning the installation. Do not extract the ISO image and use it to install.
If the DVD auto-runs the database installation program, exit the program.
Enter the following at the command prompt on the external database server:
DVD_drive:\setup.exe -c
or
If ZENworks has already been installed on a device, and if you want to use the device to configure another instance of the ZENworks database (on the same device or on another device) by using the external database installation program, run the following command:
DVD_drive:\setup.exe -c --zcminstall
On the Select ZENworks Database page, select one of the following:
Select ZENworks Database
Select Audit Database
Select both ZENworks Database and Audit Database
NOTE:When the ZENworks Database and Audit Database option is selected, you need to create the ZENworks database schema first and then create the audit database schema.
The supported combinations of ZENworks and Audit database are shown below:
ZENworks Database |
Audit Database |
---|---|
Embedded PostgreSQL |
|
External PostgreSQL |
|
Microsoft SQL Server |
Microsoft SQL Server |
Oracle |
Oracle |
On the Select Database type page, select one of the following, then click Next:
PostgreSQL: Creates a ZENworks database schema on a PostgreSQL Server.
Microsoft SQL Server: Creates a ZENworks database schema on a Microsoft SQL Server.
Oracle: Specifies a user schema that you can use to set up an external Oracle database schema for use with ZENworks.
IMPORTANT:The server hosting the database must have time synchronization with all of the Primary Servers in the Management Zone.
Refer to the following section for details on the information that you need to know (you can also click the Help button for similar information):
Installation Information |
Explanation |
---|---|
PostgreSQL Server Configuration |
Specify the port used by the PostgreSQL database server. By default, port 54327 is used for the ZENworks database and port 54327 is used for the Audit database. Change the default port number if you have a conflict. |
PostgreSQL Access Configuration |
Defaults are provided for some of the information, which you can change as necessary:
|
Database File Location |
Specify the path where you want to create the ZENworks PostgreSQL database file. By default, the installation program creates the drive:\novell\zenworks directory, which you can change. A \database directory is appended to the default directory. For example, the default path is drive:\novell\zenworks\database. The default path for the Audit database is the same as for the ZENworks database. |
Review Database Information |
Review the database configuration information. The Server Address field displays the IP address configured in the hosts file. This does not impact the database installation. The database driver information is automatically detected by the ZENworks database installer. |
Review SQL Scripts |
Review the SQL scripts to be executed during the database creation. |
Installation Information |
Explanation |
---|---|
External Database Server Configuration |
The database server must have an MS SQL database installed. Defaults are provided for some of this information, which can be changed as necessary:
|
External Database Configuration > Database Location (applicable only for the new database) |
Specify the path of the existing MS SQL database file on the SQL server. By default, it is c:\database. NOTE:Ensure that the specified path exists on the device hosting the database before the installation starts. |
Review Database Information |
Review the database configuration information. |
Review SQL Scripts |
Review the SQL scripts to be executed during the creation of the database. You can only view the scripts. |
Installation Information |
Explanation |
---|---|
Oracle User Schema Options |
During ZENworks installation, you can select to create a new user schema or specify an existing schema that resides on a server in your network. To use an existing user schema, the user schema must be created separately by using the ZENworks database installation method (setup.exe -c). ZENworks requires tablespaces to be created on the Oracle database. A tablespace can be created either by ZENworks or Database Administrator. For an existing user schema, specify the information for the tablespace that is already created by using ZENworks database installation method. |
Oracle Server information |
The database server must have an Oracle database installed. Defaults are provided for some of this information, which can be changed as necessary:
|
Oracle Administrator (applicable only for the new user schema) |
|
Oracle Access User |
|
Review Database Information |
Review the database configuration information. |
Review SQL Scripts |
Review the SQL scripts to be executed during the creation of the database. |