Messaging Server: local DNS domain should include "localhost"

I'm having problems with Netscape
Messaging Server (3 and 4) in environments with certain DNS configurations.
<P>
Most customers configure their systems to use the local hosts database (/etc/hosts file)
before using DNS to resolve hostnames to IP addresses.
<P>
Netscape Messaging Server uses its own custom hostname resolution software, and
generally ignores system configurations that use /etc/hosts. This can cause
problems if the Messaging Server were to look for information that is not in
DNS, but in /etc/hosts.
<P>
Netscape Messaging software will occassionally attempt a DNS lookup on
"localhost". If you do not have localhost entries in the search path, you
may see one of two problems:
<OL>
<LI>Sendmail Emulator will return spurious Couldn't connect to
<mailserver hostname> to deliver mail. error.
<P>
This problem will happen in Messaging Server 4.0, 4.0.1, 4.0.3. This problem is fixed in 4.05 and 4.1.
<P>
For example, if you typed the following:
<P>
#/usr/lib/sendmail -v [email protected]
Subject: this is a test message
test text
You might have received the following response:
<P>
sendmail: Couldn't connect to to deliver mail.
sendmail: Message saved in /dead.letter
<P>
<LI>smtp is very slow (15 seconds - 2 minutes) in returning banner.
<P>
This problem may happen with Messaging Server 4.1.
<P>
System/Mail Administrators:
<P>
Netscape Messaging Server will ignore /etc/hosts
and NIS in this case.
Adding localhost to your /etc/hosts
file or NIS hosts database will not
resolve this problem.
<P>
You can verify the source of this problem with nslookup:
<P>
(succesful test)
<P>
machinename.domain.com% nslookup localhost
Server: nameserver.domain.com
Address: 200.00.XX.XXX
Name: localhost
Address: 127.0.0.1
(failed test)
<P>
kwikimart.mcom.com% nslookup localhost.machinename.domain.com.
Server: machinename.domain.com
Address: 200.00.XX.XXX
*** machinename.domain.com can't find localhost.domain.com.: Non-existent
host/domain
<P>
Network/DNS Administrators:
<P>
A DNS entry for localhost should be created for any domain in the search
path of the messaging server. "localhost." exists in the root nameservers
on the Internet, so this problem should onnly occur in networks where the
following is true:
<OL>
<LI>Direct access to the internet root (.) is not available.
<LI>Internal DNS does not have an entry for "localhost."
</OL>
<P>
The simplest solution is to create a domain and entry for "localhost." or
add "localhost" to a domain in mail server's domain search path.
<P>
NOTE: Netscape Technical Support can explain what DNS entries are required
for Netscape products. Netscape Technical Support does not support or
configure DNS for customers. This includes BIND (named) and Microsoft DNS.
</OL>

