Xserve stopped responding as primary server

we are using this server as primary server and rely on Dyndns as secondary server for a couple of domain names. We are doing so since 2 years.
Since yesterday the primary server suddenly stopped responding to hostname requests, even though nothing has been changed at all on our side, nor on our data-centre side.
Domain name is not expired and is still correctly registered. Any idea where the problem might be? (server side or not?)

some update: if we replace the records of aliases with 'machine' records then it works. this seem to be the case w/ all domains/records hosted on this server. We have no clue as to why the aliases suddenly stopped working.

Similar Messages

  • Where in migration process does old server stop functioning as primary server?

    I am migrating from a SBS 2003 box to a new WS 2012 R2 Essentials box - following the instructions from 
    "Migrate from Previous Versions to Windows Server 2012 R2 Essentials or Windows Server Essentials Experience".   What I need to know is where in the process does
    the old server stop functioning as a server for my network.   What I mean by this is when in the migration process (when I add the new server as a replicate DC?  not until I demote the old server?) will any programs/databases on the old server no
    longer be available to client computers?  
    Thanks for any insight.

    Yeah, we need to agree on what is meant by "the server". In Windows, Server means many different things. Each time you move, a role or feature from the "old" to the "new" the old server ceases to function as "the server"
    for that role or feature. The basic functions of a Windows DC include Active Directory, 5 FSMO roles, file and print services, and application services to name just a few.
    So the answer to your question is more to do with what you mean by "server".  In particular, for the application role, you must move the app to the new server by whatever means the developer recommends.  At that point, regardless of whatever
    else is going on the old server is out of the picture for that application.
    Larry Struckmeyer[MVP] If your question is answered please mark the response as the answer so that others can benefit.

  • Web dynpro abap application stops responding?

    Hi Experts,
    I want to know in which case does the web dynpro for ABAP application stops responding.
    Does server roundtrip come into picture here?
    thanks,
    Arti.

    Hi,
    On your server run command ipconfig /all
    FQDN = Hostname + Primary DNS Suffix
    The make sure the profile parameters SAPLOCALHOSTFULL and icm/host_name_full reflect the same.
    Regards,
    Srikishan

  • Windows Server 2012 - Hyper-V - iSCSI SAN - All Hyper-V Guests stops responding and extensive disk read/write

    We have a problem with one of our deployments of Windows Server 2012 Hyper-V with a 2 node cluster connected to a iSCSI SAN.
    Our setup:
    Hosts - Both run Windows Server 2012 Standard and are clustered.
    HP ProLiant G7, 24 GB RAM, 2 teamed NIC dedicated to Virtual Machines and Management, 2 teamed NIC dedicated to iSCSI storage. - This is the primary host and normaly all VMs run on this host.
    HP ProLiant G5, 20 GB RAM, 1 NIC dedicated to Virtual Machines and Management, 2 teamed NIC dedicated to iSCSI storage. - This is the secondary host that and is intended to be used in case of failure of the primary host.
    We have no antivirus on the hosts and the scheduled ShadowCopy (previous version of files) is switched of.
    iSCSI SAN:
    QNAP NAS TS-869 Pro, 8 INTEL SSDSA2CW160G3 160 GB i a RAID 5 with a Host Spare. 2 Teamed NIC.
    Switch:
    DLINK DGS-1210-16 - Both the network cards of the Hosts that are dedicated to the Storage and the Storage itself are connected to the same switch and nothing else is connected to this switch.
    Virtual Machines:
    3 Windows Server 2012 Standard - 1 DC, 1 FileServer, 1 Application Server.
    1 Windows Server 2008 Standard Exchange Server.
    All VMs are using dynamic disks (as recommended by Microsoft).
    Updates
    We have applied the most resent updates to the Hosts, WMs and iSCSI SAN about 3 weeks ago with no change in our problem and we continually update the setup.
    Normal operation
    Normally this setup works just fine and we see no real difference in speed in startup, file copy and processing speed in LoB applications of this setup compared to a single host with 2 10000 RPM Disks. Normal network speed is 10-200 Mbit, but occasionally
    we see speeds up to 400 Mbit/s of combined read/write for instance during file repair
    Our Problem
    Our problem is that for some reason all of the VMs stops responding or responds very slowly and you can for instance not send CTRL-ALT-DEL to a VM in the Hyper-V console, or for instance start task manager when already logged in.
    Symptoms (i.e. this happens, or does not happen, at the same time)
    I we look at resource monitor on the host then we see that there is often an extensive read from a VHDX of one of the VMs (40-60 Mbyte/s) and a combined write speed to many files in \HarddiskVolume5\System Volume Information\{<someguid and no file extension>}.
    See iamge below.
    The combined network speed to the iSCSI SAN is about 500-600 Mbit/s.
    When this happens it is usually during and after a VSS ShadowCopy backup, but has also happens during hours where no backup should be running (i.e. during daytime when the backup has finished hours ago according to the log files). There is however
    not that extensive writes to the backup file that is created on an external hard drive and this does not seem to happen during all backups (we have manually checked a few times, but it is hard to say since this error does not seem leave any traces in event
    viewer).
    We cannot find any indication that the VMs themself detect any problem and we see no increase of errors (for example storage related errors) in the eventlog inside the VMs.
    The QNAP uses about 50% processing Power on all cores.
    We see no dropped packets on the switch.
    (I have split the image to save horizontal space).
    Unable to recreate the problem / find definitive trigger
    We have not succeeded in recreating the problem manually by, for instance, running chkdsk or defrag in VM and Hosts, copy and remove large files to VMs, running CPU and Disk intensive operations inside a VM (for instance scan and repair a database file).
    Questions
    Why does all VMs stop responding and why is there such intensive Read/Writes to the iSCSI SAN?
    Could it be anything in our setup that cannot handle all the read/write requests? For instance the iSCSI SAN, the hosts, etc?
    What can we do about this? Should we use MultiPath IO instead of NIC teaming to the SAN, limit bandwith to the SAN, etc?

    Hi,
    > All VMs are using dynamic disks (as recommended by Microsoft).
    If this is a testing environment, it’s okay, but if this a production environment, it’s not recommended. Fixed VHDs are recommended for production instead of dynamically expanding or differencing VHDs.
    Hyper-V: Dynamic virtual hard disks are not recommended for virtual machines that run server workloads in a production environment
    http://technet.microsoft.com/en-us/library/ee941151(v=WS.10).aspx
    > This is the primary host and normaly all VMs run on this host.
    According to your posting, we know that you have Cluster Shared Volumes in the Hyper-V cluster, but why not distribute your VMs into two Hyper-V hosts.
    Use Cluster Shared Volumes in a Windows Server 2012 Failover Cluster
    http://technet.microsoft.com/en-us/library/jj612868.aspx
    > 2 teamed NIC dedicated to iSCSI storage.
    Use Microsoft MultiPath IO (MPIO) to manage multiple paths to iSCSI storage. Microsoft does not support teaming on network adapters that are used to connect to iSCSI-based storage devices. (At least it’s not supported until Windows Server 2008 R2. Although
    Windows Server 2012 has built-in network teaming feature, I don’t article which declare that Windows Server 2012 network teaming support iSCSI connection)
    Understanding Requirements for Failover Clusters
    http://technet.microsoft.com/en-us/library/cc771404.aspx
    > I have seen using MPIO suggests using different subnets, is this a requirement for using MPIO
    > or is this just a way to make sure that you do not run out of IP adressess?
    What I found is: if it is possible, isolate the iSCSI and data networks that reside on the same switch infrastructure through the use of VLANs and separate subnets. Redundant network paths from the server to the storage system via MPIO will maximize availability
    and performance. Of course you can set these two NICs in separate subnets, but I don’t think it is necessary.
    > Why should it be better to not have dedicated wireing for iSCSI and Management?
    It is recommended that the iSCSI SAN network be separated (logically or physically) from the data network workloads. This ‘best practice’ network configuration optimizes performance and reliability.
    Check that and modify cluster configuration, monitor it and give us feedback for further troubleshooting.
    For more information please refer to following MS articles:
    Volume Shadow Copy Service
    http://technet.microsoft.com/en-us/library/ee923636(WS.10).aspx
    Support for Multipath I/O (MPIO)
    http://technet.microsoft.com/en-us/library/cc770294.aspx
    Deployments and Tests in an iSCSI SAN
    http://technet.microsoft.com/en-US/library/bb649502(v=SQL.90).aspx
    Hope this helps!
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Lawrence
    TechNet Community Support

  • Lion server on Mac mini server stop responding to ssh and VNC (other services like mail, ical works well)

    Lion server on Mac mini server stop responding to ssh and VNC (other services like mail, ical works well)
    Version is Lion server 10.7.4
    When I attach a monitor to it, I saw all the buttons and menus stopped responding too. I can only push and hold the power button on the box to shutdown.
    It only started happening recently.
    Anyone has any clue?
    Thanks for the help in advance!!!

    Found that the second hard drive is broken. I have to go to the apple store to have it replaced.
    I had to press the power button to turn the server off for several times, then the broken hard drive went disappeared. After that, I had to disable the Spotlight. Then the server went back to work normally.
    Now I made a CCC copy of the primary hard drive, and would like to have the server run on the external raid disk (connected through thunderbolt). Does anyone have previous experience with it? Any expectable drawback or issue with this setup?

  • I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.

    I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.  Thanks

    sandyzotz wrote:
    Other wise, I probably best return for a refund and get a Samsung.
    Unlikely.  Based on the complete lack of detail of the issue provided it is entirely possible the same issue would occur.
    Unless and until the user provides some actual details of the problem, there is nothing the indicate that the issue is with the iPhone.

  • TS1398 hi my ipad is connected to my wifi but it keeps coming up with safari could not open the page because the server stopped responding its saying this know matter what i try to open what am i doing worng please help

    my ipad will not load any pages an after about 10 mins comes up with safari could not open the page because the server stopped responding but iam conected to wifi please help as i have been trying for 2 days now and is doing my head in

    Does the iPod connect to other networks OK?
    Do other devices now connect and work OK?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • My wi-fi connection is enabled, however Safari is telling me the server stopped responding.  My laptop is working fine on the same wi-fi network.  I have reset the network settings and still Safari will not open any web pages.  Help!

    My wi-fi connection is enabled, however Safari is telling me the server stopped responding.  My laptop is working fine on the same wi-fe network.  I have reset the network settings and still Safari will not open any web pages.  Help!

    Ralph..........Did as you suggested and I am still getting the message "Safari could not open the page because the server stopped responding".  I am not able to connect with anything on the Internet.  Frustrating since I am able to connect with my laptop.  Thanks for the suggestion.

  • TS1398 my problem is my iphone 4s is connected to the internet(wi-fi) with full signal strength but freezes when browsing and says "Cannot Open Page, Safari could not open page because the server stopped responding".

    my problem is my iphone 4s is connected to wi-fi with full signal(3 bars) strength but freezes when browsing and says
    "Cannot Open Page"
    "Safari could not open page because the server stopped responding"
    I already reset the iphone to its factory settings and erase all contents but still the browsing speed freezes or not searching at all. Sometimes it will work and fast but then the problem uccors every now and then. Iv'e been using iphone 4 for two years and I still have it and works fine compared to this IPHONE 4S.

    Settings → scroll down to Safari → in Safari settings, I selected both Clear History and Clear Cookies and Data.
    IF that does not work -
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Finally - if problem still present -
    Go to Settings>General>Reset
         Reset the network settings - you will need to add the password of your home WiFi in your phone once more
    The device should turn itself off & back on then go into Settings>Wifi and join your network

  • TS3274 I am having problems with Safari  It keeps coming up with Safari could not open the page because the server stopped responding, when I click on Safari  How can I remedy this WiFi is OK.

    When I turn on my Ipad and click on Safari it says  Safari could not open the page because the server stopped responding.but I can get on internet with Google Chrome.   What is the problem and how can I repair it?

    Found the answer in the more like this panel and now working.  Thanks.
    But have 3 updates waiting in Apps but it is taking ages to update them and cannot get onto Apps by clicking Apps on the desktop.screen.

  • "Cannot open page....server stopped responding"

    This is the second time that my ipod errors out.
    1. when using safari i get this error message " cannot open page...server stopped responding"
    2. any app that connects to the internet times out. ie weather, bankofamerica
    --I tried resetting everything allowed. last time i had to restore the ipod which i lost all my music i paid for at the itunes store (yes i know i should of backed it up.... )
    --its not my router cuz im tried different wifi locations and it doesnt help
    can someone please help me....

    We all wish WiFi was simple to use, plug and play, etc. but it is not. You need some understanding of networking to know what is going on. You can Google "wireless networking" and get some basic understanding of what is happening.
    Your iPod is telling you that it is not connected to a network. You have a network strength meter in the top left of your screen and you have the network information in Settings > WiFi.
    Start with these steps:
    1. Reset your network settings (Settings > General > Reset > Reset Network Settings
    2. After your iPod restarts, log back into a network using Settings > WiFi > Other network
    3. Type in the network name, security used, and the password, if needed
    4. If your iPod connects, you will get a check mark displayed next to the network name.
    5. Tap the blue arrow (>) next to the network name and look at the information displayed. If your IP address starts with 169.x, you are not connected to that network and further trouble shooting is required.
    Write back with lots more details. Like the network you are connecting to, the router used (if it is your home network), and so on.

  • When I try to set up Icloud control panel in Windows Vista, I get "your setup couldn't be started because the Icloud server stopped responding. I've tried loads of fixes suggested on the net but none worked. Can anyone help me please?

    When I try to set up Icloud control panel in Windows Vista, I get "your setup couldn't be started because the Icloud server stopped responding. I've tried loads of fixes suggested on the net but none worked. Can anyone help me please?

    Hello, ksb2. 
    Thank you for visiting Apple Support Communities.
    We are investigating this issue. This article will be updated as more information becomes available.
    iCloud: iCloud Control Panel setup cannot be started
    http://support.apple.com/kb/TS5178
    Cheers,
    Jason H.

  • For no apparent reason my iPad cannot open the page because the server stop responding. however my husband and daughters ipads connect with no problem!!!! why is it so........

    For no apparent reason my ipad will not connect to the internet. Ammessage "safari cannot open this page because server has stopped responding. However 2 other ipads used in the same house are working fine !!!!! Why is it so ???? please help

    Try a soft reset by pressing down the home and sleep buttons simultaneousely until the Apple logo appears, then release the buttons.  This is a safe proceedure, so you won't lose any stored data.

  • Windows Server Essentials Connector stops responding during install Win 7 Pro to 2012 R2

    I am trying to reconnect a Win 7 Pro computer to a new  Essentials 2012R2 and when it asks me to set it up for just me or multiple users a message pops up saying
    it has stopped responding. It sets up a profile of _clientsetup_$ and it shows up in dashboard as an offline device. This computer was hooked up to an Essentials 2012R2 previously. Tried uninstalling the connector software, removing the computer from the domain,
    renaming the computer and re-installing the connector software from the http://(server)/connect. Even tried backing up the existing profiles and creating a new clean one and went through the above procedure with the same results. I set up 4 others
    with no issues and it would be the bosses computer that fails. I am a newbie so any help would be greatly appreciated, thanks.

    Hi,
    Sorry for my interrupting.
    Would you please let us know whether this problematic client computer was upgraded to Windows 7 Pro from a previous OS? Did you install any third-party application on this Windows 7 Pro client computer? Just a confirmation, thanks for your understanding.
    Best regards,
    Justin Gu
    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]

  • Safari could not open page because the server stopped responding

    "Could Not Open Page.... Safari could not open page because the server stopped responding"
    ....but it could worked just fine for the first 2 weeks of iPhone4 ownership.
    WiFi network at home, working fine with MacBook, visiting friends' phones, my new iPhone4 - no problems. Had to power down the modem & router very briefly last night. Rebooted, MacBook connected fine, iPhone doesn't - it goes through the motions - shows all signs of full connection, full signal, password accepted etc etc - but web pages will not open, displaying after 30 secs the warning message above.
    Tried at work on another wireless network - same response.
    Have gone through all the FAQs, reset network settings, forgotten network etc - still nothing.
    Anyone experienced the same and fixed it?
    cheers

    I'm having a very similar problem, but it's with my 3G connection, not with wifi. The display tells me there is 3G connectivity, and I get the loading symbol, but pages stop loading a few seconds after I try to open them, and some time later I get the "server stopped responding" message. That happens with addresses I know are working, such as Google. Some times, restarting the iPhone or the internet connection (by switching plane mode on and off) solves the issue, but it has been happening often these days.

