[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 3


lsnamsv Command

Purpose

Shows name service information stored in the database.

Syntax

lsnamsv { -C | -S"AttributeList ..." } [ -Z ]

Description

The lsnamsv high-level command shows customized, TCP/IP-based name service information from the /etc/resolv.conf file only. No information from the name server database is shown. The command can extract all customized name service information or selected name service attribute information from the configuration database.

You can use the Network application in Web-based System Manager (wsm) to change network characteristics. You could also use the System Management Interface Tool (SMIT) smit lsnamerslv fast path to run this command.

Flags


-C Extracts all customized name service configuration information.
-S "AttributeList ..." Specifies a selected set of attributes to be extracted from the system configuration database. Attributes can be the following:

Domain
Domain name

NameServer
Internet address of name server in dotted decimal format
-Z Specifies that the output be in colon format. This flag is used when the lsnamsv command is invoked from the SMIT usability interface.

Examples

  1. To list all customized name service configuration information in dotted decimal format, enter the following command:

    lsnamsv -C
    
  2. To list selected attributes, enter the following command:

    lsnamsv -S "domain nameserver"
    

    The -S flag indicates that the quoted list that follows contains a list of attributes to display.

Related Information

The namerslv command.

For information on installing the Web-based System Manager, see Chapter 2: Installation and System Requirements in AIX 5L Version 5.1 Web-based System Manager Administration Guide.

Naming and Understanding the SMIT Interface for TCP/IP in AIX 5L Version 5.1 System Management Guide: Communications and Networks.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]