Setting up GSLB in a cluster 编辑
Note
Supported from NetScaler 10.5 Build 52.11 onwards.
To set up GSLB in a cluster you must bind the different GSLB entities to a node group. The node group must have a single member node.
Notes
- If you have configured the static proximity GSLB method, make sure that the static proximity database is present on all the cluster nodes. It happens by default if the database file is available at the default location. However, if the database file is maintained in a directory other than /var/netscaler/locdb/, you must manually sync the file to all the cluster nodes.
- The
show gslb domain
command is not supported in a cluster setup.
To set up GSLB in a cluster by using the CLI:
Log on to the cluster IP address and perform the following operations at the command prompt:
Configure the different GSLB entities. For information, see GSLB Configuration Entities.
Note
When creating the GSLB site, make sure that you specify the cluster IP address and public cluster IP address. The public cluster IP address is needed only when the cluster is deployed behind a NAT device. While configuring a GSLB site, you must use the cluster IP address of the same site. These parameters are required to ensure the availability of the GSLB auto-sync functionality.
add gslb site <siteName> <siteType> <siteIPAddress> -publicIP <ip_addr> -clip <ip_addr> <publicCLIP><!--NeedCopy-->
Create a cluster node group.
add cluster nodegroup <name> <name>@ [-strict ( YES | NO )] [-sticky ( YES | NO )] [-state <state>] [-priority <positive_integer>]<!--NeedCopy-->
Note
Enable the sticky option if you want to set up GSLB based for VPN users.
Bind a single cluster node to the node group.
bind cluster nodegroup <name> -node <nodeId><!--NeedCopy-->
Bind the local GSLB site to the node group.
bind cluster nodegroup <name> -gslbSite <string><!--NeedCopy-->
Note
Make sure that the IP address of the local GSLB site IP address is striped (available across all cluster nodes).
Bind the ADNS (or ADNS-TCP) service or the DNS (or DNS-TCP) load balancing virtual server to the node group.
To bind the ADNS service:
```bind cluster nodegroup
-service **To bind the DNS load balancing virtual server:** ```bind cluster nodegroup <name> -vServer <string><!--NeedCopy-->
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论