<?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_Devon</id>
	<title>AI in Devon - 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_Devon"/>
	<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=AI_in_Devon&amp;action=history"/>
	<updated>2026-04-14T21:51:00Z</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_Devon&amp;diff=2246&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_Devon&amp;diff=2246&amp;oldid=prev"/>
		<updated>2025-04-16T05:16:21Z</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 Devon: Server Configuration&lt;br /&gt;
&lt;br /&gt;
This document details the server configuration supporting the &amp;quot;AI in Devon&amp;quot; project. It is intended as a technical guide for new system administrators and developers contributing to the project. We will cover hardware, software, networking, and security aspects. This project leverages a distributed computing model to accelerate machine learning tasks. This guide assumes familiarity with basic Linux system administration.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;AI in Devon&amp;quot; project utilizes a cluster of servers located in a secure data center in Plymouth. These servers are dedicated to running computationally intensive machine learning algorithms, primarily focused on image recognition and natural language processing. The cluster is designed for scalability and redundancy.  The primary goal is to provide a robust and reliable platform for AI research and development.  Access to these servers is restricted to authorized personnel via [[SSH]] and a centralized authentication system.&lt;br /&gt;
&lt;br /&gt;
== Hardware Configuration ==&lt;br /&gt;
&lt;br /&gt;
The core of the &amp;quot;AI in Devon&amp;quot; infrastructure consists of 12 high-performance servers.  Each server is built using similar specifications to ensure consistency and ease of maintenance.  A dedicated storage array provides centralized data access.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Server Component&lt;br /&gt;
! Specification&lt;br /&gt;
|-&lt;br /&gt;
| CPU&lt;br /&gt;
| Dual Intel Xeon Gold 6338 (32 cores per CPU)&lt;br /&gt;
|-&lt;br /&gt;
| RAM&lt;br /&gt;
| 256 GB DDR4 ECC Registered RAM&lt;br /&gt;
|-&lt;br /&gt;
| Storage (Local)&lt;br /&gt;
| 1 TB NVMe SSD (OS &amp;amp; Temporary Data)&lt;br /&gt;
|-&lt;br /&gt;
| GPU&lt;br /&gt;
| 4 x NVIDIA A100 (80GB HBM2e)&lt;br /&gt;
|-&lt;br /&gt;
| Network Interface&lt;br /&gt;
| Dual 100 Gbps Ethernet&lt;br /&gt;
|-&lt;br /&gt;
| Power Supply&lt;br /&gt;
| Redundant 1600W Platinum Power Supplies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The storage array is a Dell EMC PowerScale F600, providing approximately 1 Petabyte of usable storage.  The network infrastructure utilizes a Cisco Nexus 9508 switch for high-speed interconnectivity.  We also have a dedicated backup server, utilizing [[Rsync]] and offsite storage for disaster recovery.  Detailed hardware inventory is available on the [[Hardware Inventory Page]].&lt;br /&gt;
&lt;br /&gt;
== Software Configuration ==&lt;br /&gt;
&lt;br /&gt;
Each server runs a customized version of Ubuntu 22.04 LTS. The operating system is hardened according to [[CIS Benchmarks]].  The primary software stack consists of:&lt;br /&gt;
&lt;br /&gt;
*   [[CUDA]] 12.1: For GPU-accelerated computing.&lt;br /&gt;
*   [[PyTorch]] 2.0: The primary machine learning framework.&lt;br /&gt;
*   [[TensorFlow]] 2.12: Used for specific model deployments.&lt;br /&gt;
*   [[Docker]] and [[Kubernetes]]: For containerization and orchestration.&lt;br /&gt;
*   [[NFS]]: For shared file system access to the storage array.&lt;br /&gt;
*   [[Prometheus]] and [[Grafana]]: For system monitoring and alerting.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Software Component&lt;br /&gt;
! Version&lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Ubuntu&lt;br /&gt;
| 22.04 LTS&lt;br /&gt;
| Operating System&lt;br /&gt;
|-&lt;br /&gt;
| CUDA&lt;br /&gt;
| 12.1&lt;br /&gt;
| GPU Computing Toolkit&lt;br /&gt;
|-&lt;br /&gt;
| PyTorch&lt;br /&gt;
| 2.0&lt;br /&gt;
| Machine Learning Framework&lt;br /&gt;
|-&lt;br /&gt;
| TensorFlow&lt;br /&gt;
| 2.12&lt;br /&gt;
| Machine Learning Framework&lt;br /&gt;
|-&lt;br /&gt;
| Docker&lt;br /&gt;
| 24.0.5&lt;br /&gt;
| Containerization&lt;br /&gt;
|-&lt;br /&gt;
| Kubernetes&lt;br /&gt;
| 1.27&lt;br /&gt;
| Container Orchestration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All software is managed using a centralized package repository, built on [[APT]].  Regular security updates are applied automatically using [[Unattended Upgrades]].  Configuration management is handled via [[Ansible]], ensuring consistency across the cluster.  The version control system used for all code is [[Git]], hosted on a private GitLab instance.&lt;br /&gt;
&lt;br /&gt;
== Networking Configuration ==&lt;br /&gt;
&lt;br /&gt;
The server cluster is connected to the internal network via a dedicated VLAN. Each server has a static IP address within this VLAN.  A firewall, configured using [[iptables]], restricts access to the servers to authorized networks and ports. DNS resolution is handled by an internal BIND server.  The network topology is illustrated on the [[Network Diagram]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Network Component&lt;br /&gt;
! IP Address Range&lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| VLAN&lt;br /&gt;
| 192.168.10.0/24&lt;br /&gt;
| Server Cluster&lt;br /&gt;
|-&lt;br /&gt;
| Gateway&lt;br /&gt;
| 192.168.10.1&lt;br /&gt;
| Internal Network Access&lt;br /&gt;
|-&lt;br /&gt;
| DNS Server&lt;br /&gt;
| 192.168.10.2&lt;br /&gt;
| DNS Resolution&lt;br /&gt;
|-&lt;br /&gt;
| Firewall&lt;br /&gt;
| 192.168.10.3&lt;br /&gt;
| Network Security&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All communication between servers is encrypted using TLS. External access to the cluster is limited to SSH and a secure web interface for monitoring.  Regular network security audits are performed to identify and address potential vulnerabilities.  We utilize [[VPN]] access for remote administration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Security Considerations ==&lt;br /&gt;
&lt;br /&gt;
Security is paramount for the &amp;quot;AI in Devon&amp;quot; project. The following security measures are in place:&lt;br /&gt;
&lt;br /&gt;
*   **Firewall:** A strict firewall policy restricts access to the servers.&lt;br /&gt;
*   **Intrusion Detection System (IDS):**  [[Snort]] is used to monitor network traffic for malicious activity.&lt;br /&gt;
*   **Regular Security Audits:**  Penetration testing is conducted quarterly.&lt;br /&gt;
*   **Two-Factor Authentication (2FA):** Required for all SSH access and the web interface.&lt;br /&gt;
*   **Data Encryption:** Sensitive data is encrypted at rest and in transit.&lt;br /&gt;
*   **Least Privilege Principle:** Users are granted only the necessary permissions.&lt;br /&gt;
*   **Vulnerability Scanning:**  Servers are regularly scanned for vulnerabilities using [[Nessus]].&lt;br /&gt;
&lt;br /&gt;
== Future Enhancements ==&lt;br /&gt;
&lt;br /&gt;
Planned enhancements include:&lt;br /&gt;
&lt;br /&gt;
*   Upgrading the GPUs to the latest generation (NVIDIA H100).&lt;br /&gt;
*   Implementing a more sophisticated monitoring system with predictive analytics.&lt;br /&gt;
*   Expanding the storage capacity.&lt;br /&gt;
*   Integrating a distributed file system such as [[Ceph]].&lt;br /&gt;
&lt;br /&gt;
[[Main Page]]&lt;br /&gt;
[[Contributing Guidelines]]&lt;br /&gt;
[[Contact Us]]&lt;br /&gt;
[[FAQ]]&lt;br /&gt;
[[Server Maintenance Schedule]]&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>