Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP OpenCall SS7 platform Operations Guide: For Release 3.1 on Linux > Chapter 3 Configuring the Platform

Configuring the Domain Name Server (DNS)

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

HP OpenCall SS7 supports systems using DNS-based name/address resolution provided that:

  • The file /etc/host still contains the primary name/address resolution scheme, that is, the file /etc/nsswitch exists and contains the following entry:

    hosts: files dns <more>

    where <more> stands for additional resolution schemes. See nsswitch.conf for the list of addition resolution schemes.

  • Additional resolution schemes:

    On Linux any name/address resolution scheme is supported, provided that the Name Service Caching Daemon nscd is installed, properly configured and started.

    See ncsd.conf for details.

    This sample section from the file /etc/ncsc.conf configures host name / address resolution caching:

    enable-cache
    positive-time-to-live
    negative-time-to-live

    suggested size
    check-files
    hosts
    hosts
    hosts
    hosts
    hosts
    yes
    3600
    20
    211
    yes

  • The OC administrator must also activate ncsd on Linux, when the DNS being used is not on the same physical LAN as the HP OpenCall SS7 system and is not dedicated to OpenCall DNS traffic.

  • The system name returned by uname -n must not be on the Fully Qualified Domain Name (FQDN)i:

    $ uname -n
    tarifal
    $ uname -n
    toto.grenoble.hp.com


    (GOOD)


    (BAD)

  • The format of the /etc/hosts file contents is shown in the following example:

    127.0.0.1
    15.128.130.92
    15.128.130.93
    15.128.130.94
    15.128.130.95
    localhost
    foo
    foo1.hp.com
    foo2
    foo3.hp.com
    localhost.localdomain local
    foo.grenoble.hp.com
    foo1
    # OK
    # OK
    # BAD
    # OK
    # BAD

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.