The following section contains information about configuring applications within GSS.
Adding a GSS application in Address Manager
- Log in to Address Manager.
- Select the DNS tab.
- Select the name of the view where the GSS Adaptive Application will interact with Address Manager.
- Select the name of the zone where the Host Record resides.
- Under Resource Records, click
New and select either Host
Record or Alias Record (CNAME).If you are creating a new Host Record, enter the following:
- Name: enter the name of the GSS application.
- Address: enter the IP address of the GSS application. Click Add to add next to the field to the IP address.
- GSS: select GSS from the drop-down menu.
- Click Add
If you are creating a new Alias Record, enter the following:- Name: enter the name of the GSS application.
- Host: select the host record for which the CNAME record is linked.
- GSS: select GSS from the drop-down menu.
- Click Add.
- Under Resource Records, select the name of the
Host Record or Alias record for the application. The Host
Record Details or Alias Record Details
page opens.Note: The record type affects the default responses that can be returned by DNS when no regional answer is available. You must use an Alias Record for the application if the Default search order might contain FQDN answers.
- Under Details, click GSS. The
Global Server Selector page opens in a new
tab.
Adding a GSS application in GSS
When configuring a GSS application in Address Manager, all users of GSS must have
full access to the global gss.bluecat
zone in which the GSS
application resides. This can cause problems where you would like to restrict the
access that GSS users have to the global zone that GSS uses. When configuring the
application in GSS, you can create a separate configuration zone within Address
Manager, allowing you to limit user access to specific zones while ensuring that
users still have the ability to work with GSS.
- Create a new DNS zone that you would like GSS users to have access to. For
example,
example.com
- Create a sub-zone within the created DNS zone to store the GSS configuration
data. The name must use the following naming convention:
_gss.<parent_zone>
. In this example, the sub-zone would be named_gss.example.com
. - Within the
config_zone.gss.bluecat
zone, create a new TXT record to indicate to GSS that theexample.com
sub-zone stores the GSS configurations. The TXT record must contain the following information:_gss.<parent_zone>.config_zone.gss.bluecat TXT <parent_zone>
In this example, the record would be the following:
_gss.example.com.config_zone.gss.bluecat TXT example.com
- By default, new applications are automatically placed in a separate
configuration zone based on the parent zone in which they reside. For
example,
<application>.example.com
is placed in_gss.example.com
. - If no specific zone is defined in
config_zone.gss.bluecat
, they are placed in thegss.bluecat
configuration zone. - Each parent zone can only have one configuration zone. You cannot define
two configuration zones with the same parent zone in the TXT record. For
example, the following TXT record is not
valid:
_gss.example.com.config_zone.gss.bluecat TXT example.com _gss.anotherexample.com.config_zone.gss.bluecat TXT example.com
- Open Global Server Selector.
- In the left navigation, click .
- Within Enter App Name field, enter the name of the
application that you would like to create. For example,
app02.example.com
.If the application does not exist, an icon appears next to the field indicating so.
- Click Add. The Add Host Record page opens.
- Under Record Type, select either GSS Host
Record or GSS Alias Record.If you are creating a new GSS Host Record, enter the following:
- Fallback IP address—Enter the fallback IP address of the GSS application. Click the + symbol to add another fallback IP address.
- Configure Search Order—(Optional) Select the search order that you would like to link to the application.
- Click Add.
If you are creating a new Alias Record, enter the following:- Fallback FQDN—Enter the fallback host record of the GSS application.
- Configure Search Order—(Optional) Select the search order that you would like to link to the application.
- Click Add.