Cmdlets for DB2

Build 23.0.8839

AlternateServers Parameter (Connect-DB2 Cmdlet)

This property allows you to specify multiple servers in addition to the one configured in Server and Port . Specify both a server name and port; separate servers with a comma.

Syntax

Connect-DB2 -AlternateServers string

Data Type

cstr

Default Value

""

Remarks

This property allows you to specify the other servers in addition to the one configured in Server and Port. You must specify all servers using AlternateServers, Server, and Port.

Specify both a server name and port in AlternateServers; separate servers with a comma. For example:

Server=localhost;Port=27017;AlternateServers=localhost:27018,localhost:27019;

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839