Getting new file server. Special considerations for Revit?

Hi all,
My office (small architecture firm) is looking to purchase a new file server. Our current one is a Mac Pro 1,1 (2006). We're Mac based and use VMWare Fusion on most workstations for our Autodesk Software. I use Bootcamp on mine. My employer is under the impression we can use a $500 Mac Mini as a replacement file server for our 10 person office, ~1tb of data, and website. We have a separate Mac Mini for email. Are there any hardware considerations I should make them aware of since we use it for Revit central models? I have a vague understanding of what hardware is prioritized for individuals workstations, but not for the file server where our central models live.

"One node is a DC, the other is a member server. "
Sounds like you should pick one of the many documents/videos available from TechNet or Microsoft Virtual Academy instead of CBT Nuggets.  They are giving you bad information.  You cannot cluster DCs.  It's that simple.  Cluster
nodes have to be members of a cluster.
.:|:.:|:. tim

Similar Messages

  • How to get the file size (in bytes) for all files in a directory?

    How to get the file size (in bytes) for all files in a directory?
    The following code does not work. isFile() does NOT recognize files as files but only as directories. Why?
    Furthermore the size is not retrieved correctly.
    How do I have to code it otherwise? Is there a way of not converting f-to-string-to-File again but iterate over all file objects instead?
    Thank you
    Peter
    java.io.File f = new java.io.File("D:/todo/");
    files = f.list();
    for (int i = 0; i < files.length; i++) {
    System.out.println("fn=" + files);
    if (new File(files[i]).isFile())
         System.out.println("file[" + i + "]=" + files[i] + " size=" + (new File(files[i])).length() ); }

    pstein wrote:
    ...The following code does not work. Work?! It does not even compile! Please consider posting code in the form of an SSCCE in future.
    Here is an SSCCE.
    import java.io.File;
    class ListFiles {
        public static void main(String[] args) {
            java.io.File f = new java.io.File("/media/disk");
            // provides only the file names, not the path/name!
            //String[] files = f.list();
            File[] files = f.listFiles();
            for (int i = 0; i < files.length; i++) {
                System.out.println("fn=" + files);
    if (files[i].isFile()) {
    System.out.println(
    "file[" +
    i +
    "]=" +
    files[i] +
    " size=" +
    (files[i]).length() );
    }Edit 1:
    Also, in future, when posting code, code snippets, HTML/XML or input/output, please use the code tags to retain the indentation and formatting.   To do that, select the code and click the CODE button seen on the Plain Text tab of the message posting form.  It took me longer to clean up that code and turn it into an SSCCE, than it took to +solve the problem.+
    Edited by: AndrewThompson64 on Jul 21, 2009 8:47 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Special consideration for BRF rules related to configuration managment

    Hello All.
    I am looking for a document or oss note that discribes if there are any special consideration for BRF rules related to configuration management and transport control?  I just learned how to spell BRF so, I would appriciate if you could direct me to the information requested above.
    Regards,
    k

    Hello All.
    I am looking for a document or oss note that discribes if there are any special consideration for BRF rules related to configuration management and transport control?  I just learned how to spell BRF so, I would appriciate if you could direct me to the information requested above.
    Regards,
    k

  • File adapter. Only get new files

    Hi there,
    I have a small problem that I'm not able to solve that easily with XI.
    I have some directories that I need to get files from on a remote server. The only problem is i need to get only the new files and I am not allowed to delete the old files. Since we are not the only one getting those files.
    So far I have not found any option to keep the old files and only get the new ones. Does anybody know a neat trick to get only the new ones?
    Regards,
    Wietse

    > Hi again Wietse,
    > After configuring the file adapter the way i
    > mentioned,check for performance, you might need to
    > install remote Adapter engine if you have some FW
    > problems or other security barriers that turn the
    > processing of this file to a hassel over the net.
    >
    > Nimrod
    Problem still is I am not allowed to do anything else then ftp/get on the files. I can't install a remote adapter engine or change anything to the files.
    I hoped that it would be possible to store the filenames somewhere and compare a dir listing to the stored filenames before the real get is done. But even when writing an adapter module, the file will already be in the adapter once the module kicks in. And I don't want to get old files that I've already processed into my system since there is a huge history of files on the machine.
    I think I might end up writing a perl script that searches for the new files and gets them and them sends them through to XI using a SOAP call.

  • Migrate User Profile Disks to new File Server

    I'm looking for some guidance/best practice/advice on moving my user profile disk share. My goal is simple enough, we have a share with UPDs on a stand-alone file server. I'm in the process of configuring a scale-out file server and would like to migrate
    my UPD share to that cluster once it is running smoothly. I'm running a 2012 R2 RDS farm. Is the process as simple as changing the UNC path in Server Manager and migrating the data? If so, should I copy the data then change the UNC path or the other way around?
    On a related note, is there any problems of hosting the UPD share on DFS? I'm not necessarily looking to replicate the share, but it would ease a similar migration in the future if necessary as I could replicate it or use the DFS migration toolkit without
    needing to alter the UNC path in the farm as the client facing path wouldn't change. Just an idea I'm toying with and would love some feedback.

    I would think in a simple/flat scenario, you change the UNC path and the wizard will automatically setup the share on the target folder with the correct root permissions
    then you can do a robocopy.exe /mir to move the individual UPDs over while retaining their unique permissions for each user
    regarding scale out file server, you actually can't use SoFS for just a general file share workload and SoFS + DFS combination also has limited capabilities
    for now, SoFS is only compatible with clustered Hyper-V, IIS, VMM and SQL workloads
    you can use the old fashion clustered file server role with SMB 3.0 for the UPDs however, as 2012 now allows for proper clustered share aliases that allows you to natively use a virtual name under a clustered file share option which works nicely in your
    case
    setting up DFS with the above scenario seems to be supported although I haven't done it before
    http://technet.microsoft.com/en-us/library/hh831349.aspx

  • Can I use my Apple rebate and get AT&T's special price for new 3GS?

    We have AT&T family plan and 2 original 8gag iphones bought right after they came out in June 2007. Our 2 year AT&T contract is up this month. We each got a $100 rebate when the iphone price dropped, and we have not used them. I was told they never expire.
    1. Does anyone know if the AT&T upgrade price and the Apple iphone rebate can be combined?
    2. Does anyone know if my current unused roll-over minutes will be carried over to the new contract?

    You're welcome.
    The unlimited data plan for the first generation iPhone is $20/mo and includes a 200 messaging allowance. This was/is a special unlimited data plan rate for the first generation iPhone that AT&T does not offer for any other phone in the smart phone category.
    The unlimited data plan for the iPhone 3G and iPhone 3GS is $30/mo and doesn't include a messaging allowance. Unless you currently have a higher messaging allowance that is shared with each iPhone under the Family plan, to have the same messaging allowance with the iPhone 3G or iPhone 3GS will cost you $15 more per month for each iPhone - $10 more per month for the unlimited data plan, and $5 more per month for a 200 messaging allowance.
    Your rollover minutes balance will not be affected when purchasing an iPhone 3G to replace your existing first generation iPhone.
    If you live near an Apple store, contact the store regarding your $100 rebate for the first generation iPhone - if you can apply the rebate to the AT&T subsidized sales price for the iPhone 3GS.

  • New to server, need VPN for remote desktop and file share...

    I've set up server and have the VPN working, I think, I need to have several outside systems join the servers VPN permanently to allow for file sharing and remote desktop. I don't want the "normal" internet browsing to go through the VPN (huge slow down) I have read that a "split DNS" or "split tunnel" is what I need, then to disable "send all traffic over VPN connection" option on each remote system. I was a little confused after reading on how to do this on Leopard server (the only instructions I found) but have absolutely no idea on how to do this on Snow Leopard server (the server I set up is 10.6) any assistance would be great, thanks in advance.

    Server Admin, VPN, Settings, Client Information, Network Routing Definition.
    Here add a private network record type that matches your LAN/VPN ip.
    For example
    IP Address: 192.168.0.0
    Mask: 255.255.255.0
    Type: Private
    You can find more informations about this feature in Snow Leopard Server documentation:
    http://images.apple.com/server/macosx/docs/NetworkServices_Adminv10.6.pdf
    search for "Configuring VPN Network Routing Definitions"

  • Sharing iTunes btwn two users -- getting new music to show up for both

    I'm setting up a new PC with Windows 7 and, at the same time, setting up two new iPhones.  In trying to keep my wife's iPhone linked to her Apple ID and my iPhone to mine, I followed the directions here -- http://support.apple.com/kb/HT1203 -- and set up iTunes on each of our Windows user accounts and put the iTunes Media Library files in a public location we can both access.
    My problem now is, when one of us adds new music to iTunes (to the shared, public folder in Windows), it doesn't automatically show up in the other's iTunes library.  I know that I can manually go in and use "Add File/Folder to Library...", but, is there a way to have this happen without user intervention?
    Many thanks for any help you can provide!
    Bobby

    Don't do it.. !!
    Apple says specifically don't put your iphoto library on the TC.
    And I quote.
    iphoto network no no.
    http://support.apple.com/kb/HT1198
    It's recommended that you store your iPhoto library on a locally mounted hard drive. Storing your iPhoto library on a network share can lead to poor performance, data corruption, or data loss.
    See further
    https://discussions.apple.com/thread/6692100
    The TC has no media smarts at all.. none.. it is completely dumb stupid hard disk in a router.
    If you put libraries on the TC apart from being slow.. because all files must be transferred via the Mac running itunes you then have no backup and no way to backup your files.
    Get a large external drive or get a proper NAS with built in iTunes server. (although exactly how well they work I am not sure).
    You still should not put your main iphoto library on the NAS but you can put a copy.

  • How to get Network file server to work windows 8.1

    Please I need some help.  When running windows 7 I can get access to the usb hard drive attached to my modem (TG797N V3) and the files contained on it.  Can Map a drive etc and everything is fine. When I switch to my 8.1 partition I can see the server but cannot access the drive.  (it just hangs)  I have tried a t netgear router on windows 8.1 and have been able to get this to work so I know it's definitely something between windows 8.1 and this particular router. Can someone please help me as I've been on this for well over a week now and I just want to be able to make the switch to windows 8.1

    Hi .... was this issue ever resolved ? Having the same problem - cannot connect to the external drive on my Gateway with Win 8 All Win7 and even XP PC's are all OK  Product VendorTechnicolorProduct NameTechnicolor TG587n v3Software Version15.1Firmware Version15.20.1335-440-RBHardware VersionDANT-YSerial NumberCP1127RARJA 

  • Special consideration for coding clients while using weblogic clustering

              Hi.
              I wanted to know whether there are any special consdirations to
              be taken while coding clients(servlets in our case) for EJBs when
              we are using clustering of App servers.
              In our setup, we are following the recommended 2-tier architecture
              for Weblogic5.1
              thanks and regards,
              Amol
              

    Amol wrote:
              > Hi,
              > adding a couple of points to the previous mail:
              > 1. In case of servlet failure after doXXX() method has been
              > called and before the method returns, if the app server
              > fails, will doXXX() be called again on the servlet in the
              > secondary server?
              > 2. How much time does it take for the servlet session on
              > one machine to be replicated on the second machine when
              > using in-memory replication.
              It depends on the size of the object and complexity.
              -- Prasad
              >
              > Thanks,
              > Amol
              >
              > "Amol" <[email protected]> wrote:
              > >
              > >Hi kumar (and everybody),
              > >
              > >Your opinion resolves the doubt i had in mind, since even
              > >WebLogic
              > >docs do not say anything about clustering affecting the
              > >coding
              > >of bean clients.
              > >
              > >However may I request you to please evaluate the same
              > >query with
              > >respect to the following conditions:
              > >1. The Session bean calls a stored proc on the db. After
              > >the call
              > >to stored proc and before the stored proc returns with
              > >the results,
              > >the app server fails.
              > >Here there could be two cases of interest, a) Stored proc
              > >does
              > >a write on db -OR- b) Stored proc does only a read on
              > >db
              > >2. The Session bean calls an Entity bean which "writes"
              > >to the
              > >db. The db write is successful, but before the entire
              > >call to the
              > >session bean is completed(that is before user gets his
              > >results)
              > >the Server fails. Now permanent changes have been made
              > >to the db,
              > >but client doesnt get the results.
              > >
              > >Please note the fact that we are using recommended 2-tier
              > >architecture
              > >and in this case server failure would imply failure of
              > >Servlet
              > >as well as the beans.
              > >
              > >Regards,
              > >Amol
              > >--------------------------
              > >
              > >Kumar Allamraju <[email protected]> wrote:
              > >>Absolutely not. Make sure the objects you are putting
              > >>in the session are
              > >>serializable.
              > >>
              > >>
              > >>
              > >>Amol wrote:
              > >>
              > >>> Hi.
              > >>> I wanted to know whether there are any special consdirations
              > >>to
              > >>> be taken while coding clients(servlets in our case)
              > >>for EJBs when
              > >>> we are using clustering of App servers.
              > >>>
              > >>> In our setup, we are following the recommended 2-tier
              > >>architecture
              > >>> for Weblogic5.1
              > >>>
              > >>> thanks and regards,
              > >>> Amol
              > >>
              > >
              Cheers
              - Prasad
              

  • New file server--Can InDesign be switched to new path?

    We've installed a new server with new IP address and new volume name.
    Is there an easy way to tell InDesign that the same folder/file structure is now to be found at the new server address (or volume name), so we won't have to relink any files within INDD documents?
    Thanks!

    After reading this...
    All Communities > InDesign > InDesign Feature Requests >  Discussions> Relative Link Paths
    I think I'm convinced that InDesign cannot do what I've asked.
    I'm going to solve the problem by doing what I prefer not to do which is to name the new server exactly as the old one and give the new server the old server's IP address. Then ID will not know it is a new server.

  • Getting New Hard disk from Toshiba for E45t-A4100 . Do I still need recovery media

    Hi,
    My hard drive crashed and after the online troubleshooting was directed to go for a new hard drive which I did as the laptop is in warranty.
    However I am asked to get a recovery media too(as I do not have one created earlier).
    My query is will the new hard drive not come with windows preinstalled. What extra will the recovery media have to help me. (Sorry if the questions sound dumb)
    Thanks
    Dr. Manoj Yadav
    Solved!
    Go to Solution.

    New hard drive is blank, recovery media is needed.
    If the drive you have will load in safe mode you could try to burn your own recovery media, if not you will have to order recovery media.
    S70-ABT2N22 Windows 7 Pro & 8.1Pro, C55-A5180 Windows 8.1****Click on White “Kudos” STAR to say thanks!****

  • Every time I try to sync I get this sync server failure message for calendar

    "Itunes could not sync calendars to the Iphone because the sync server failed to sync the Iphone" is the message I get everytime I sync the phone to Itunes

    Even though the outmost iTunes Music folder has Read & Write access, even one folder within a folder within a folder could have Read only. Select the Music folder, Get Info, make sure it's set to Read and Write, THEN apply to all enclosed folders. On your OS, you should click the little Gear symbol to get the "apply to all" option.

  • High availability for file server and exchange with 2 physical servers

    Dear Experts,
    I have 2 physical server with local disks only. I want to setup below on same with high availability, please advise best prossible options. We will be using windows 2012 R2 Server..
    1. Domain controller
    2. Exchange 2013
    As of now I am thinking of setting up below:
    1. Install Hyper-v on both and create 3 VM on each as
    -On Host A- 1 VM for DC, 1 VM for File server with DFS namespace and replication for file server HA and 1 VM for Exchange 2013 with CAS/MBX with DAG and DNS RR for Exchange HA
    -On Host B - 1 VM for ADC, 1 VM for File server DFS member for above and 1 VM for Exchange 2013 CAS/MBX with DAG member
    I have read on internet about new features called scale out file server (SoFS) in Windows 2012 Server but not sure that will be preferred for file sharing.
    Any advise will be highly appreciated..
    Thanks for the help in advance..
    Best regards,

    Dear Experts,
    I have 2 physical server with local disks only. I want to setup below on same with high availability, please advise best prossible options. We will be using windows 2012 R2 Server..
    1. Domain controller
    2. Exchange 2013
    As of now I am thinking of setting up below:
    1. Install Hyper-v on both and create 3 VM on each as
    -On Host A- 1 VM for DC, 1 VM for File server with DFS namespace and replication for file server HA and 1 VM for Exchange 2013 with CAS/MBX with DAG and DNS RR for Exchange HA
    -On Host B - 1 VM for ADC, 1 VM for File server DFS member for above and 1 VM for Exchange 2013 CAS/MBX with DAG member
    I have read on internet about new features called scale out file server (SoFS) in Windows 2012 Server but not sure that will be preferred for file sharing.
    Any advise will be highly appreciated..
    Thanks for the help in advance..
    Best regards,
    DFS is by far the best way to implement any sort of file server. Because a) failover is not fully transparent and does not happen always (say not on copy ) b) DFS cannot replicate open files so if you edit a big file and have node rebooted you're going to
    lose ALL transactions/updates you've applied c) actually slows down the config. See:
    DFS for failover
    http://help.globalscape.com/help/wafs3/using_microsoft_dfs_for_failover.htm
    DFS FAQ
    http://technet.microsoft.com/library/cc773238(WS.10).aspx
    (check "open files" point here)
    DFS Performance
    http://blogs.technet.com/b/filecab/archive/2009/08/22/windows-server-dfs-namespaces-performance-and-scalability.aspx
    SoFS a) requires shared storage to run and you don't have one b) does not support generic workloads
    (only Hyper-V and SQL Server) and c) technically makes sense to expand SAS JBOD or existing FC SAN to numerous Hyper-V clients over 10 GbE w/o need to invest money into SAS switches and HBAs and FC HBAs and new licenses FC ports. Making long story short:
    SoFS is NOT YOUR CASE. 
    SoFS Overview
    http://technet.microsoft.com/en-us/library/hh831349.aspx
    http://www.aidanfinn.com/?p=12786
    http://www.aidanfinn.com/?p=12786
    For now you need to find some shared storage to be a back end for your hypevisor config (SAS JBOD from supported list, virtual SAN from multiple vendors like for example StarWind see below, make sure you review ALL the vendors) and then you create a failover
    SMB 3.0 share for your file server workload. See:
    Clustered Storage Spaces over SAS JBOD
    http://technet.microsoft.com/en-us/library/jj822937.aspx
    Virtual SAN from inexpensive SATA and no SAS or FC
    http://www.starwindsoftware.com/native-san-for-hyper-v-free-edition
    Failover
    SMB File Server in Windows Server 2012 R2
    http://www.starwindsoftware.com/configuring-ha-file-server-on-windows-server-2012-for-smb-nas
    Fault
    tolerant file server on just a pair of nodes
    http://www.starwindsoftware.com/ns-configuring-ha-file-server-for-smb-nas
    For Exchange you use SMB share from above for a file share witness and use DAG. See:
    Exchange DAG
    Good luck! Hope this helped :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • On A Budget - Options for Using a File Server.

    Hi - I have this relatively old 2008R2 file server (8GB memory and 25TB disk) I'd like to use as file storage for a SQL Server VM.  The network is a 1GB switched configuration.  The VM resides on relatively new hardware (Server 2012, SAS) but doesn't
    have a lot of disk.  I'd like to make a bunch of the file server space available for SQL Server Data (2008R2) - its a small network (10 users) that we want to load a bunch of glob data indexed by a few keywords as reference.  Kind of like a
    GIS database.  My first thought is to create fixed vhdx file on the file server via Hyper-V manager, but this takes days to initialize for the size I'm thinking of (10TB).  I created an expanding disk and it was pretty quick to create.  I copied
    a 4GB file over the net to the mounted (from the Hyper-V Host) vhdx file and it went pretty fast.  I thought about using the iSCSI trick to attach it to the SQL VM (turning the file server into a SAN sort of?), but I'm wondering if this is overkill. 
    I'm just looking for a few suggestions.  There is a lot of stuff out there, some of it conflicting, about storage configuration.
    Thanks

    Yes, upgrading....
    I need to emphasize the budget thing.  I will look into the iSCSI option.  The VM is Server 2012.
    We might be able to convert the 2008 server to Windows 8.  It doesn't really do anything besides file shares and security is not a concern as we are not connected.  Is that an option?  Win8 supports SMB 3 I understand.
    Yes you can do that. But... Older desktop versions of Windows were limited on amount of TCP connections they could handle obviously affecting usability and performance as a server. Not sure what's accurate for Windows 8 as MSFT has been changing this policy
    back and forth all the time )) Check within MSFT licensing specialists before you do that.
    P.S. I'd spawn FreeBSD or openSUSE with a Samba instead of a desktop version of Windows OS being used as a file server. IMHO.
    Cheers,
    Anton Kolomyeytsev [MVP]
    StarWind Software Chief Architect
    Profile:  
    Blog:  
    Twitter:  
    LinkedIn:  
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Maybe you are looking for

  • Disk Utility can't repair and refuse Partition to work

    Hi, Is there any ways to solve this message appearing in the Disk Utility? When i click repair disk on Disk Utility, message shown; Repairing permissions for “Macintosh HD” Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/

  • Letter Of Creditl

    Dear All i want to charge the letter of credit Bank Opening charges to material. what is the stadandard solution of it, and guide me about alternatives. thanks

  • [Xfce] Window decorations and transparency

    I am running compton and xfce with transparent window borders. The close, minimize, and maximize buttons are also transparent. Is there any way to make it so that they are not transparent? I assume that there must be some way because, in the xfce-pan

  • StarOffice 8 CDE Icon and Document File Extension Associations

    I recently upgraded to Solaris 10 (5/08). With previous versions of Solaris, I installed StarOffice 7 from CD and it placed the nice little icon in the CDE desktop panel and it created StarOffice associations to all the typical office file extensions

  • IT 0210 Message Control

    I want to change the warning message:  5U265  (number of exmptns/addl withholding should be blank if exempt is selected) to an error message- hard stop. Where in customizing is the message control that will let me make that change?   Thanks, Joyce