Disaster Recovery
125
n
ov
do
cx (e
n)
16
Ap
ril 20
10
5d
In the
Content Servers
list, select the check box next to the first Primary Server, then click
Move Down
until the server is the last entry in the list.
5e
In the
Configuration Servers
list, select the check box next to the first Primary Server, then
click
Move Down
until the server is the last entry in the list.
5f
Click
OK
.
6
(Conditional) If you have any additional closest server rules configured, remove the first
Primary Server from the rules.
6a
In ZENworks Control Center, click the
Configuration
tab.
6b
In the Management Zone Settings panel, click
Infrastructure Management
>
Closest
Server Rules
.
6c
Select a closest server rule, then click
Edit
.
The Rule Construction dialog box is displayed.
6d
In the
Collection Servers
list, select the check box next to the first Primary Server, then
click
Remove.
6e
In the
Content Servers
list, select the check box next to the first Primary Server, then click
Remove
.
6f
In the
Configuration Servers
list, select the check box next to the first Primary Server, then
click
Remove
.
6g
Click
OK
twice.
7
Refresh all the devices (Primary Serves, Satellites, and managed devices) in the Management
Zone so that they get the new closest server rules.
8
(Conditional) Move the database to another device in any of the following scenarios:
You are using an internal ZENworks database (embedded Sybase SQL* Anywhere).
You are using an external database installed on the device hosting the first Primary Server
and you do not plan to use the device after uninstalling the Primary Server.
To move the database to another device:
8a
(Conditional) If you are using an external database, ensure that you have a reliable backup
of the database.
8b
Obtain the credentials of the database.
To procure the credentials of the internal database, use one of the following commands:
zman dgc -U
administrator_name
-P
administrator_password
or
zman database-get-credentials -U
administrator_name
-P
administrator_password
To obtain the credentials of the external database, contact the database administrator.
8c
Remove the database role from the first Primary Server:
8c1
Log into the database.
8c2
In the SQL editor, execute the following SQL query to remove the database role
entry for the first Primary Server from the zZENServerRoles table:
delete from zZENServerRoles where Roles=‘Database’;