Maybe you are looking for

  • "cannot resolve symbol" in a Timer !!!Please Help!!!

    I am doing a program for a class which involves timers. I am using JCreator and when i try to construct a new timer, the compiler points to the "new" in the line: Timer T1=new Timer(interval, ActionListener); ^ This is what it looks like and the erro

  • How to change a imagewriter ribbon

    hey does anyone know how to change an imagewriter 2 color and black ribbon? Ive been looking for places on the web for instructions but no dice! if someone can put a link for me here i would greatly appreciate it.

  • How do you change the fuse in a UK Apple 5w USB Power Adapter?

    How do you change the fuse in a UK Apple 5w USB Power Adapter? Ours has stopped working and we presume it must be an internal fuse, but how do you access it as there is no 'slots' as on the 12w version? All UK power devices must be fused to comply wi

  • Can I put iCal on my pc?

    I have windows on my pc and every time I sync my iPad2 with my pc the timings are put out by Outlook. I now also have the additional problem of having created different calendars of my iPad, due to the new iOS5 software, they appear as separate calen

  • ITunes still not working after uninstall and install. Help?

    iTunes hasn't opened on my computer for a few weeks. Before uninstalling, I went to Control Panel and chose the 'Repair' option which did nothing. I ran a scan to see if there a virus, came up clean. I uninstalled it completely and reinstalled the la