Multiple identical Windows 2008 Clusters for file sharing, how to create a failover, since DNS CNAME is not an option?

Hello,
We have multiple SAN devices that expose block storage to multiple Windows 2008 Storage Edition clusters, which consume them via iSCSI. To simplify, here is what we have:
machine1+machine2 --> cluster --> storage1 (accessible via
\\storage1.domain.name\shares)
machine3+machine4 --> cluster --> storage2 (accessible via
\\storage2.domain.name\shares)
The 2 clusters have replication from active (storage1) to standby (storage2), so in theory they both include pretty much all the files.
We have hundreds of applications that are pointing to \\storage1\shares. In case of a disaster, however, it is an immensely laborious task to change all the end-points from
\\storage1\shares to \\storage2\shares, and then back. 
I was trying to declare a CNAME (\\activestorage)  in our internal DNS, and point it to the
currently active storage system. I tried both an alias and an IP pointing to the cluster. However, when I try to access
\\activestorage\shares, I got an error that the network share does not exist. I have been reading about this,  and now I understand that CNAMEs are not possible in 2008 and only allowed in 2012 for this particular purpose.
I also understand that I may have to register a CAP (Client Access Point) to create an "alias" for my storage. However, the CAP approach does not seem to address (or does it?) my initial problem - I am not looking to create an alias just for a
particular storage cluster, but rather for the
active storage cluster. This way, if disaster strikes, I can simply go and change an IP somewhere, and all the applications will starting using the standby storage system.
I realize that there is an extra administration of ensuring that the two clusters are identical from shares perspective, and that's something we are already doing. All I need is a clue into how to make this architecture work in a less painful way.
Thank you for your help,
Isaac

I think you got confused between DFS and DFS replication. The primary use of DFS is namespace virtualization. It also has additional components which aid in real time replication. You can opt to use only the name space virtualization and not the replication.
The following link may provide some detailed information about DFS in 2008 R2. As I said.. You may not want to sue DFS Replicaiton, but DFS Namespaces is a perfect fit for your requirement (and very simple to implement)
http://technet.microsoft.com/en-us/library/cc732006.aspx
Regards Sivakarthi

