IT Section

From WikiDocs

Jump to: navigation, search

The MOG Network consists of three servers and all of your slaves and clients. The three servers are as follows:


File Server

We use the FileServer to host the repository where assets are stored. Team members will interact with this server in the same way they would interact with any file server. Traditionally, we have found this server's speeds to be limited more than hard drive speed than anything else. Most companies simply create a system volume on whatever fileserver they already have.

Requirements:

  * RAM: 1 GB
  * Hard Drive: striped raid, size varies depending on needs
  * Network: Dual 1 gb 


MOG Server

The MOG server does not require much because it only manages TCP/IP connections. It does nothing more than pass MOG commands around to the various MOG components. It can be run on any machine and is completely portable.

Requirements:

  * CPU: Any reasonable speed
  * RAM: 1 GB
  * Hard Drive: Any size
  * Network: 1 gb 


SQL Server

The SQL server only stores the project’s metadata while the assets are stored on the FileServer. This helps keep the databases small and extremely fast. Team members will interact with this server through the MOG Client and other associated MOG components. This server tends to need a faster CPU because the number of database queries will increase proportionately to the team size.

Requirements:

  * CPU: Faster the better
  * RAM: 2 GB
  * Hard Drive: 3 Drives
        o System Drive: Minimal (20 GB)
        o Data Drive: Minimal (20 GB)
        o Log Drive: Minimal (20 GB) 
  * Network: 1 gb

Products