GlobalNames zone problems

I am trying to set up globalnames zone to work on Windows 2008R2. A domain mydomain.dir contains just two DCs and no other servers.
I created it as described in
http://technet.microsoft.com/en-ca/library/cc731744.aspx
I also read the following
http://social.technet.microsoft.com/Forums/en-US/winserverNIS/thread/8953820a-3f2f-4929-9a3e-2b0731b80e04 and
http://social.technet.microsoft.com/Forums/en-US/winserverNIS/thread/8953820a-3f2f-4929-9a3e-2b0731b80e04/
I ran the dnscmd servername /config /enableglobalnamessupport 1 on the server
I checked that EnableGlobalNamesSupport is set to 1 in the registry.
I restarted DNS service.
I created a GlobalNames forward-lookup zone - Active Directory integrated, primary, replicate to all DNS in the forest (I also tried to all DNS in domain), no dynamic updates.
I created a zone singlelabel.dir on the same server and added  an A record to it for SRV1.
I created a CNAME record in the GlobalNames zone to SRV1 pointing to  SRV1.singlelabel.dir.
I am trying resolution from the DNS server itself.
I can resolve SRV1.singlelabel.dir and SRV1.globalnames, but I cannot resolve SRV1.
What did I do wrong?

I observed this problem occurs when your have "DNS Suffix Search List" policy configured in your environment and Globalnames is not included on that list. It's strange but it's true - I was able to reproduced this scenario again and again.
Resolution: Just add "Globalnames" to your DNS Suffix search list. Of course, this is in additional to setting up the globalnames
as described here -> http://technet.microsoft.com/en-ca/library/cc731744.aspx

