Allows you to replace a server.
Output / Response
Replaces the server using the existing server ID.
API Call:
void replaceServer( long serverId, string
name, string defaultInterface, string
hostName, string password, boolean
upgrade, string properties
)
Parameter | Description |
---|---|
serverId | The object ID of the server that needs to be replaced. |
name | Name of the server to be replaced. |
defaultInterface | Management interface address for the server. |
hostName | The DNS FQDN by which the server is referenced. |
password | The server password. For more information on default server password, refer to BlueCat default login credentials (you must be authenticated to view this topic). |
upgrade | Flag indicating that server needs to be upgraded or not. True means server needs to be upgraded. |
properties | A string containing the following options:
Note: For DNS/DHCP Servers without multi-port support, the
interface-related property options will be ignored.
CAUTION: Resetting DNS/DHCP Servers will result in a service
outage. This service outage will last until you have deployed
services to the replacement system. Only reset DNS/DHCP Server
services if you are replacing the DNS/DHCP Server with a new
appliance of a different type and/or reconfiguring the IPv4 or IPv6
addresses of the Services interface on the appliance. BlueCat
recommends that you schedule a maintenance window before performing
a reset of DNS/DHCP Server services.
|