Similar Messages

  • How do I use VPN for file sharing?

    Hi folks, hope you can help.
    I need to find a method for file sharing between my company's two offices, which are not only in different countries but also use both PCs and Macs. I think setting up a VPN is the way forward.
    My file server is a Mac Mini running the standard client version of OS 10.5.4, with a static IP, 217.xxx.xxx.xxx. I need the PCs and Macs to access its resources. It is set up to share its files using FTP, AFP and SMB. It is running the application iVPN Server, which I understand is a GUI that makes the built-in OS X VPN Server function available to the client edition of OS X.
    I am currently overseas and can connect to the Mac Mini over VPN. The problem is that I cannot seem to access the Mac Mini's files - I don't know what to do having established the VPN connection. I was half-expecting it to show up in the Finder under Shared or something.
    The Mac Mini has a local IP of 10.0.1.20, but the VPN Server is issuing an IP to all clients in the range 192.168.2.200 and beyond. Is this where I'm going wrong?
    Should the Mac Mini VPN Server also connect to itself, using VPN, as a client?
    I'm really stuck, all help is very much appreciated. Thank you!

    Thanks for prompt reply Topher..
    I am familiar with the Connect to Server window, but I am not sure which IP I should be using. Assuming no VPN connection for the moment, and assuming I'm on a remote network, I can connect to the User's documents folder on the Mac Mini already by typing afp://[username:password]@[static WAN ip]/Documents
    However, I need to ensure that SMB shares work (I know they work when I'm on the local network). So I type smb://[username:password]@[static WAN ip]/Documents but this fails to connect to the User's Documents folder.
    To make the SMB shares work I think I have to connect using VPN. So I connect to the Mac Mini via VPN, and my laptop is issued a VPN IP of 192.168.2.200. Of course my laptop also has an IP from my local network. Do I need to rearrange my network order in System Preferences?
    So I'm now connected via VPN. However to view the Mac Mini's files, surely it also needs to have an IP issued by the VPN Server? But the Mac Mini is the VPN server. So should I go into its System Preferences and set up a VPN connection to itself?
    Now back on the laptop and I want to browse User's Documents folder on the Mac Mini using SMB. I go Connect to Server, and I guess I would type smb://[username:password]@[Mac Mini's VPN IP]/Documents
    Am I on the right track? Thanks again...

  • SAP ECC 6.0 installation in windows 2008 clustering with db2 ERROR DB21524E

    Dear Sir.,
    Am installing sap ECC 6.0 on windows 2008 clustering with db2.
    I got one error in the phase of Configure the database for mscs. The error is  DB21524E 'FAILED TO CREATE THE RESOURCE DB2 IP PRD' THE CLUSTER NETWORK WAS NOT FOUND .
    DB2_INSTANCE=DB2PRD
    DB2_LOGON_USERNAME=iil\db2prd
    DB2_LOGON_PASSWORD=XXXX
    CLUSTER_NAME=mscs
    GROUP_NAME=DB2 PRD Group
    DB2_NODE=0
    IP_NAME = DB2 IP PRD
    IP_ADDRESS=192.168.16.27
    IP_SUBNET=255.255.0.0
    IP_NETWORK=public
    NETNAME_NAME=DB2 NetName PRD
    NETNAME_VALUE=dbgrp
    NETNAME_DEPENDENCY=DB2 IP PRD
    DISK_NAME=Disk M::
    TARGET_DRVMAP_DISK=Disk M
    Best regards.,
    please help me since am already running late with this installation to run the db2mscs utility to Create resource.
    Best regards.,
    Manjunath G
    Edited by: Manjug77 on Oct 29, 2009 2:45 PM

    Hello Manjunath.
    This looks like a configuration problem.
    Please check if IP_NETWORK is set to the name of your network adapter and
    if your IP_ADDRESS and IP_SUBNET are set to the correct values.
    Note:
    - IP_ADDRESS is a new IP address that is not used by any machine in the network.
    - IP_NETWORK is optional
    If you still get the same error debug your db2mscs.exe-call:
    See the answer from  Adam Wilson:
    Can you run the following and check the output:
    db2mscs -f <path>\db2mscs.cfg -d <path>\debug.txt
    I suspect you may see the following error in the debug.txt:
    Create_IP_Resource fnc_errcode 5045
    If you see the fnc_errcode 5045
    In that case, error 5045 which is a windows error, means
    ERROR_CLUSTER_NETWORK_NOT_FOUND. This error is occuring because windows
    couldn't find the "public network" as indicated by IP_NETWORK.
    Windows couldn't find the MSCS network called "public network". The
    IP_NETWORK parameter must be set to an MSCS Network., so running the
    Cluster Admin GUI and expanding the Cluster Configuration->Network to
    view all MSCS networks that were available and if "public network" was
    one of them.
    However, the parameter IP_NETWORK is optional and you could be commented
    out. In that case the first MSCS network detected by the system was used.
    Best regards,
    Hinnerk Gildhoff

  • I am having a problem installing the x86 drivers on a Windows 2008 server for a hp 4000n.

    I am having a problem installing the x86 drivers on a Windows 2008 server for a hp laserjet 4000n.

    Hi all,
    Sylonious, did you manage to sort this problem out? I have been experiencing similar problems. I think my problem was because I had many different versions of JDKs. I have done a complete re-install. I would be really grateful to you (and anyone else) for help with this problem.
    I have re-installed JSDK1.4.2_03, set the "path" variable to "C:\JSDK1.4.2_03".
    When I compile using "javac" I get an error saying "javac" is not recognised.
    When I compile using "C:\j2sdk1.4.2_03\bin\javac Freq.java" no error is thrown.
    Every time I try to run a java file, I always get the NoClassDefFound error. When run with the -verbose option, files are loaded from C:\Program Files\Java\j2re1.4.2_03\bin - is this correct?
    I have removed all previous references to java in the registry editor.
    Please help !
    Regards,
    Vipul

  • Lion administrator setting changed to read only for file sharing. Now hung machine

    I was trying to network my Mac with a WIndows 7 machine and tried to have my name in the file sharing read write instead of other users such as administrator   when I changed the administrator to read  only for file sharing rights and could not add my name as a file sharing user with read write permissions Really silly move
    I have performed a repair of disk permissions however still hung.
    Whats worse is that my time machine for the last three days has been disconnecting when backing up leaving a partially complete backup. Backup failed. I also left a apple support community message a few days ago to solve it.
    So its critical
    Timely HELP is needed.

    This same problem happened to me, all the sudden one day my mac decided to revert to the original standard root username and password which I obviously did not know. In order to change this:
    1) Activate single user mode on reboot as by pressing cmd + s as your computer starts up. Make sure you do it right away, and keep the keys pressed down.
    2) Where the cursor pops up, type exactly
    +/sbin/mount - uw/+
    3) When the next cursor pops up type exactly
    passwd
    4) Then you can type any password you want (now changing the root password to be what you want)
    Note you will not be able to see what you type, but the text is being recognized
    5)The computer asks for you to retype the password, retype it
    6) Type reboot
    Once the computer restarts you can navigate to system preferences>accounts> and then unlock the account (lock is located on the bottom left corner) using Username: root and the password you just set. Henceforth, you can appoint your account as the administrator. Hope it works!

  • MacBook air not connecting to iMac for file sharing

    Hello, I have a 2012 MacBook Air running Mavericks.
    I am trying to connect (for file sharing) to an iMac also running Mavericks.
    File sharing is turned on on both computers.  File sharing used to work fine before the upgrade to Mavericks.
    Both computers are on the same network.  I can ping the iMac from the Macbook.  I see the iMac listed on the sidebar of my MacBook's Finder as a Shared drive.
    Both computers have iCloud turned on.
    However, when I click on the iMac in the Macbook's Filder sidebar, it shows up as "Connection Failed."  I click on "Connect As" and nothing happens--no pop up window, nothing.
    On the MacBook I am able to use Finder->Go->Connect to Server, enter my iMac's IP address and file sharing works (I can access the files).  But when I go to some other local folder and come back to the iMac server, again I cannot see the files.  Then I have again do Finder->Go->Connect to server, etc.
    (On a different MacBook Pro on the same network I had the same problem, but when I clicked on "Connect As" it asked me to choose a user id and password, and I was able to connect using my Apple ID.  However on the MacBook Air I am unable to click on "Connect As.")
    Any suggestions on how to fix this will be very much appreciated.
    Best,
    ADD in HK

    Sorry for the delayed update. This is issue is resolved by configuring my router to operate on Channel 11.
    Looks like my router could operate on Channels above 11 like 12, 13, etc, whereas Macbook Air could recognise only till Channel 11.
    Once the router was configured to use only Channel 11, my issue got resolved.

  • WMI __SystemSecurity class GetSecurityDescriptor method reports error 0x8004101d Unexpected error on Windows 2008 R2 for WMI namespace "\root\cimv2"

    WMI __SystemSecurity class GetSecurityDescriptor method reports error 0x8004101d Unexpected error on Windows
    2008 R2 for WMI namespace "\root\cimv2"
    On Windows 2008 and Windows 2012 R2 GetSecurityDescriptor works fine.
    Thanks,
    Sandygg
    Dev

    Hi Anna,
    No event getting generated under Application / Security, but following event was reported under Microsoft-Windows-WMI-Activity/Operational
    log.
    Id = {01EAEC48-F800-0001-5A81-6ADB7E6CD001}; ClientMachine =
    sever2008r2; User
    = sever2008r2\user;
    ClientProcessId = 12580; Component = Unknown; Operation = Start IWbemServices::ExecMethod - root\cimv2 : __SystemSecurity::GetSecurityDescriptor; ResultCode = 0x8004101d; PossibleCause = Unknown
    Will let you about WMI Diagnosis tool result.
    Thanks,
    Sandy
    Dev

  • Mac 10.5.8 unable to connect to Mac 10.4 for file sharing purpose

    I'm currently using Mac 10.5.8, when i tried to connect to my friend Mac 10.4. It just show connecting status only. My friend already turn on the file sharing. Firewall turn off. Restarted and tried again also no use. His machine able to connect to my machine for file sharing. Previously we able to do file sharing for both way, but now only one way work (his can connect to mine). This problem happen since 2 weeks ago.
    I will appreciate if any Mac expect can give me some ideal how to resolve this problem.
    Thanking you in advance.

    Are you doing this local or over the net(ports opened on router/modem?)? And try connecting by menu bar, Go, Network if you are currently trying by menu bar, Go, Connect to Server. And what does System log show by Console or Terminal. This is Leopard connecting by LAN to my Tiger machine:
    AFP_VFS afpfs_mount: /Volumes/dpp, pid 6533

  • When importing files, my view window to search for files is really small, how do I make it bigger so I can actually search for files?

    When importing files, my view window to search for files is really small, how do I make it bigger so I can actually search for files?

    How big this is depends on the size of your screen. On a 13" it is really small. But you can improve things a bit. Click the green button to make the import window fill the screen.
    Drag the area between the file list and the preview area up or down to increase one or the other:

  • Can you use Airport for internet and Gigabit Ethernet for file sharing?

    i would like to complicate my network setup by using my Airport connection to the internet for internet access and then use the Gigabit Ethernet connection between my G5 tower and the MacBook Pro for file sharing, Compressor's distributed rendering, and possibly iTunes music/video sharing for Front Row.
    is this possible? could i just run a cat 6 cable between the two and network them together? or do i need to get a Gigabit Switch?
    i suppose i could just try running the cable between them and see what happens. i don't think these new machines require cross-over cables since the ethernet ports auto-detect that now, but is a cat 5e or cat 6 cable required for Gigabit speed?
    thanks,
    scott
    PowerMac G5 2.5GHz   Mac OS X (10.4.5)  

    Yes it would work. The Ethernet network would be used for local file transfers and the Airport for internet. However you will need to make sure Ethernet is at the top of the list of network ports in the Network Preferences.

  • Extreme blocks out ethernet computers for file sharing.

    Gentlefolks,
    I am very hopeful I can get a solution suggestion for my issue. I don't know networks very well.
    I get on the internet via DSL modem to a 2wire <something> that runs into a internet hub (switch it seems to be called now!) I have three Macs that are hard wired to the hub with the 2wire <something> providing addresses using DHCP. I have an Airport Extreme base station (the dome shaped guy) running connected to the hub using the LAN, not the WAN, connection on the base station.
    I use a Macbook Pro on the network fine. When I take it to wireless, it can get to the internet just fine. I can even print using Appletalk. BUT,,, I can not see any of the other computers that are on the ethernet for file sharing. If I just connect up my ethernet on the Macbook then everything works just fine. Using the wireless shuts out the other machines.
    Any suggestions?

    A switch may or may not have an uplink port. IMHO uplink ports are outdated and not really useful since most devices have auto-sensing Ethernet ports.
    A hub routes all traffic to all ports. This means that devices see a lot of traffic which is not for their use. Think of it like the old telephone party lines where you could hear anyones conversation because it was broadcast to everyone.
    A switch is an intelligent hub. It knows what devices are connected to what port and routes traffic destined for a device ONLY on the port to which that device is connected. Therefore a switch reduces the traffic on any given port. Think of it like today's (private) telephone lines where you only get the calls which are for you and you can't hear calls made to your neighbor.

  • Would like to upgrade to Dragon Naturally Speaking 11 from DNS 6 (which would also entail a necessary upgrade from Windows 2000 to 7) but understand after all this expense and trouble, DNS upgrade may not be compatible with Firefox 6?

    Question
    Would like to upgrade to Dragon Naturally Speaking 11 from DNS 6 (which would also entail a necessary upgrade from Windows 2000 to 7) but understand after all this expense and trouble, DNS upgrade may not be compatible with Firefox 6?
    Main priority is voice activation upgrade. Ideas about how to proceed appreciated!

    AFAIK, it's been over three years since a WinXP laptop or desktop PC has been sold; I specifically bought a laptop in June 2008 because it was being clearanced by that retail chain to meet Microsoft's deadline, and got it real cheap. It was tagged for the store manager to purchase, but he let me have it because I exceeded his expectations for the services I performed for his store and thought I deserved it. Anything that wasn't made for Vista-compatibility will be very iffy with Win7, IMO - so that basically rules out anything that was made before like Oct or Nov 2007.
    Unless another DNS 11 user happens to see this thread and can verify whether it works in Firefox 6.0 or not, I don't what to recommend except for you doing a web search to see what other DNS / Firefox users have to say about compatibility.

  • HT1473 I'm trying to add thousands of songs to my iTunes library at once but the option to add folder doesn't appear in my file menu.  Adding these songs one at a time is not an option.  Someone pls help!!!

    I'm trying to add thousands of songs to my iTunes library at once but the option to add folder doesn't appear in my file menu.  Adding these songs one at a time is not an option.  Someone pls help!!!

    Turn on the menus and it will appear.
    Cntrl + B to enable menus.

  • Permissions for file sharing to Windows users

    Greetings, I would be very pleased if someone could help me with file sharing permissions for Windows users of a Mac mini file server running Snow Leopard 10.6.1 (not server).
    I have a folder in my root directory, lets call it Project, that holds a series of 10 sub folders, say 1 through 10. Some of my users I wish to have read/write access to the whole Project directory, and, having enabled file sharing in System Preferences (and SMB for Windows), I did cmd to get info on the Project folder, ticked sharing, added the users (whose user accounts I had replicated on the Mac from their Windows machines), gave them read/write access, and then was able to map a drive to Project in their machines. All good so far, notwithstanding an hour tussle with a Vista laptop . The other user 'groups' were set the following permissions: me - read/write; Admin - read/write; Everyone - no access; which seemed sensible.
    Then, when I wanted to only share say sub folders 4, 5 and 6 with other users, who will not have access to the whole Project directory, things were not as straight forward. I followed the same procedure as above, but for the particular sub folders. However, I think they are only able to see them if I provide read or read/write access for Everyone to the parent Project directory. This of course then lets them at least see all the other folders I do not want to share with them. I don't seem to be able to remove the Everyone group from the Project directory, which occurred to me might resolve this.
    Any thoughts? Thanks.

    "On the way down, it seems to me that you still can prevent that user from using folders that he or she is not supposed to use by setting appropriate permissions."
    I don't think this is the case. If I allow someone read & write access to a folder because they need to have read & write access to two of three subfolders, I cannot deny them (at least) read access to the third folder.
    In respect of a particular folder:
    1. You can only assign read; read & write; or write (drop box) to an individual user; and
    2. You can only assign No Access to everyone.
    Do I need to use Snow Leopard Server to be able to assign No Access to a particular folder for an individual user?

  • Best Practises for File Sharing and Print Server on Windows Server 2012

    Is it better to have File Sharing and Print Server installed on the same Windows 2012 Server ?
    Or, they should be installed on 2 different Windows Servers ?
    Hussien Sherief

    It will work just fine to combine them.
    But most people would recommend keeping functionality separate... if the budget allows.  That whole "single point of failure" concept.  If that server dies, you've lost both of those functions.

Maybe you are looking for

  • Downloaded trial CS4, how to install?

    I download the trial version. Both exe and .7 file downloaded successfully.  I clicked on the exe file per instructions on the downloadage. New window appeared with message "Preparing Files..."  Once the green bar reached 100% the window closed and n

  • Arabic Letters show up as Question Marks (???) whe...

    Dear Fellows, I have three email accounts configured in my Nokia N8 (Hotmail, GMail, and OVI). The problem I face is that when I send any email with Arabic words (whether in subject or body), it is received as Question marks (???????). This problem o

  • Is there a way to keep the ADL open when testing CS5.5 Air apps after it loses focus?

    When I test Air applications (specifically targeting mobile) it seems that when the ADL (Air Debug Launcher) launches, it will automatically terminate the session when I click on anything else other than the ADL window.  I have been trying to use 3rd

  • Iphoto disappeared when I updated to OS X Yosemite - help!

    iphoto disappeared after I updated to Yosemite. When I spotlight search it, I'm alerted my version is incompatible with Yosemite, and need to update. When I go to update, I'm told this version isn't available yet in my country (USA). The app and all

  • I cant open icloud photos on my pc

    Hi, I cant open my photos on i cloud via my pc can anyone help ? thanks