Difference between revisions of "Creating a Rack"
| Line 13: | Line 13: | ||
One possible solution is to use [https://docs.microsoft.com/en-us/windows-server/storage/storage-spaces/storage-spaces-direct-overview Windows Storage Spaces Direct.] | One possible solution is to use [https://docs.microsoft.com/en-us/windows-server/storage/storage-spaces/storage-spaces-direct-overview Windows Storage Spaces Direct.] | ||
The remainder of this article will assume that all rack servers will have the mount point for the shares file system to be <code>C:\ClusterStorage</code>. | The remainder of this article will assume that all rack servers will have the mount point for the shares file system to be <code>C:\ClusterStorage</code>. | ||
| + | |||
| + | Each server will have a rather small <code>C:</code> drive which will host the operating system and applications. | ||
| + | They will also contain a larger <code>D:\</code> drive to hold logs file, [https://truxwiki.com/Hash_Set|hash sets], and temporary files. | ||
| + | Ideally these will [https://en.wikipedia.org/wiki/Solid-state_drive SSDs.] | ||
=Sample Rack= | =Sample Rack= | ||
| Line 44: | Line 48: | ||
# Message Bus | # Message Bus | ||
# Load Status Monitor | # Load Status Monitor | ||
| + | |||
| + | These do not need to be hosted on every server. | ||
| + | |||
| + | =Configurations= | ||
| + | Typically, each serv | ||
Revision as of 15:11, 16 August 2021
If you have a plethora of equipment lying around, you can make your own Truxton Forensic Rack solution. This article will discuss how to configure the rack as a Truxton solution.
Equipment
The number and type of equipment that make up the rack is up to you. All Truxton needs is Windows OS.
Storage
Truxton ETL servers require a single view of depot storage.
When an ETL process writes to a depot file, a process on a different machine must be able to read from it.
ETL's require fast IO.
For this reason we leave this to the operating system.
One possible solution is to use Windows Storage Spaces Direct.
The remainder of this article will assume that all rack servers will have the mount point for the shares file system to be C:\ClusterStorage.
Each server will have a rather small C: drive which will host the operating system and applications.
They will also contain a larger D:\ drive to hold logs file, sets, and temporary files.
Ideally these will SSDs.
Sample Rack
Let's assume you have three servers lying around. You might populate the rack thusly:
| U18 | Network Switch |
| U17 | KVM |
| U13 | Server 3 |
| U09 | Server 2 |
| U05 | Server 1 |
| U01 | UPS |
Responsibilities
Decide which machines will have which responsibilities. There are a handful of singleton pieces of Truxton:
- Database
- Message Bus
- Load Status Monitor
These do not need to be hosted on every server.
Configurations
Typically, each serv