Difference between revisions of "Osgeo10"

From OSGeo
Jump to navigation Jump to search
Line 5: Line 5:
 
This is an Incus host
 
This is an Incus host
 
<pre>
 
<pre>
IPv4 address..: 140.211.15.15, (No openvpn KVM yet)
+
Dell PowerEdge R630
 +
IPv4 address..: 140.211.15.15,
 
Hostname......: osgeo10.osgeo.osuosl.org
 
Hostname......: osgeo10.osgeo.osuosl.org
 +
        KVM ......: osgeo10.oob.osuosl.org [10.0.1.129] #requires OSUOSL openvpn connection
 
LSB Specs.........:  Debian 13
 
LSB Specs.........:  Debian 13
RAM...........: 178 Gi
+
RAM...........: 378 Gi (12 32GB DDR-4 chips), there are still 12 slots available
Disk..........:  
+
Disk..........: RAID 5
 +
        NIC: 1 
  
 
tech_dev@osgeo10:~$ sudo lsblk
 
tech_dev@osgeo10:~$ sudo lsblk
Line 27: Line 30:
  
 
</pre>
 
</pre>
Cpus..........: 2 processors (48 cpus)  (Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz)
+
Cpus..........: 2 processors (48 cpus)  (Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz, 0.75MB cache)
  
 
Note each processor has 12 cores hyperthreaded to make 24
 
Note each processor has 12 cores hyperthreaded to make 24

Revision as of 11:35, 12 June 2026

Osgeo10 is a Debian 13 machine administered by SAC, hosted on OSU OSL servers since March 2026. Donated to OSGeo by OSUOSL

Hardware

This is an Incus host

Dell PowerEdge R630
	IPv4 address..: 140.211.15.15,
	Hostname......: osgeo10.osgeo.osuosl.org
        KVM ......: osgeo10.oob.osuosl.org [10.0.1.129] #requires OSUOSL openvpn connection
	LSB Specs.........:  Debian 13
	RAM...........: 378 Gi (12 32GB DDR-4 chips), there are still 12 slots available
	Disk..........:  RAID 5
        NIC: 1  

	tech_dev@osgeo10:~$ sudo lsblk

	NAME                      MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
	sda                         8:0    0   9.1T  0 disk
	├─sda1                      8:1    0   976M  0 part /boot/efi
	├─sda2                      8:2    0   977M  0 part /boot
	└─sda3                      8:3    0   9.1T  0 part
	  ├─osgeo10--vg-root      254:0    0 186.3G  0 lvm  /
	  ├─osgeo10--vg-swap      254:1    0  29.8G  0 lvm  [SWAP]
	  └─osgeo10--vg-incus_zfs 254:2    0     5T  0 lvm
	zd0                       230:0    0 232.8G  0 disk
	zd16                      230:16   0  93.1G  0 disk
	zd32                      230:32   0  93.1G  0 disk
	zd48                      230:48   0  93.1G  0 disk

Cpus..........: 2 processors (48 cpus) (Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz, 0.75MB cache)

Note each processor has 12 cores hyperthreaded to make 24

Setup

2026-03-10- new SATA SSD drives 6 2TB drives were put in Samsung 870 EVO 2TB SATA 2.5" Internal SSD MZ-77E2T0B/EC

The ssh port of the main host (the physical server) is 2222 and there is only one non-root account on it and can only be accessed via key access. Keys are deployed using AnsibleDeployment repo of gitea

It has an Incus installed from snap: Refer to SAC Service Status#osgeo_9 for list of containers on it. It is also used for building lxd images.


So to SSH - ssh tech_dev@osgeo10.osgeo.osuosl.org -p 2222

As of 2026-03-12 most configurations of this machine are deployed using AnsibleDeployment


Containers and Services

Refer to SAC Service Status#osgeo_10