I think I found the answer to your problem here.
To save you some trouble, here is the quote:
{quote}
Q: Names on the internet are working fine, but looking up local names
from /etc/hosts or DHCP doesn't seem to work.
A: Resolver code sometime does strange things when given names without
any dots in. Win2k and WinXP may not use the DNS at all and just
try and look up the name using WINS. On unix look at "options ndots:"
in "man resolv.conf" for details on this topic. Testing lookups
using "nslookup" or "dig" will work, but then attempting to run
"ping" will get a lookup failure, appending a dot to the end of the
hostname will fix things. (ie "ping myhost" fails, but "ping
myhost." works. The solution is to make sure that all your hosts
have a domain set ("domain" in resolv.conf, or set a domain in
your DHCP server, see below fr Windows XP and Mac OS X).
Any domain will do, but "localnet" is traditional. Now when you
resolve "myhost" the resolver will attempt to look up
"myhost.localnet" so you need to have dnsmasq reply to that name.
The way to do that is to include the domain in each name on
/etc/hosts and/or to use the --expand-hosts and --domain options.
{quote}

Similar Messages

  • How do I host multiple domains on a single Messaging Server?

    How do I host multiple domains on a single Messaging Server?
    <p>
    To host multiple domains on one Messaging Server, use the
    mailAlternateAddress attribute. If you want to host two domains
    (customer1.com and customer2.com) on your server mail1.domain.com,
    make sure that:
    The various domains (in DNS) point to the installed mail server
    (you must have the MX records that
    points mail for customer1.com to mail1.domain.com and
    customer2.com to mail1.domain.com)
    That each person receiving mail at customer1.com and
    customer2.com has an appropriate mailAlternateAddress
    attribute describing the appropriate email address. For
    instance, John Doe can have an email address (i.e. the value
    of the 'mail' attribute for the John Doe LDAP entry) of
    [email protected] and receive his mail on
    [email protected] (the value of the mailAlternateAddress
    attribute)
    With Messaging Server 3.5, mailAlternateAddress can take the
    form of @mail1.domain.com. If jdoe's mailAlternateAddress is
    set to @mail1.domain.com, mail sent to [email protected]
    will be delivered to [email protected]

    jaygatsby1123 wrote:
    So what exactly am I doing with virtual hosts?  There is a place for Aliases...  What would I put in the "Aliases" box?
    Any other host name that you want to resolve to the specified virtual host.  It's quite literally an alias.
    if you want www.example.com and www.example.org to end up at the same web site and you already have a virtual host — Apple refers to virtual hosts as sites — configured for www.example.com in Server.app, then you'd add www.example.org as an alias for the www.example.com virtual host (site).
    Virtual hosts are implemented in a web server using some details of the HTTP or HTTPS protocol, and what the web browser (client) specified.  The client gets handed an IP address or a domain name by the user, and the client then fetches the associated IP address for the target web server from the client's DNS services or local host database, and the client then connects to the IP address and passes over the text string that the user had requested — the IP address or domain name or even some local shortcut set up in the client system — via the HTTP or HTTPS protocol.  The web server receives and processes this arriving text string from the client, and uses it to select which web site to render back to the web client.   One subtle detail lurks here, too: the server's own DNS configuration really isn't involved in the selection of the virtual host.

  • Do I need to run local DNS server for NAT/DHCP to work?

    Hello,
    I'm coming across all kinds of explanations how to set up a server for public access, having a static IP and a pointed domain, but I have a dynamic public IP and don't need the server to be accessible through a domain name. I just want all the computers in my office to connect to the web over 1 cable connection. I've used Gateway Setup Assistant to set up NAT and DHCP and DNS and what not, but it didn't work out of the box. After some bootpd.plist fixes I now have DHCP working, it's handing out IP addresses, but all LAN connected machines cannot get onto the web, only the server can.
    What am I doing wrong? Should I configure my DNS server differently? Or should it not be on at all, couldn't the local machines use my ISP's DNS servers?
    Currently DNS is configured like this:
    Settings are:
    accept recursive queries from the following networks: localnets
    forwarder IP addresses: (empty)
    Zones are:
    private. primary zone
    134.23.24.in-addr.arpa. reverse zone

    Though still a valid question for others I guess, I got my DNS working. The network preferences didn't have external DNS servers configured for the local network interface.

  • Messaging Server and mix of local and remote server mailboxes?

    Admittedly I am a messaging server noob. Sun came in and installed our Sun JES Server for us.
    That server is our LDAP, mail, and IM server.
    We would like to start using gmail for domains for some of our users, but not all of them.
    We use Postini for spam filtering. Right now if someone from the Internet sends an email to our domain, the mail is filtered by postini and then proceeds onward to our mail server and then local delivery to the correct mailbox.
    With Postini we believe we can set it so after filtering, some email accounts can proceed to our server while others proceed onto the gmail servers.
    The problem I foresee though is when sending mail internally. When we send email in house, email doesn't go through Postini and just gets delivered locally.
    Is there a way in the messaging server to make it so some address continue to be delivered locally while others continue on to a remote server (i.e. either to Postini or gmail servers directly) ?

    slo_chewie wrote:
    Does the email recipient address change when the email is sent to gmail i.e. does an email sent to [email protected] become [email protected]?
    We've got google for domains setup, so users would retain a @domain.com address regardless if there mailbox was hosted on the internal server or hosted at google.You can make use of the mailRoutingAddress: user attribute and source routing to get the desired behaviour e.g.
    => Set the following value to the LDAP entry of the user who is hosted on the gmail server. The "[email protected]" address should match the users mail: address:
    mailRoutingAddress: @gmail.com:[email protected]=> Ensure the following option has been tcp_local channel in your imta.cnf file. This option strips off the "@gmail.com" value of the recipient address before sending the email to the gmail.com servers.
    dequeue_removerouteMake sure you run "./imsimta cnbuild;./imsimta restart" after modifying the imta.cnf file.
    Regards,
    Shane.

  • Windows 7 or Windows Server 2008 R2 domain join displays error "Changing the Primary Domain DNS name of this computer to "" failed...."

    Hi,
    Windows 7 or Windows Server 2008 R2 domain join displays error "Changing the Primary Domain DNS name of this computer to "" failed...."
    DC:windows Server 2008 R2
    Domain functional level:Windows Server 2003
    When Winxp join domain, have no this error message.
    I checked http://support.microsoft.com/kb/2018583?wa=wsignin1.0 does't work.
    There have 3 suggestion in this article:
    1.The "Disable NetBIOS over TCP/IP" checkbox has been disabled in the IPv4 properties of the computer being joined.
    Doesnt's work.
    2.Connectivity over UDP port 137 is blocked between client and the helper DC servicing the join operation in the target domain.
    On my DC, I run netstat -an, reslut as below:
     UDP    192.168.20.3:137       *:*
    3.The TCP/IPv4 protocol has been disabled so that the client being joined or the DC in the destination domain targeted by the LDAP BIND is running TCP/IPv6 only.
    We are not using IPV6.
    This server recently updated from Windows Server 2003 to Windows Server 2008 R2. Before upgrade, when Win7 and Win2008 join this domain, also have the same error message.
    Please help to check this issue.
    Thank you very much.
    BR
    Guo YingHui 

    Hi Guo Ying,
    I have faced this critical error which makes over-writes the host names in the domain when you join.
    For example: Already you had a host name called as PC.domain.com in the domain.com Domain.
    When you try to add the another host name called as PC in the domain.com Domain, it doesn't give you the duplicate name error on the network it does over-write the existing host name called as PC.domain.com & it will add the new host name into the domain.
    Host name which got over-written will get removed from the domain. I faced this issue in my project. My DPM host name got removed from the Domain & new host name got joined into the domain which halted my backups for one day.
    Final Resolution is as follows:
    You need to start the dns console on the DC & drop down the domain name.
    Select the _msdcs when you click on _msdcs it will show the Name Server's list on the right hand side.
    You need to add the Domain Naming Master under the _msdcs or add all the domain controllers which you had.
    After you add the Name server's try joining the PC OR Laptop to the domain which is successfully joins it.
    Regards
    Anand S
    Thanks & Regards Anand Sunka MCSA+CCNA+MCTS

  • "Local Module is not an executable or is a link" when starting Messaging Server

    "Local Module is not an executable or is a link" when starting Messaging Server
    <P>
    If you see error messages like this one when you try to start Netscape
    Messaging Server:<P>
    19971009095543:Dispatch:Notification:Local Module (Account-Handler) is
    not an executable or is a link.
    Module not loaded.
    Startup Problem:
    Module Error-Handler is required for proper operation.
    Netscape Messaging Server Exiting!
    You may have a file permissions problem. This can happen if you change
    the Unix account that Messaging Server runs as. Try changing the
    permissions on the "bin" directory in your Netscape server root to make
    sure that the current Messaging Server user account has access to it
    (try granting public read and execute permissions to that directory);
    this should solve the problem.<P>

    BombingParadise wrote:
    Found out I need the latest version. I try downloading the latest version before and it keeps giving me this error saying I need to retry later. I restart my computer and try it again but I'm still getting the error >:\No you don't, Minecraft is built for Java 6.
    Amazing how you can do something as difficult as mod a game not yet built to be modded and yet not even know the basics of the basics of the command prompt, nor have the capacity to research it apparently.

  • Messaging Server can't find local accounts

    I recently upgraded to Messaging Server 3.5, and it is bouncing all
    local mail. I checked the Users & Groups and all accounts still exist.<P>
    Try telnetting to the SMTP port on the mail server and confirming the
    user's address; it may be unknown to the server. If the LDAP entries
    for user accounts use the "cn" addtribute in the dn for the user, like
    this:<P>
    dn: cn=jbarksdale
    <P>
    ... then go to the Messaging Server admin pages, go to Server
    Preferences, and choose the LDAP Routing Configuration. The "Search by
    user ID (uid)" box is checked by default. Uncheck the box and restart
    the Messaging Server, and this should solve the problem.<P>

    I recently upgraded to Messaging Server 3.5, and it is bouncing all
    local mail. I checked the Users & Groups and all accounts still exist.<P>
    Try telnetting to the SMTP port on the mail server and confirming the
    user's address; it may be unknown to the server. If the LDAP entries
    for user accounts use the "cn" addtribute in the dn for the user, like
    this:<P>
    dn: cn=jbarksdale
    <P>
    ... then go to the Messaging Server admin pages, go to Server
    Preferences, and choose the LDAP Routing Configuration. The "Search by
    user ID (uid)" box is checked by default. Uncheck the box and restart
    the Messaging Server, and this should solve the problem.<P>

  • Change of Mail Domain in SJS Messaging Server 2004Q2

    Hi,
    I've installed the SJS Messaging Server 2004Q2 with LDAP Schema 2 and a domain name abc.com. How can I change the domain name to xyz.net without any user migration and mail migration. Should I use thing like domain alias to other to achieve this task.
    Clive

    What I really want to do is that users are previously using abc.com as mail address and webmail and then switch to xyz.net in both mail address and webmail but still can receive mail using abc.com. Moreover I don't want to change the DIT and add a new organization in my ldap server
    Adding domain alias, I think I should use associatedDomain attribute. But, what is the meaning of change every reference to abc.com in ldap to xyz.net. Is it means changing the value of attributes in every mail user entry?

  • My e4200 as a local dns server

    Hi, 
    i'm trying to find out whether my e4200 has the possibility to be a local DNS server and if so, how I can configure it. As it is right out of the box, i cant ping any of my local machines on DNS. 
    Any ideas?
    thanks!

    If you are using windows pc's
    this will for the most part take of the local name resolution issues
    there are a few exceptions, which are mostly related to web browsers
    in that IE, Firefox, and others all deal with name resolution a little differently
    some need http://localclientname to work
    while others will will work with just the localclientname
    and the chaos of that is different amongst different versions of browsers
    but as far as local name resolution goes, the following works well
    On the router config page under the Setup tab for basic setup
    Internet Setup has a setting for domain name
    Domain Name: local
    DHCP Server Setting has a setting for static dns servers
    Static DNS 1: 192.100.1.1
    doing the above will put all of the local dhcp clients in the .local dns zone
    that the windows world can deal with for local name resolution
    as far as other devices etc, its hit miss, but this does work me very well
    I can even get name resolution to my network printer via web browser or via an os explorer ping etc.

  • Messaging Server 4.1: Received mail is not returned to the sender if the receiving local account does not exist.

    I have found that received mail is not returned to the sender if the receiving
    local account does not exist. This problem occurs even if I use Console to
    enable the Return message to sender option under the error handling methods.
    In addition, I have used the configutil
    to confirm that I have set the value
    for Unknown account action to "13," which corresponds to the settings "Return
    message to sender," "Notify the postmaster via email," and "Log the error in
    the log file." Yet, in this situation, an error message is being sent to
    postmaster, but not to the sender, and the error is not being recorded in the
    log file.
    <P>
    Do the following steps:<BR>
    <P>
    <OL>
    <LI>From Console, open the appropriate Messaging Server.
    <LI>Click the Configuration tab.
    <LI>Open the Services folder.
    <LI>Select SMTP.
    <LI>Click the System tab.
    </OL>
    <P>
    Check the "Domain handled by this server exclusively" field to make sure that
    your mail domain is listed. If your mail domain is not listed, then Messaging
    Server will assume that there is another mail server that is handling the
    domain listed and will forward requests to this server.
    <P>
    For more information, please see the document <I>Messaging Server
    Administrator's Guide</I>, Chapter 3, Configuring SMTP Services at <BR>
    http://docs.iplanet.com/docs/manuals/messaging/nms41/ag/smtp.htm#1010371

    On Thu, 12 Dec 2013 16:16:02 +0000, lpphiggp wrote:
    > I'm seeing this XTCOM error occur all over our /var/log/messages for one
    > server, running SLES11sp2 / OES11/sp1;
    >
    > I don't really know what this is even for. We don't use NetStorage or
    > iPrint even, this server only does basic NCP file serving, DHCP, and
    > hosts a GroupWise PO.
    > Is this anything to be concerned about?
    If this:
    http://www.linuxquestions.org/questi...entication-vs-
    edirectory-825043/
    is to be believed, it seems to indicate that your NAM configuration on
    this server is not valid. I'm not seeing this message here on the OES
    servers I looked at, and NAM is working correctly here.
    David Gersic dgersic_@_niu.edu
    Knowledge Partner http://forums.netiq.com
    Please post questions in the forums. No support provided via email.
    If you find this post helpful, please click on the star below.

  • Handling of outgoing local/nonlocal emails from messaging server

    Hi
    We have a domain xxx.com in our messaging server (2005Q1). If I as a user in this system send a mail to [email protected] that does not exist in the messaging server, I want it to go out to the smarthost in the dmz. Non existent email addresses within the local domain seems to be a problem. I do not think DOMAIN_UPLEVEL can help me with this. Or can it?. (This is not a question about how to set up a smarthost in imta.cnf). Microjunk Exchange send out all mails that it does not find local email addresses for. It does not matter if it is in the same domain.
    How can this be done in the Sun messaging server? If this can't be done we have to fake and rewrite the email addreses to let them go out to the smarthost. We want if possible to avoid this extra work.
    Thanks in advance
    Per-Olov

    Domain smarthost will cause mails addressed to the
    domain that are not found in ldap to be routed to
    that smarthost.
    daemon keyword in tcp_intranet will cause ALL
    messages addressed to any user within your
    "internal_ip" ip range to be routed to the hostthat
    follows. Not really "smarthost", but like a relay..
    We have both of these set - and in general it works
    fine. All email is sent out to our hubs/smarthosts
    for virus scanning etc.
    Our problem is that messages generated internally
    within the JES server (forwards, vacation, over quota
    bounces etc) are currently not sent out to the
    smarthost.These must route through one of your outbound channels, tcp_intranet, or tcp_local.
    You can put the daemon keyword on either of those, to achieve smarthost relay
    I can see why this would be desirable in
    most cases but for us we have some users who although
    they have fully working accounts on the Sun messaging
    server actually choose to have their email routed to
    other systems via the smarthosts. Out smart hosts are
    not JES servers (they actually run exim).Shouldn't matter.
    >
    It's been suggested that we need to set the daemon
    keyword on the autoreply channel...which is great
    except it seems the autoreply channel no longer
    exists in v6 :-(No, and that idea was never a starter.
    If you examine your mail.log_current for an autoreply message, you'll find it goes out through either tcp_local or tcp_intranet, depending on the ip address of the domain it's addressed to.
    Putting the daemon keywork on the autoreply channel would NEVER have worked. Autoreply and vacation is handled in 6.x via sieve filters.
    >
    Ideas?Examine your mail.log_current. See what channel your problematic messages are getting sent through. Add the Daemon keyword there.
    >
    Sun Java(tm) System Messaging Server 6.2-4.03 (built
    Sep 22 2005)
    libimta.so 6.2-4.03 (built 04:37:42, Sep 22 2005)

  • Getting single "generic" WLS 4.5.1 app to serve multiple DNS names, including SSL

    Hi everybody,
    I am trying to figure out a strategy to enable a single web application
    based on WLS 4.5.1 (SP13) running on Linux to serve multiple DNS
    names, with some specific pages to be transmitted using SSL.
    While the JSP pages differ in colouring and screen layout (but not in
    logic),
    the entire EJB business logic is identical for all DNS names. So are the
    servlets.
    The application data to be presented to the user can easily be mapped,
    and presently (with the application responding to a single DNS name)
    it is cached using a JNDI tree. To minimize coding effort, and
    to continue utilizing the present caching concept, only expanding it to
    support
    multiple similar "virtual" applications, I would prefer to
    continue using a single WLS instance when making the application "generic".
    But as a consequence of this, I could only present a single SSL certificate
    to the user if I had WLS answer internet HTTP requests directly.
    What would you think should be done to get the browsers
    "display the closed padlock while in the order form" for multiple DNS names
    served by this same application instance?
    One approach might be to put Apache in front of WLS, and configure it
    to serve multiple virtual hosts (one for each DNS name to be served,
    encoding the differences between the request URLs somehow in the ServerPath
    directive, and providing a separate SSL certificate for each of those
    virtual
    hosts).
    Does this make sense to you? Any experience in this area? Which Apache
    and WL modules should I be using - which combination
    of mod_proxy, mod_ssl (by Apache), mod_wl, mod_wl_ssl[_raven] ?
    Any input would be greatly appreciated! Thanks in advance!
    Ruben
    [A minor add-on question is: Is the situation truly different with
    WLS 6.0? I understand it supports virtual hosting on its own. Can multiple
    (web) applications running under a single common WLS "umbrella" server
    instance share the same application data? I would expect so - is this true?]

    Ruben, I can't help you with the specifics of the configuration but your
    general strategy seems correct to me. WLS does not handle multiple certs
    and one must front it with a Web server if multiple certs are required.
    Neil Smithline
    WLS Security Team
    BEA Systems
    "Ruben-B Reincke" <[email protected]> wrote in message
    news:[email protected]...
    Hi everybody,
    I am trying to figure out a strategy to enable a single web application
    based on WLS 4.5.1 (SP13) running on Linux to serve multiple DNS
    names, with some specific pages to be transmitted using SSL.
    While the JSP pages differ in colouring and screen layout (but not in
    logic),
    the entire EJB business logic is identical for all DNS names. So are the
    servlets.
    The application data to be presented to the user can easily be mapped,
    and presently (with the application responding to a single DNS name)
    it is cached using a JNDI tree. To minimize coding effort, and
    to continue utilizing the present caching concept, only expanding it to
    support
    multiple similar "virtual" applications, I would prefer to
    continue using a single WLS instance when making the application"generic".
    >
    But as a consequence of this, I could only present a single SSLcertificate
    to the user if I had WLS answer internet HTTP requests directly.
    What would you think should be done to get the browsers
    "display the closed padlock while in the order form" for multiple DNSnames
    served by this same application instance?
    One approach might be to put Apache in front of WLS, and configure it
    to serve multiple virtual hosts (one for each DNS name to be served,
    encoding the differences between the request URLs somehow in theServerPath
    directive, and providing a separate SSL certificate for each of those
    virtual
    hosts).
    Does this make sense to you? Any experience in this area? Which Apache
    and WL modules should I be using - which combination
    of mod_proxy, mod_ssl (by Apache), mod_wl, mod_wl_ssl[_raven] ?
    Any input would be greatly appreciated! Thanks in advance!
    Ruben
    [A minor add-on question is: Is the situation truly different with
    WLS 6.0? I understand it supports virtual hosting on its own. Can multiple
    (web) applications running under a single common WLS "umbrella" server
    instance share the same application data? I would expect so - is this
    true?

  • I receive text messages that should include a hyperilnk but it does not show.

    I receive text messages that should include a hyperlink for google map. For a while it was working fine. All of the sudden the link doesn't show in the message anymore. I thought they had stopped sending them but comparing the same message with another phone, the link was in that one.
    Am I missing a setting or was anything changed with the upgrades that I don't see the links anymore?
    Any help is greatly appreciated.

    Sorting and rearranging bookmarks - Firefox (and working with bookmarks)<br>http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox <br>&nbsp;<br>
    *SortPlaces<br>sorts ALL of your bookmarks in 3-6 seconds, suggest not doing automatic sorting<br>https://addons.mozilla.org/firefox/addon/sortplaces/
    *Go Parent Folder<br>locate the Bookmark folder for a Bookmark in Bookmarks search results<br>https://addons.mozilla.org/firefox/addon/go-parent-folder/
    *'''Show Parent Folder'''<br>adds a column to the Library List ("Ctrl+Shift+B" > View menu)<br>https://addons.mozilla.org/firefox/addon/show-parent-folder/<br>
    After installing "Show Parent Folder" add the "Parent folder" column by double-clicking on any column header in the Library List, you cannot sort on the "Parent folder": column, and you should go to the extension's options and turn on "Show folder hierarchy".

  • Server 2012 Secondary Domain Controller not picking up AD nor DNS responsibilities

    I had a single Domain Controller providing AD, DNS and  DHCP.  I went through the steps to add a Secondary Domain Controller.  All the AD and DNS info shows up in the Secondary Server, however, when my original Domain Controller is turned
    off, the second Domain Controller is not taking over for AD and DNS.

    Hi Bayousmurf,
    Good that you made some progress. However, can you please provide us the information on how you acheived transfering FSMO role to another DC since you had some issue earlier?
    Your initial intention was to demote the original DC. Please follow the below link for the steps to demote the DC.
    http://technet.microsoft.com/en-in/library/jj574104.aspx
    Still if I power off the original DC the new one isn't taking up DNS.  Still looking into the DNS...
    Can you please elaborate what exactly you are looking for? When you power off original DC, you don't see DNS in new DC? Is your DNS active directory integrated? If not please follow the below procedure to make it as a AD integrated. Once done, then, power
    off original DC and look in new DC to see if DNS shows up.
    http://www.tomshardware.com/faq/id-1954324/configure-active-directory-integrated-dns-zone-windows-server-2012-dns-server.html
    Thanks,
    Umesh.S.K

  • GSS 4492 as local DNS server

    Hi,
    I've got a customer who is interested in purchasing GSS's to provide local DNS services. They are a Windows/AD shop. Am I correct in thinking that the GSS can not be a replacement for there current local DNS, as the GSS (& Cisco Network Registrar) cannot support SRV records? Is there anyone that has ever used the GSS & CNR software as there local DNS in a mid-sized Windows/AD environment?
    Just curious on others thoughts about this.
    Thanks,
    Brad

    Hi,
    According to your description, my understanding is that the Name Server’s IP Address displayed as unknown in zone Properties.
    All of your name servers a belong to lab.vnext, then, does this problem occurred in the zone lab.vnext?
    Reference the environment you have described, I did a test lab and IP address of name server displayed as unknown. Until now, A work around way is to manually edit the unknown name server, and then click resolve to find the IP address of the corresponding
    FQDN.
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • Displaying Keywords in iPhoto'11

    Hello all ! I just started using iPhoto'11, and I cannot seem to display my keywords under each photo as I did in the previous version. The photo title (the image number from the camera) will display, and it also seems possible to display ratings (wh

  • Acrobat X Opening Slow

    We have been running Acrobat X Pro 10.1.0 in Windows 7 for quite some time.  In the last few days, it has started to open very slowly.  You click on either a .pdf file or the Acrobat shortcut and it takes 30 seconds + for Acrobat to load.  If you clo

  • White space in InlineGraphic

    I just use EditManager.insertInlineGraphic with an URI as source parameter. If i insert image as first character (with firstBaselineOffset = "auto") ,it work perfect . However ,when i try to insert image after some character , the image display with

  • Commons FileUpload utility

    Dear Fellow Java Developers: I need to upload files from my pc using JSP and was told that using the FileUpload utility from the Jakarta Commons package is the way to go. What I would like to know is if someone has some sample code that demonstrates

  • Logical multiply instead of pause trigger

    Hello all! Can some one help me with gating counter with another one, i want to produce modulated timebase, first counter generate pulses in continuous mode, and another one does the same, but with lower frequency, for example f1 = 20Hz, f2 = 0,1 Hz.