Similar Messages

  • Problems setting up a GlobalNames zone (2012 R2)

    Hi Folks
    I am studying for my 70-411 exam and cannot make my GlobalNames zone to function.
    To set-up the GlobalNames zone I:
    1) Created a 'GlobalNames' forward-lookup zone (Active Directory integrated, replicate to all DNS in the forest, dynamic updates  off)
    2) Enabled the zone using the following poweshell command
    Set-DnsServerGlobalNameZone –ComputerName home-dc-01 –Enable $True
    3) Created a couple of CNAME records including
    Alias:        testglobal
    FQDN:        testglobal.GlobalNames
    Target FQDN:    home-ap-01.pcecorp.com.
    4) Rebooted the DC
    However if on the server I use NSLOOKUP and query testglobal this fails:
    C:\>nslookup
    Default Server:  UnKnown
    Address:  ::1
    > server 192.168.0.101
    Default Server:  [192.168.0.101]
    Address:  192.168.0.101
    >
    > testglobal
    Server:  [192.168.0.101]
    Address:  192.168.0.101
    *** [192.168.0.101] can't find testglobal: Non-existent domain
    >
    I have checked:
    EnableGlobalNamesSupport is set to 1 in the registry of the DNS Server
    ("EnableGlobalNamesSupport"=dword:00000001)
    Flushed the servers DNS Cache
    Also tested on a Windows 8 client (that points its DNS to the server)
    Nslookup finds the FQDN: home-ap-01.pcecorp.com.
    What have I done wrong?         
    I have searched this forum and a couple of posts say adding a DNSSuffix to fixed this.  Is this what you have to do, or was this to fix particular situations? and if so why do the guides/docs not mention this?
    Thanks in advance for any help.

    Finally managed to resolve this one (in my case), I had signed my Domains DNS Zone using DNSSEC.  I unsigned the zone and restarted DNS and then GlobalNames started to work.
    "GlobalNames is not supported if it has CNAME records that maps to A records on a SIGNED DNS Zone"
    Source:
    Link

  • KOrganizer time zone problem

    I'm having this weird time zone problem with the KOrganizer Calendar. I'm in Chile and the goverment extended the daylight saving time for a couple of months (until May 7). I already installed the latest tzdata 2011e-1 package (from testing) which contains the updated rules for America/Santiago.
    Now if I create an event in Calendar, let's say tomorrow April 8 starting at 10:00 AM, everything is fine. But if I restart the application the event is shifted by one hour (11:00 AM) as if KOrganizer was using an outdated time zone database. When I click on the event to bring up the edit dialog the right time reappears! If I save the event the time is corrected and everything is fine again unless I restart the app.
    Has anyone had a similar problem? The only thing I can guess why this is happening is that KDE somehow uses more than one source for the time zone info.

    There are a couple of ways you could do it.
    Way 1:
    Search for a file by name 'glogin.sql' on your client work station and add the following statement
    alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS';Make sure you save the file. This change will apply to all users who will log into the database using SQL*PLUS from your machine.
    Way 2:
    Create a shortcut and place it some where (for example on the 'DESKTOP').
    Right click on the short cut and choose properties.
    Change the text corresponding to the 'Start in' box to reflect the current location of the shortcut.
    Create a file by name 'login.sql' and place it in the same folder as the shortcut.
    Edit the file and add the following line.
    alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS';Make sure that you save the file.
    When you double click the shortcut to start SQL*Plus and login, the script 'login.sql' is executed.

  • PHP in Solaris 10 and Non-Global Zones: Problem of performance?

    Hi friends
    We are feeling a poor performance with applications developed with PHP in Solaris 10, with non-global and global zones, while Intel platform (Xeon and Pentium), performance is very good. Difference between both platforms is about 200% aprox, one second in Intel to 9, 12 or 20 seconds in Solaris depending of model.
    Our tests were developed in:
    1. SF T2000 server Solaris 10 global zone
    2. SF T2000 server Solaris 10 non-global zone
    3. SF280R server Solaris 10 non-global zone
    4. V240 server with 1 GB memory, 1*US III-i 1.0 GHz and Solaris 9 (really this version for test and comparisons)
    5. V240 server with 8GB memory, 2*US III-i 1.5Ghz and Solaris 9 (really this version for test and comparisons too)
    Intel platforms were:
    1. Intel Pentium 4 2GHz 2GB memory, Linux Fedora and PHP 4.4.4
    2. Intel Xeon 2 core, 2.33GHz 2GB memory, Linux Fedora and PHP 4.4.3
    Versions of products are:
    1. Solaris 9 or Solaris 10
    2. PHP 4.4.7 downloaded from http://www.php.net/downloads.php
    3. Apache 2.0.59
    4. MySQL 4.1.15-log
    Our php compilation and installation were:
    ./configure --prefix=/usr/local/php-4.4.7 \
    --with-pear \
    --with-openssl=/usr/local/ssl \
    --with-gettext \
    --with-ldap=/usr/local \
    --with-iconv \
    --enable-ftp \
    --with-dom \
    --with-mime-magic \
    --enable-mbstring \
    --with-zlib \
    --enable-track-vars \
    --enable-sigchild \
    --disable-ctype \
    --disable-overload \
    --disable-tokenizer \
    --disable-posix \
    --with-gd \
    --with-apxs2=/usr/local/apache2.0.53/bin/apxs \
    --with-mysql  \
    --with-pgsql \
    --with-oci8=/oracle/product/9.2.0 \
    --with-oracle=/oracle/product/9.2.0  \
    --with-png-dir=/usr/local \
    --with-zlib-dir=/usr/local \
    --with-freetype-dir=/usr/local \
    --with-jpeg-dir=/usr/local
    make
    make install
    Questions:
    Is there any problem of PHP with SunFire T2000 servers or 64-bits platforms?
    Is there any flag of PHP would be use to compilarion PHP in 64-bits or multithread?
    I wait for any comments or suggestions about our problem with PHP compilation and performance in Solaris 10. Thanks a lot.
    Sergio.

    I presume you compiled php on the Sun server, was this done using gcc or the Sun One C compiler.
    If the latter then you can also use the flag: --enable-nonportable-atomics when you run configure                                                                                                                                                                                                                                                                                                                                                                                                   

  • Time Zones problem in IDoc Adapter

    Hello,
    we have a problem regarding time zones. We send an IDoc from an external system to the XI IDoc adapter. the external system has only one time zone which is set to CET. Our SAP XI system as well as the op system is also set to CET and the same also goes for all user properties.
    We need the value of "TIME_SENT" from the xml message header to achieve our mapping. This works out pretty good but unfortunately we find the wrong time in the xml message header, which is UTC in this case.
    Does anyone know where in the J2EE engine or in the IDoc adapter this UTC date comes from and where to configure the time zone?
    Thanks in advance
    /Michael

    hi once more:)
    maybe check you j2ee too:
    log on to
    http://server:port/sap/monitoring/SystemInfo
    then choose system properties for your server
    inside you'll find user.timezone
    check if this value is ok
    Regards,
    michal

  • Zone problem in Open Solaris

    Hi Experts,
    Below is the task I am doing to configure the zones in Open Solaris 2009.06:-
    1 pfexec zfs create -o mountpoint=/zones rpool/zone
    2 pfexec zonecfg -z myzone
    3 myzone: No such zone configured
    Use 'create' to begin configuring a new zone.
    zonecfg:myzone> create
    zonecfg:myzone> set zonepath=/zones/myzone
    zonecfg:myzone> add net
    zonecfg:myzone:net> set physical=e1000g0
    zonecfg:myzone:net> set address=10.0.2.25
    zonecfg:myzone:net> end
    zonecfg:myzone> exit
    4 pfexec zoneadm -z myzone install
    5 pfexec zlogin -C myzone
    I am able to login to myzone with no problem.
    When I run the command "**whoami**" it get the error - bash: woami: command not found.
    If I run command ls -l It does not show me the filesystem.
    Here is what I am trying to do:-
    I am trying to install Sun Java system web server 6.1 SP11on myzone a Development Box. But I getting following error message on myzone.
    Error:Unable to locate binary 'whoami'
    Please make certain this binary is on your path and try again.
    Same issue is with :-
    Sun Identity Manager:
    Java does not appear to be installed on this system. In order to run the Sun Download Manager you must install a Java(TM)2 JRE or JDK. Java is available from www.sun.com for no charge. While this application will work with any version of Java2, it is recommended that you use Java 1.4 or later.
    mv: install.sfx.2408 and ./install.sfx.2408 are identical
    11:30:52 AM
    Sun (TM) Download Manager 2.0
    Copyright (c) 2001-2006 by Sun Microsystems, Inc.
    All rights reserved.
    root@application1:/export/home/guru/idm/SUNwebinstall# Starting Java interpreter...
    ./sdm.sh[220]: java: not found [No such file or directory]
    ERROR: Java interpreter reported a problem. Please, check the
    ERROR: output log
    Please suggest appropriate steps to be taken to resolve this issue.
    Sunil.

    I am only learning myself so I am no guru, but I have been doing simillar things..
    You may have to make the filesystem available to the zone.
    zonecfg -z myzone
    zonecfg:myzone> add dataset
    zonecfg:myzone:net> set name=rpool/zone
    zonecfg:myzone:net> end
    zonecfg:myzone:net> commit
    zonecfg:myzone> exit
    -- boot the zone
    zoneadm -z myzone boot
    login to your zone and list the filesystems
    zfs list

  • Time Zone Problem

    Dear ABAPers,
    I have got one requirement in my project.
    The requirement is like this. The User(USER1) will create the sales order for the company Code 1000(Austrlia) and the same user will create the Sales order for the company code2000(United states).
    The creation time should be taken from company code time zone.But it is taking from user time zone.Is there any User exit to solve this problem or is there any settings available to solvethis problem.
    Thanks & Regards,
    Ashok kumar.

    Dear ABAPers,
    If you need any more information please reply.
    Thanks & Regards,
    Ashok kumar.

  • Changing date and time is wrong with time zone problem

    Okay, searched some of the forums, but didn't get the most correct answer to this:
    I just imported all my photos into Aperture from iPhoto (chose to have Aperture manage files as I don't plan on using iPhoto any longer. When I imported the files, I decided to do some organizing by date into folders. no problem.
    In some of my projects, I found some files that I imported from scans or got from others who had a film roll and processed it at a lab, and the dates from those files aren't the dates that the event took place. I went into Metadata>Adjust date and time, and changed the date (not so much the time I'm worried about), and checked the "change the masters" little box, too.
    After I close out of that box, the picture has the wrong date. I've determined this is because of the time zone support. I currently live in Japan, and I would like my photos here to show up as the date in the place they were taken. I think the date I enter, it thinks is the date I'm currently in (GMT +9), but aperture chooses to convert the date as if I was saying "hey, the picture I took happened on "date" in GMT +0:00)" which then makes it look in the metadata view as if it happened a day earlier.
    Any imported photos come in as the correct date and time and correct time zone, as far as I can see. It's just when I change the date and time it thinks I mean to have aperture convert it to GMT + 0:00. (but on a little more of a funny side... older pictures that happened in other time zones back in the states it lists the correct date and time for when the picture was taken, but "says" it's GMT +9:00) (another issue I'll deal with later maybe!)
    Hope I've described it in such a way that you can get it.

    I changed time and now my MacBook won't work

  • ICal time zone problems with 10.10

    I travel all over the world so I use multiple time zones for iCal and until Yosemite I never had any problems.  Now iCal for some reason will automatically select the time zone at the top of the list of time zones regardless of my current location.  Biggest problem is that iCloud is now storing that same info so that when I enter an event on my iPhone 5s (8.3) it does not accept the phones current location, it accepts whatever time zone is at the top of the list from iCal on my MBP.  Because the iCal on the iPhone does not allow a selection of time zones I then have to go into iCal on the MPB to change or verify what time zone the phone set.
    I never ever had any problems in the past until Yosemite.  Know I can delete my iCal plist, but that will remove "ALL" time info on everything.
    Does anyone know if there is a way to remove the time zone list without effecting current events?
    The other problem I have is that as countries around the world are changing from standard time to daylight time or the other way around.  iCal is not allowing me to set new events days, weeks or months in advance to the time zone at that time.  So that I no longer can tell if I have selected say Standard Eastern Australian Time or Daylight Eastern Australian Time ... that goes for nearly every county.

    Have the same with a German timezone. Both computers are in German time, published calendar is in US time. Looks like the calendar that you access online is using the US server time as reference.

  • Getting time zone problem in Vista Please help?

    Aslam-o-Alaikum
    I am using JDk 1.5.0_0.8 on Windows Vista and i am having problem in retreiving correct Time zone. it always returns "Greenwich Mean Time" when i run
    "System.out.println(TimeZone.getDefault().getDisplayName());"
    on vista where as it returns "GMT+05:00" on Windows Xp and all previous versions. Because of this problem i am unable to retrieve current date correctly in Vista where as the same code runs fine in Windows XP. Please help!!!!!!!!!

    I am having a similar problem with JRE 1.4.2_07 and Windows Server 2008. The time zone returned is ALWAYS GMT for the default time. I can work around this by explicitely setting the time zone in my code, but my customer would like a real fix. TZUPDATER seems to have no effect. Any ideas?

  • Time zone problem between mac and windows

    i'm running os x snow leopard on one partition and windows 7 on another on a 2008 mbp. whenever i log into windows and then get back onto mac, my time is completely off. i can temporarily fix it by removing the local time file, which resets it, but every time i log into windows and back i get the same problem. i've tried turning off the automatic time zone, tried turning off auto everything and just setting the time myself and it always goes back to being messed up after a trip to the windows partition.
    anybody got a fix?

    For windows users can you create a connection key in Windows machine and send the same.

  • Birthday at contact list 1 day behind after sync.. time zone problem?

    I found out my iphone have problem with time zone after my US trip.
    I lived in NZ and I used NZ time zone all the time and changed to US zone while I was on holiday..
    I found out after I backed and change backed to NZ zone.. all the birthday listed under contact list is 1 day behind. Which I checked the information on my macbook the are all correct and time zone is correct as well.
    No matter how many time I sync, the birthday still 1 day behind. I tried to change the time zone to US on my phone and manually update to correct local time. all birthdays are correct. But only thing is the worldtime has been messed up since I manually update the phone.
    So this solution is not working...
    I tried to re-boot, reset the setting. not working...
    Once I updated the time zone back to NZ time to fix the world time.. it mess up the birthday again..
    Any solutation to work things around? i am at firmware 1.1.1

    If the birthdays and the rest of your calendar dates/times are correct on your Mac, try setting the phone's time zone to NZ and then when you sync, from iTunes scroll to the bottom of the Info tab and check the box to replace calenders on the phone.

  • Whimsical Time Zone Problem

    I've been noticing during the month I've had my iPhone that, while it keeps good time, often it'll show the time for the wrong time zone. For instance, today it showed the time as 2:40 pm. I panicked for a second thinking that I had forgotten to pick up my son from school. Then I realized it couldn't possibly be 2:40 pm. I've had this problem before, so it was easy to assume it was wrong this time, too. But I've seen it more than an hour off also. The minutes are always correct.
    Anyway, once I plug my iPhone into my computer, the time zone syncs up again and it shows the correct time.
    I always have my iPhone set on my correct city as far as Time Zone goes. But is there another setting I don't have set right, or is this a genuine bug, or what?

    You are using it correctly.
    There are several issues with the iPhone which relate to the time zone and setting the time.
    We are all hoping that Apple fixes these in the next software release (and hoping that is soon).

  • WCS 7.0 time zone problem

    Hello,
    I've recently installed WCS 7.0 on a windows 2003 server and set the time zone on windows to be my local time, UYST which is GMT -2, but when I check on the WCS all times are on GMT not on UYST. Now if I change the time zone on windows to brazil, all times are shown correctly on WCS as BRST, so I know that WCS can display timezones other than GMT, it just doesn't seem to like UYST for some reason. Is there a way to define that time zone on the WCS application or at least check which timezones are supported?.     
    Regards,
    Gabriel

    Thanks for your reply Nicolas, I tried configuring the GMT -2 mid-atlantic timezone and as you said it shows correctly on WCS as GST. But if I try with for example GMT -3 Buenos Aires time zone or GMT -2 Montevideo time zone, all times are shown on WCS as GMT. As you said is not that there's a problem with the time zones on WCS is just that it doesn't recognizes some of them, that's why I was wondering if there was a way to manually add them or request them to be added on a patch.
    Regards,
    Gabriel Silva.

  • SUNWhea in zones problem

    We are having a problem with the SUNWhea package failing out on zone install. The zones boot and function fine, but a client is bringing up an Oracle install on one and says he needs this package. The patch level is slightly old, getting downtime on this machine is virtually impossible. The package is installed in the global fine. Here's the error from the install log.
    *** package <SUNWhea> failed to install - interrupted:
    pkgadd: ERROR: duplicate pathname </zones/gs1/root/usr/platform/SUNW,Netra-CP2300/include>
    pkgadd: ERROR: unable to process pkgmap
    Installation of <SUNWhea> on zone <gs1> failed (internal error).
    No changes were made to the system.
    SunOS --- 5.10 Generic_118833-20 sun4u sparc SUNW,Sun-Fire-V890
                             Solaris 10 3/05 s10_74L2a SPARC
               Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                                Assembled 22 January 2005
    root@---# showrev
    Hostname: ---
    Hostid: ---
    Release: 5.10
    Kernel architecture: sun4u
    Application architecture: sparc
    Hardware provider: Sun_Microsystems
    Domain: ---
    Kernel version: SunOS 5.10 Generic_118833-20Any ideas? Do I need to provide more info?

    This is how you would execute that particular code from SQL*Plus
    SQL> create or replace type numbertype as object (nr number(20,10))
      2  ;
      3  /
    Type created.
    SQL> create or replace type number_table as table of numbertype
      2  ;
      3  /
    Type created.
    SQL> var rc refcursor;
    SQL> ed
    Wrote file afiedt.buf
      1  declare
      2    l_num_array number_table;
      3  begin
      4    l_num_array := number_table( new numbertype(7369),
      5                                 new numbertype(7499) );
      6    tableselect( l_num_array, :rc );
      7* end;
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> print rc
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM
        DEPTNO         NR
          7369 SMITH      CLERK           7902 17-DEC-80        800
            20       7369
          7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300
            30       7499Note that you have to declare a SQL*Plus variable RC and use the SQL*Plus command PRINT to print the REF CURSOR. If you just want a collection of numbers, I would strongly suggest eliminating the NUMBERTYPE object-- that just makes constructing your collection more painful.
    Justin

Maybe you are looking for

  • Help needed

    Help needed 1. When we use USING clause in execute immediate does it hard parse ? 2. Is it better to use values stored in SYS_CONTEXT or to use USING clause in Execute Immediate ? 3. In Dynamic SQL, if i use SYS_CONTEXT does it Hard Parse or Soft Par

  • Can't access files on Formatted SeaGate external hard drive

    I have a SeaGate Free Agent Go external hard drive.  I reformatted it to be Mac compatible when I bought it to back up my old mac book a few years ago.  When trying to access the iPhoto library it says it's on a locked volume and to try again when I

  • I want IOS 7 until Apple figures out wifi in IOS 8

    Why can't I revert to IOS 7 until Apple figures out how to make wifi work in IOS 8?  All of my devices have created wifi nightmares, both at home and at work, since IOS 8.  At home, the router started freaking out the moment IOS 8 was installed.  At

  • Using Planning Sequence in a Process Chain With input variants

    Hi, I have a COPY planning function which has multiple FROM and TO options like (From:Fiscal Year To Fiscal Year, From Version TO Version). In the layout they select the options for which they want to COPY and execute the function. How can I replicat

  • Having sound/speaker trouble with my ipod touch

    is this anything I can fix on my own, or do I need to take it to a professional? Sometimes when I type on my keyboard on my ipod touch, I can't hear the sound when I type in the letter. Other times, I can. If I have to go to a professional, how much