User Manual Chapter 6

6-8 Chapter 6: Configuring the DecisioNet System Environment
2. Edit the <id> parameter to identify a unique number (1-99) for each
CBS.
3. Edit the <hostname> parameter to identify the IP address and
domain name, or a host name and domain name for each CBS.
4. Save the file.
CBS Number CBS MAC Address
1 08000E382EE7
11 08000E383B45
12 08000E39412E
13 08000E39C245
For example, if your site had a domain name of STORENET and CBSs
installed as shown in the table above, the DNCBSCONFIG.XML file
would be as follows:
<?xml version="1.0"?>
<!DOCTYPE cbsconfig SYSTEM "dncbsconfig.dtd">
<cbsconfig>
<cbs>
<id>1</id>
<hostname>ncrdnet382EE7.STORENET</hostname>
</cbs>
<cbs>
<id>11</id>
<hostname>ncrdnet383B45.STORENET</hostname>
</cbs>
<cbs>
<id>12</id>
<hostname>ncrdnet39412E.STORENET</hostname>
</cbs>
<cbs>
<id>13</id>
<hostname>ncrdnet39C245.STORENET</hostname>
</cbs>
</cbsconfig>