Jump to content

reverend_cowboy

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation

10 Good

About reverend_cowboy

Personal Information

  • Occupation
    IT Technical Director
  1. One other thing I just remembered. What i suggested worked fine for our Windows 7 Machines in the classrooms, my computer in the office is running windows 8. To get it to run on here i had to run it from a drive that isnt c: Worked fine when i installed it to d:\minecraft
  2. Didnt have any issues with UAC. The file it runs is actually java.exe from program files with launcher.jar as a parameter.
  3. I had the exact same problem. I installed the client to c:\minecraft\minecraftEDU and that made a difference. I didnt need to make anyone a local admin or change any policies apart from the Application Policies to allow exe files in that folder to run. Enable debug logging on the client and post the results here, i got quite good and figuring them out during our install problems.
  4. That is pretty much our solution. The only difference being we don't use a DFS namespace for the redundancy. The reason being that we replicate offsite to a server in a data center hosted by our local authority with it not being on the local LAN it is just for offsite DR. We then use Previous Versions on the local server to provide what I call idiot backup as opposed to disaster backup. We use this system to backup our SQL databases as well by having an SQL job run every night to take a backup of the databases to a folder on the file server and use the DFS to have it replicated offsite. On top of that we have SCDPM which takes long term backups every weekend and can store them for up to 6 months.
  5. I am assuming this is already resolved now but just in case not, or if you have the chance to change things around. You didnt mention what storage you had available but I assume from what you said it is stored on direct storage in one of the servers. I would actually upgrade the 2003 box to 2008 if it will support it, education licensing is pretty cheap so I wouldnt worry about that too much. With 3 servers you cant really have 2 copies of AD and 2 copies of the user data without causing issues. If you have a tape backup system use that to make regular backups of the user data which would be stored on whichever server has the most storage available. I would have that server doing nothing but file and print sharing. With the other 2 servers running server 2008, using the server manager you can install the ADDS role on both servers then run dcpromo on one of them and create a new domain in a new forest. Set up all the users in AD and set their accounts to map their home folder to a share created on the file server. The dcpromo wizard will prompt you to install DNS, do this. When you are happy that server is up and running run dcpromo on the final server and add it to an existing domain in an existing forest. This will give you your AD "backup". The final server is where you should set up DHCP as well, and WINS if you need it. If you have more than a couple hundred machines on the domain, I would recomend you vlan the network off to reduce broadcast traffic, unless you are running IPV6. Thats pretty quick and nasty but it should do. If you want to post, or PM me the full spec of everything you have I would be happy to do a full network design for you. Would be good practice for my MCITP and CCNP.
  6. If you are trying to delete files from a command prompt, try putting the file path after the following to bypass ntfs checking. \\?\ eg del c:\myfile.txt becomes del \\?\c:\myfile.txt
×
×
  • Create New...