User Tools

Site Tools


spo600:spo600_servers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
spo600:spo600_servers [2025/03/21 05:06] chrisspo600:spo600_servers [2025/04/09 21:19] (current) chris
Line 2: Line 2:
  
 ===== SERVER CHANGES ===== ===== SERVER CHANGES =====
 +
 +;;As of 2025-04-09:;;
 +   - The hostname of the SPO600 servers changed.
  
 ;;;As of 2025-03-20:;;; ;;;As of 2025-03-20:;;;
Line 7: Line 10:
   - An additional terabyte of storage has been added to the aarch64-002 server, accessible via ''~/aux'' -- See details below.   - An additional terabyte of storage has been added to the aarch64-002 server, accessible via ''~/aux'' -- See details below.
   - An additional 500 GiB of storage has been added to the home directories on the x86-001 server.   - An additional 500 GiB of storage has been added to the home directories on the x86-001 server.
 +
  
 =====  Preparatory Steps  ===== =====  Preparatory Steps  =====
Line 27: Line 31:
 You can access this system at the hostname aarch64-001.spo600.cdot.systems; using OpenSSH from the command line, you can use these arguments: You can access this system at the hostname aarch64-001.spo600.cdot.systems; using OpenSSH from the command line, you can use these arguments:
  
-''ssh //username//@aarch64-001.spo600.cdot.systems''+;;''ssh //username//@aarch64-001.proximity.on.ca'';;
 --> -->
 === aarch64-002 === === aarch64-002 ===
Line 33: Line 37:
 This machine is a Honeycomb LX2K system. It has a large number of moderate cores (16 x Cortex-A72), an NVME SSD storage system, and 32GiB RAM. Note that it is running an older version of both Linux and the GCC compiler. This system is capable of compiling GCC in about 100 minutes. This machine is a Honeycomb LX2K system. It has a large number of moderate cores (16 x Cortex-A72), an NVME SSD storage system, and 32GiB RAM. Note that it is running an older version of both Linux and the GCC compiler. This system is capable of compiling GCC in about 100 minutes.
  
-You can access this system at the hostname aarch64-002.spo600.cdot.systems at port 2202; using OpenSSH from the command line, you can use these arguments:+You can access this system at the hostname ;;aarch64-002.proximity.on.ca;; at port 2202; using OpenSSH from the command line, you can use these arguments:
  
-''ssh ;;;-p 2202;;; //username//@aarch64-002.spo600.cdot.systems''+''ssh ;;;-p 2202;;; //username//@;;aarch64-002.proximity.on.ca;;''
  
 ;;;On **March 20, 2025**, an additional terabyte of storage was added to this system. The additional storage is available through the symlink ''~/aux'' in each user's directory. To be fair to other users, please limit your use of this additional storage to 30 GiB.;;; ;;;On **March 20, 2025**, an additional terabyte of storage was added to this system. The additional storage is available through the symlink ''~/aux'' in each user's directory. To be fair to other users, please limit your use of this additional storage to 30 GiB.;;;
Line 55: Line 59:
 === x86_64-001 === === x86_64-001 ===
  
-This x86_64 system is a workstation/server class system (x86-64-v4 architectural level) with 64GiB RAM. It has the hostname x86-001.spo600.cdot.systems and is accessible on port 2201. It can be accessed using OpenSSH with these arguments:+This x86_64 system is a workstation/server class system (x86-64-v4 architectural level) with 64GiB RAM. It has the hostname ;;x86-001.proximity.on.ca;; and is accessible on port 2201. It can be accessed using OpenSSH with these arguments:
  
-''ssh ;;;-p 2201;;; //username//@x86-001.spo600.cdot.systems''+''ssh ;;;-p 2201;;; //username//@;;x86-001.proximity.on.ca;;''
  
 =====  Simplified SSH Access  ===== =====  Simplified SSH Access  =====
Line 65: Line 69:
 <code>          <code>         
  Host "aa2"  Host "aa2"
-         hostname "aarch64-002.spo600.cdot.systems"+         hostname "aarch64-002.proximity.on.ca"
          port 2202          port 2202
          user "YourUserID"          user "YourUserID"
  
  Host "x86"  Host "x86"
-         hostname "x86-001.spo600.cdot.systems"+         hostname "x86-001.proximity.on.ca"
          port 2201          port 2201
          user "YourUserID"</code>          user "YourUserID"</code>
spo600/spo600_servers.txt · Last modified: 2025/04/09 21:19 by chris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki