Manual Pages


Table of Contents

NAME

cifs domaininfo - display domain type information

SYNOPSIS

cifs domaininfo [ domain ]

DESCRIPTION

The cifs domaininfo command determines whether the specified domain is an NT4 or Windows 2000 domain. The domain option is not required if CIFS is running, and the node is a member of a domain. In all other cases domain must be specified.

When CIFS is running, additional information about current domain controller connections and known domain controller addresses for the specified domain is displayed. In addition, the current Active Directory LDAP server connection and known Active Directory LDAP servers are also displayed for the specified domain.

EXAMPLES

In this example CIFS is running, and information about the current domain is sought:

         FAS> cifs domaininfo
         NetBios Domain:           MYDOMAIN
         Windows 2000 Domain Name: my.domain.mycompany.com
         Type:                     Windows 2000
         Filer AD Site:            Default-First-Site-Name

         Current Connected DCs:    \\DC-A7-4
         Preferred Addresses:
                                   None
         Favored Addresses:
                                   172.18.1.28     DC-A7-4          PDC
                                   172.18.1.29                      PDC
         Other Addresses:
                                   None

         Connected AD LDAP Server: \\dc-a7-4.my.domain.mycompany.com
         Preferred Addresses:
                                   None
         Favored Addresses:
                                   172.18.1.28
                                    dc-a7-4.my.domain.mycompany.com
                                   172.18.1.29
                                    dc-a7-5.my.domain.mycompany.com
         Other Addresses:
                                   None

The DNS form of the domain name can also be used:

         FAS> cifs domaininfo other.dom.mycompany.com
         NetBios Domain:           OTHERDOM
         Windows 2000 Domain Name: other.dom.mycompany.com
         Type:                     Windows 2000
         Filer AD Site:            Default-First-Site-Name


Table of Contents