<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=AI_in_Derby</id>
	<title>AI in Derby - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=AI_in_Derby"/>
	<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=AI_in_Derby&amp;action=history"/>
	<updated>2026-04-15T01:17:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://serverrental.store/index.php?title=AI_in_Derby&amp;diff=2245&amp;oldid=prev</id>
		<title>Admin: Automated server configuration article</title>
		<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=AI_in_Derby&amp;diff=2245&amp;oldid=prev"/>
		<updated>2025-04-16T05:15:43Z</updated>

		<summary type="html">&lt;p&gt;Automated server configuration article&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== AI in Derby: Server Configuration ===&lt;br /&gt;
&lt;br /&gt;
This article details the server configuration for the &amp;quot;AI in Derby&amp;quot; project, a research initiative focused on applying Artificial Intelligence to historical data analysis of the [[Derby Museum and Art Gallery]] collections. This document is intended for new system administrators and developers joining the project.  It covers hardware, software, and network considerations.  Please consult the [[Project Documentation]] for a broader overview of the project goals.&lt;br /&gt;
&lt;br /&gt;
== Hardware Overview ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;AI in Derby&amp;quot; project utilizes a clustered server environment to handle the computational demands of machine learning tasks. Each node in the cluster is a dedicated server.  We started with three nodes, with plans for expansion as the project progresses.  The following table details the specifications of each server node:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Server Node&lt;br /&gt;
! Processor&lt;br /&gt;
! RAM&lt;br /&gt;
! Storage&lt;br /&gt;
! Network Interface&lt;br /&gt;
|-&lt;br /&gt;
| Node 1 (ai-derby-01)&lt;br /&gt;
| Intel Xeon Gold 6248R (24 cores)&lt;br /&gt;
| 256 GB DDR4 ECC&lt;br /&gt;
| 4 x 4TB NVMe SSD (RAID 10)&lt;br /&gt;
| 10 Gigabit Ethernet&lt;br /&gt;
|-&lt;br /&gt;
| Node 2 (ai-derby-02)&lt;br /&gt;
| Intel Xeon Gold 6248R (24 cores)&lt;br /&gt;
| 256 GB DDR4 ECC&lt;br /&gt;
| 4 x 4TB NVMe SSD (RAID 10)&lt;br /&gt;
| 10 Gigabit Ethernet&lt;br /&gt;
|-&lt;br /&gt;
| Node 3 (ai-derby-03)&lt;br /&gt;
| Intel Xeon Gold 6248R (24 cores)&lt;br /&gt;
| 256 GB DDR4 ECC&lt;br /&gt;
| 4 x 4TB NVMe SSD (RAID 10)&lt;br /&gt;
| 10 Gigabit Ethernet&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All servers are housed in a dedicated rack within the [[Data Center]].  Power and cooling are redundant, and access is strictly controlled as per the [[Security Policy]].&lt;br /&gt;
&lt;br /&gt;
== Software Stack ==&lt;br /&gt;
&lt;br /&gt;
The software stack is designed for flexibility and scalability. We utilize a Linux-based operating system and a containerized environment for deploying and managing applications.&lt;br /&gt;
&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
&lt;br /&gt;
We use [[Ubuntu Server 22.04 LTS]] as our base operating system. This provides a stable and well-supported platform. Regular security updates are applied via [[Unattended Upgrades]].  Detailed OS configuration instructions can be found in the [[OS Configuration Guide]].&lt;br /&gt;
&lt;br /&gt;
=== Containerization ===&lt;br /&gt;
&lt;br /&gt;
[[Docker]] and [[Kubernetes]] are used for containerization and orchestration.  This allows for easy deployment, scaling, and management of applications. All AI models and related services are packaged as Docker containers.  The Kubernetes cluster is managed using [[kubectl]]. Access to the Kubernetes cluster is limited to authorized personnel. Refer to the [[Kubernetes Access Guide]] for details.&lt;br /&gt;
&lt;br /&gt;
=== Data Storage ===&lt;br /&gt;
&lt;br /&gt;
Data is stored on a shared network file system provided by a dedicated [[NAS Device]]. The NAS device utilizes a RAID 6 configuration for data redundancy. Access to the NAS is controlled via [[NFS Permissions]].&lt;br /&gt;
&lt;br /&gt;
=== AI Frameworks ===&lt;br /&gt;
&lt;br /&gt;
The following AI frameworks are used:&lt;br /&gt;
&lt;br /&gt;
*   [[TensorFlow]]&lt;br /&gt;
*   [[PyTorch]]&lt;br /&gt;
*   [[scikit-learn]]&lt;br /&gt;
&lt;br /&gt;
These frameworks are installed within the Docker containers.&lt;br /&gt;
&lt;br /&gt;
== Network Configuration ==&lt;br /&gt;
&lt;br /&gt;
The server cluster is connected to the internal network via a 10 Gigabit Ethernet switch.  The following table details the network configuration:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Server Node&lt;br /&gt;
! IP Address&lt;br /&gt;
! Subnet Mask&lt;br /&gt;
! Gateway&lt;br /&gt;
|-&lt;br /&gt;
| ai-derby-01&lt;br /&gt;
| 192.168.1.10&lt;br /&gt;
| 255.255.255.0&lt;br /&gt;
| 192.168.1.1&lt;br /&gt;
|-&lt;br /&gt;
| ai-derby-02&lt;br /&gt;
| 192.168.1.11&lt;br /&gt;
| 255.255.255.0&lt;br /&gt;
| 192.168.1.1&lt;br /&gt;
|-&lt;br /&gt;
| ai-derby-03&lt;br /&gt;
| 192.168.1.12&lt;br /&gt;
| 255.255.255.0&lt;br /&gt;
| 192.168.1.1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The NAS device has a static IP address of 192.168.1.20.  DNS resolution is handled by the internal [[DNS Server]]. Firewall rules are configured using [[iptables]] to restrict access to the servers.&lt;br /&gt;
&lt;br /&gt;
== Monitoring and Logging ==&lt;br /&gt;
&lt;br /&gt;
The server cluster is monitored using [[Prometheus]] and [[Grafana]].  These tools provide real-time metrics on server performance and resource utilization. Logs are collected using [[Fluentd]] and stored in [[Elasticsearch]].  Alerts are configured to notify administrators of any critical issues.  See the [[Monitoring Guide]] for more information.&lt;br /&gt;
&lt;br /&gt;
=== Logging Levels ===&lt;br /&gt;
&lt;br /&gt;
The following table outlines the standard logging levels used across the system:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Level&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| DEBUG&lt;br /&gt;
| Detailed information, typically used for development.&lt;br /&gt;
|-&lt;br /&gt;
| INFO&lt;br /&gt;
| General operational events.&lt;br /&gt;
|-&lt;br /&gt;
| WARNING&lt;br /&gt;
| Potential problems or unusual situations.&lt;br /&gt;
|-&lt;br /&gt;
| ERROR&lt;br /&gt;
| A serious problem that may require intervention.&lt;br /&gt;
|-&lt;br /&gt;
| CRITICAL&lt;br /&gt;
| A critical error that requires immediate attention.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Security Considerations ==&lt;br /&gt;
&lt;br /&gt;
Security is a top priority. All servers are hardened according to the [[Server Hardening Guide]]. Regular security audits are performed. Access to the servers is restricted to authorized personnel only.  All data is encrypted at rest and in transit.  Please review the [[Security Policy]] for detailed information.  The [[Incident Response Plan]] details procedures for handling security incidents.&lt;br /&gt;
&lt;br /&gt;
[[Main Page]]&lt;br /&gt;
[[Help:Contents]]&lt;br /&gt;
[[Manual:Configuration]]&lt;br /&gt;
[[Special:ListUsers]]&lt;br /&gt;
[[Project:About]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Server Hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Intel-Based Server Configurations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Configuration&lt;br /&gt;
! Specifications&lt;br /&gt;
! Benchmark&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i7-6700K/7700 Server]]&lt;br /&gt;
| 64 GB DDR4, NVMe SSD 2 x 512 GB&lt;br /&gt;
| CPU Benchmark: 8046&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i7-8700 Server]]&lt;br /&gt;
| 64 GB DDR4, NVMe SSD 2x1 TB&lt;br /&gt;
| CPU Benchmark: 13124&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i9-9900K Server]]&lt;br /&gt;
| 128 GB DDR4, NVMe SSD 2 x 1 TB&lt;br /&gt;
| CPU Benchmark: 49969&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i9-13900 Server (64GB)]]&lt;br /&gt;
| 64 GB RAM, 2x2 TB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i9-13900 Server (128GB)]]&lt;br /&gt;
| 128 GB RAM, 2x2 TB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i5-13500 Server (64GB)]]&lt;br /&gt;
| 64 GB RAM, 2x500 GB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i5-13500 Server (128GB)]]&lt;br /&gt;
| 128 GB RAM, 2x500 GB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i5-13500 Workstation]]&lt;br /&gt;
| 64 GB DDR5 RAM, 2 NVMe SSD, NVIDIA RTX 4000&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== AMD-Based Server Configurations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Configuration&lt;br /&gt;
! Specifications&lt;br /&gt;
! Benchmark&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 5 3600 Server]]&lt;br /&gt;
| 64 GB RAM, 2x480 GB NVMe&lt;br /&gt;
| CPU Benchmark: 17849&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 7 7700 Server]]&lt;br /&gt;
| 64 GB DDR5 RAM, 2x1 TB NVMe&lt;br /&gt;
| CPU Benchmark: 35224&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 9 5950X Server]]&lt;br /&gt;
| 128 GB RAM, 2x4 TB NVMe&lt;br /&gt;
| CPU Benchmark: 46045&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 9 7950X Server]]&lt;br /&gt;
| 128 GB DDR5 ECC, 2x2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 63561&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (128GB/1TB)]]&lt;br /&gt;
| 128 GB RAM, 1 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (128GB/2TB)]]&lt;br /&gt;
| 128 GB RAM, 2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (128GB/4TB)]]&lt;br /&gt;
| 128 GB RAM, 2x2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (256GB/1TB)]]&lt;br /&gt;
| 256 GB RAM, 1 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (256GB/4TB)]]&lt;br /&gt;
| 256 GB RAM, 2x2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 9454P Server]]&lt;br /&gt;
| 256 GB RAM, 2x2 TB NVMe&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Order Your Dedicated Server ==&lt;br /&gt;
[https://powervps.net/?from=32 Configure and order] your ideal server configuration&lt;br /&gt;
&lt;br /&gt;
=== Need Assistance? ===&lt;br /&gt;
* Telegram: [https://t.me/powervps @powervps Servers at a discounted price]&lt;br /&gt;
&lt;br /&gt;
⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>