C H A P T E R 3

Custom/Manual Configuration

Commit the Configuration

Creating Hosts

Next, the hostname www.somedomain.xyz-ex.comis created:

7190/config/dns/zones/somedomainex.xyz-

ex.com# hostnames create www

Create Hostname Successful

The next step is to map the services www.somedomain.xyz-ex.com to the load balancer. The following assumes the IP addresses of the load balancer to be 10.54.67.4 (service 10.54.67.5:80) and 10.100.68.4 (service 10.100.68.5:80), and that the agents are enabled and running on the default port 1999. (Agents are enabled or disabled using the CLI of an Intel Load Balancer, with the command, config sys multisite <enabledisable>.) It is assumed that the agent names are the same as their IP addresses.

7190/config/dns/zones/somedomainex.xyz- ex.com# hostnames www siteservices

7190/config/dns/zones/somedomainex.xyz- ex.com/hostnames/www/siteservices# map

lb1:10.54.67.5:80

Site Service Mapped

7190/config/dns/zones/somedomainex.xyz- ex.com/hostnames/www/vips# map

lb2:100.68.5:80

Site Service Mapped

The commit command is used at this to point put the configuration into effect.

7190/config/dns/zones/somedomain.xyz-ex.com/ hostnames/www/vips# commit all

Warning: Your active configuration will be overwritten.

Are you sure you want to commit the configuration (yesno)? yes

Configuration has been committed

21

Page 29
Image 29
Intel 7190 manual Commit the Configuration, Creating Hosts