From d45addd3e7e300841afd6683017ce710c41dab9d Mon Sep 17 00:00:00 2001 From: Siisi Nketsiah Date: Wed, 26 Apr 2023 13:53:35 +0000 Subject: [PATCH] updated optiplex-7040 document --- docs/hardware/optiplex-7040.md | 35 +++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/hardware/optiplex-7040.md b/docs/hardware/optiplex-7040.md index b30c004..8585b02 100644 --- a/docs/hardware/optiplex-7040.md +++ b/docs/hardware/optiplex-7040.md @@ -7,4 +7,37 @@ The Dell Optiplex was acquired in September 2022 to expand KH3's server infrastr | CPU | RAM | Storage | OS | Hostname | | -------------- | ---- | ---------------------------- | --------------------------- | -------- | -| Intel i7-6700 | 32GB | 1TB M.2 SATA SSD / 500GB SSD | Debian 11 (Promox VE 7.2-1) | pve02 | \ No newline at end of file +| Intel i7-6700 | 32GB | 1TB M.2 SATA SSD / 500GB SSD | Debian 11 (Promox VE 7.2-1) | pve02 | + +## Proxmox VE +Proxmox VE 7.2-1, a virtualization management solution, has been installed on the Dell Optiplex 7040. It provides an easy-to-use web interface for managing virtual machines and containers. + +| ![Proxmox Dashboard](../assets/hp-prox-01.png) | +| :--: | +| License Agreement | + +The following virtual machines and containers are currently running on the Proxmox VE host: + +### Windows Server 2016 - AD Domain Controller +This server is responsible for authenticating users, computers, and other resources primarily to the Document Management System (DMS). It provides a centralized database of user accounts (kh3 users), passwords, and security information that enables users to log in to a domain and access resources across the network, namely the DMS. + +| ![Proxmox Dashboard](../assets/hp-prox-01.png) | +| :--: | +| License Agreement | + +### Windows Server 2016 - SQL Server 2016 +SQL Server is a relational database management system (RDBMS) developed by Microsoft. This server is used primarily to store and retrieve data as requested by SharePoint Server 2019 (Document Management System). All data housed in the DMS in stored here + +| ![Proxmox Dashboard](../assets/hp-prox-01.png) | +| :--: | +| License Agreement | + +### Windows Server 2016 - SharePoint Server 2019 +SharePoint Server 2019 is a collaboration and document management platform developed by Microsoft. It provides a set of tools and services that enable teams to create, share, and manage documents, websites, and other digital content. SharePoint provides the platform for KH3's Document Management System + +| ![Proxmox Dashboard](../assets/hp-prox-01.png) | +| :--: | +| License Agreement | + +### Debian 11 LXC Container +A Debian 11 LXC container also runs on the Proxmox host with Docker installed. The container runs a Pi-hole container and a Cloudflare Tunnel container. Pi-hole serves as the local DNS and ad-blocker for the Kh3 office network. The Cloudflare Tunnel container provides secure access to the internal services running on the Kh3 office network. \ No newline at end of file