Main public logs

From Center for Atmospheric Sciences(CAS) WIKI
Jump to navigationJump to search

Combined display of all available logs of Center for Atmospheric Sciences(CAS) WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 18:07, 10 August 2026 User account Mia.dorval talk contribs was created automatically
  • 15:19, 30 July 2026 User account Peyton.haroldson talk contribs was created automatically
  • 18:59, 28 July 2026 User account Theodore.mackey talk contribs was created automatically
  • 21:49, 10 July 2026 User account Ashlyn.ford talk contribs was created automatically
  • 20:13, 7 July 2026 User account Zuri.murph talk contribs was created automatically
  • 15:15, 7 July 2026 User account Taina.sanchez talk contribs was created automatically
  • 18:50, 6 July 2026 Mcnabb talk contribs created page Admin:New User Email (Created page with "An account for you has been made on our CAS servers using the account name and password sent to you via docusign. You can ssh into USERNAME@137.198.56.59. You may be asked to change your password immediately but if not please run "passwd" to update your password. Once you have done so, you can find onboarding instructions by logging into the wiki onboarding guide at: https://wiki.cas.hamptonu.edu/index.php?title=Onboarding_Guide") Tag: Visual edit
  • 15:44, 6 July 2026 Mcnabb talk contribs deleted page New User Onboard Instructions (content was: "username:firstname.lastname<br> password:1firstname.lastname You can ssh into firstname.lastname@137.198.56.59 and after you do, so please run "passwd" immediately to update your password.<br> You can use sftp to the same server to upload files to your home directory or a subdirectory.<br> If the files are particularly large, you may wish to upload them to /data/common/firstname.la...", and the only contributor was "Price" (talk))
  • 21:11, 2 June 2026 Mcnabb talk contribs created page Admin:Update Servers (Created page with "=== Dealing with a too small /boot mount === dnf remove $(dnf repoquery --installonly --latest-limit=-2 -q) edit /etc/dnf/dnf.conf : <code>installonly_limit=2</code> === Running update across mulitple hosts === on eddy.cas.hamptonu.edu as root: in ~root/remote_host_scripts/ , run: ./run_remote_script.sh --sudo zabbix_hosts.txt remote_scripts/dnf_update.remote.sh ruser "AlmaLinux 9.7" where "AlmaLinux 9.7" is the match filter on the OS version that you want to update...") Tag: Visual edit
  • 16:45, 29 May 2026 User account Chuck.baker talk contribs was created automatically
  • 19:09, 27 May 2026 Indu.sharma talk contribs created page Genome Assembly Pipeline (Created page with "{| class="wikitable" | colspan="3" |Commands - Each cell represents a unique input in the command separated by a space | | | | | |Example submissions |Function |Questions |- | | | | | | | | | | | |- |Pre assembly | | | | | | | | | | |- |ssh |pirate-data | | | | | | |ssh pirate-data |Access the pirate cluster | |- |Enter your password | | | | | | | | |Log in (typing will not be visible) |Have you written your password somewhere it won't be lost? |- |cd |/data/common/$USE...") Tag: Visual edit
  • 19:04, 27 May 2026 User account Indu.sharma talk contribs was created automatically
  • 22:50, 23 May 2026 User account Orenthal.tucker talk contribs was created automatically
  • 22:21, 17 May 2026 User account Raffael.wendlinger talk contribs was created automatically
  • 20:04, 15 May 2026 User account Georg.harrer talk contribs was created automatically
  • 17:42, 28 April 2026 Mcnabb talk contribs moved page Admin:TEST to Admin:Home
  • 13:42, 27 April 2026 User account Rawat talk contribs was created automatically
  • 20:18, 24 April 2026 Mcnabb talk contribs created page Admin:Zabbix (Created page with " dnf update -y reboot dnf install -y vim wget curl firewalld policycoreutils-python-utils systemctl enable --now firewalld dnf install -y mariadb-server systemctl enable --now mariadb mysql_secure_installation") Tag: Visual edit
  • 19:41, 10 April 2026 User account Sguimond talk contribs was created automatically
  • 18:32, 10 April 2026 User account Thabiso.kunene talk contribs was created automatically
  • 19:44, 7 April 2026 Mcnabb talk contribs created page MPI Bandwidth Test (Created page with " This tutorial will demonstrate using the Gnu Compiler collection on Pirate to cross compile functions from one language (C,C++,Fortran) for use in another language. On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/MPI_bandwidth/src cd /data/common/$USER/test/MPI_bandwidth/ === Create the following files: === === Compile and Run: === === Return to GCC ===") Tag: Visual edit
  • 19:12, 7 April 2026 Mcnabb talk contribs created page MPI Fortran (Created page with " This tutorial will demonstrate using the Gnu Compiler collection on Pirate to cross compile functions from one language (C,C++,Fortran) for use in another language. On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/MPI_fortran/src cd /data/common/$USER/test/MPI_fortran/ === Create the following files: ===")
  • 19:12, 7 April 2026 Mcnabb talk contribs created page MPI CPP (Created page with " This tutorial will demonstrate using the Gnu Compiler collection on Pirate to cross compile functions from one language (C,C++,Fortran) for use in another language. On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/MPI_CPP/src cd /data/common/$USER/test/MPI_CPP/ === Create the following files: ===")
  • 19:09, 7 April 2026 Mcnabb talk contribs moved page MPI to MPI C
  • 18:14, 7 April 2026 Mcnabb talk contribs created page MPI (Created page with " This tutorial will demonstrate using the Gnu Compiler collection on Pirate to cross compile functions from one language (C,C++,Fortran) for use in another language. On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/MPI/src cd /data/common/$USER/test/MPI/ Create the following files: src/hello_mpi.c <pre> #include <mpi.h> #include <stdio.h> #include <unistd.h> int main(int argc, char **argv) { int...") Tag: Visual edit: Switched
  • 15:43, 7 April 2026 Mcnabb talk contribs created page Cross Compiling (Created page with "On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/cross_compile/ cd /data/common/$USER/test/cross_compile/") Tag: Visual edit
  • 14:59, 7 April 2026 Mcnabb talk contribs created page Hello World (Created page with "Create the following files in a test directory underneath /data/common/$USER ($USER is your user name).: === C: === ====== hello.c ====== #include "stdio.h" int main(int argc,char **argv){ printf("Hello world\nI am a C program\n"); } === C++: === ====== hello.cpp ====== #include <iostream> int main(int argc, char** argv){ std::cout<<"Hello World,\nI am a C++ program\n"; } === Fortran: === ====== hello.f90 ====== program HelloWorld write (*,*) 'He...") Tag: Visual edit
  • 14:41, 7 April 2026 Mcnabb talk contribs created page GCC (Created page with "Hello World : Examples of compiling and running a simple hello world program on the Pirate cluster using C, C++, and Fortran. Cross Compiling : Example of how to cross compile functions between C, C++, and Fortran on the Pirate cluster. MPI : Examples of compiling and running simple MPI programs on the Pirate cluster.") Tag: Visual edit
  • 12:43, 25 March 2026 Price talk contribs created page Eddy (Created page with "eddy.cas.hamptonu.edu<br> 137.198.56.31<br> CentOS 7<br> iDrac is set up for remote management and troubleshooting<br> The IP is http://137.198.56.159, open in web browser<br> Return to Admin:Server List")
  • 12:42, 25 March 2026 Price talk contribs created page UCN (Created page with "137.198.56.60 Return to Admin:Server List")
  • 12:42, 25 March 2026 Price talk contribs created page UCN-Data1 (Created page with "137.198.56.69 IDRAC http://137.198.56.70 Return to Admin:Server List")
  • 12:41, 25 March 2026 Price talk contribs created page SWRC (Created page with "137.198.56.17 AlmaLinux 9.4 4U from Dr. Moore's old cluster Return to Admin:Server List")
  • 12:41, 25 March 2026 Price talk contribs created page Proc3 (Created page with "IP 37.198.56.25<br> AlmaLinux 9.4 1U from Dr. Moore's old cluster Return to Admin:Server List")
  • 12:40, 25 March 2026 Price talk contribs created page Proc2 (Created page with "IP 137.198.56.12 AlmaLinux 1U from Dr.Moore's old cluster Return to Admin:Server List")
  • 12:39, 25 March 2026 Price talk contribs created page Proc1 (Created page with "137.198.56.61 AlmaLinux 9.4 1U from Dr. Moore's old cluster Return to AdminServer List")
  • 12:39, 25 March 2026 Price talk contribs created page Proc0 (Created page with "137.198.56.58 AlmaLinux 9.4 1U from Dr. Moore's Old cluster Return to Admin:Server List")
  • 12:37, 25 March 2026 Price talk contribs created page Pluto1 (Created page with "137.198.56.72 IDRAC<br> 137.198.56.73 AlmaLinux 9.4<br> PowerEdge R240<br> Processor Intel® Xeon® E-2124 3.3GHz, 8M cache, 4C/4T, turbo (71W)<br> Memory DIMM Type and Speed 2666MT/s UDIMMs <br> Memory Capacity (2) 8GB 2666MT/s DDR4 ECC UDIMM Total 16GB<br> RAID Configuration C9, RAID 6 for 4 or more HDDs or SSDs (Matching Type/Speed/Capacity)<br> RAID/Internal Storage Controllers PERC H730P RAID Controller, 2GB NV Cache, Adapter, Full Height <br> Hard Drives (...")
  • 12:35, 25 March 2026 Price talk contribs created page Pirate (Created page with "137.198.56.81<br> CentOS 7<br> Logon Node for submitting jobs to the cluster<br> Stopping and Starting Cron jobs on Pirate<br> On Pirate as Root<br> <pre> killall -u qi.zhang su - qi.zhang crontab 8km_commented.cron </pre> To turn back on<br> <pre> su - qi.zhang crontab 8km.cron </pre> Then on SCYLD as Root kill all existing jobs<br> <pre> qdel -p `qstat -a| grep qi|sed -e 's/\..*//'` </pre> Return to Admin:Server List")
  • 12:31, 25 March 2026 Price talk contribs created page DBPS1 (Created page with "dbps1.cas.hamptonu.edu<br> 137.198.56.15<br> AlmLinux Dell R815 - 2U<br> AMD Opteron 6380 2.5GHz (x4)<br> RAM LVRDIMM 16GB 1600MT/s (x16) - 256GB<br> PERC H800A - 512MB<br> bought by Polar Atmospheric Something - Dr. Kunio Sayanagi P1305654 - 8/22/2013<br> Return to Admin:Server List")
  • 12:30, 25 March 2026 Price talk contribs created page DBPS (Created page with "dbps.cas.hamptonu.edu<br> 137.198.56.22<br> AlmaLinux<br> Dell R815 - 2U<br> AMD Opteron 6276 2.3GHz x4 (64 core)<br> 256GB RAM 1600MHz (16 x 16GB)<br> iDRAC Express<br> PERC H200<br> service tag: CM0V4V1 bought by AIM - Dr. John McNabb<br> P1206800 - 06/07/2012<br> Return to Admin:Server List")
  • 12:29, 25 March 2026 Price talk contribs created page DATA0 (Created page with "DATA0.cas.hamptonu.edu<br> IP: 137.198.56.74<br> AlmaLinux 9.4<br> Purchased by Dr. Moore (12-20-2021)<br> Relion XE4112 Server Unit Price $25,300.00<br> • Relion XE4112, 4U DP, Intel Xeon SKL, 36x 3.5 LFF bays<br> • Dual Intel Xeon Gold 6226 (12C, 2.70GHz, 125W)<br> • 192GB RAM, DDR4-2933MHz REG, ECC, 1 Rx4 (12 x 16GB)<br> • 36 x 14TB HDD, 3.5", SAS, 12Gbps, 7200RPM<br> • 960GB SSD, 2.5", SATA, 6Gbps, 1.5 DWPD, 3D TLC (Micron...")
  • 12:29, 25 March 2026 Price talk contribs created page Terra (Created page with "137.198.56.83<br> AlmaLinux 9.4 Relion 1900 Server - Storage Host Base System, Relion 1900<br> 1U, 4x 3.5" HotSwap SAS Bay w/ 1x 800W Hot Swap PSU - 160W CPU Support<br> Dual Intel Xeon E5-2620 v4 CPU (8C, 2.10GHz, 85W)<br> 64GB RAM, DDR4-2400 ECC, 1R (8 x 8GB)<br> HW RAID 0/1/5/6/10/50/60: PCIe, LSI 9271-8i 6Gb SAS/SATA + CacheVault (4x 3.5" HDD or 8x 2.5" HDD)<br> HBA, LSI 9207-8e, 2x SFF-8088/6Gbps SAS HFI, Intel Omni-Path 100, PCI-E3 x8, 1x QSFP28, LP IceBreaker...")
  • 12:28, 25 March 2026 Price talk contribs created page Changing/resetting passwords with IPA (Created page with "In a web browser open:<br> https://kharon.cas.hamptonu.edu/<br> Log into web interface for IPA<br> in users click on user<br> in upper right hand corner reset password. Return to Server List")
  • 12:27, 25 March 2026 Price talk contribs created page Kharon (Created page with "137.198.56.63 IDRAC http://137.198.56.65 Changing/resetting passwords with IPA AlmaLinux Kharon Server upgrade<br> Bought by Dr. Delgado P25-1481 $4,016.17<br> December 2024 <br> PowerEdge R360<br> Trusted Platform Module 2.0 V3<br> Chassis Configuration<br> 2.5" Chassis with up to 8 Hot Plug Hard Drives, Adapter PERC 11, No BOSS Support<br> Processor Intel® Xeon® E-2414 2.6G, 4C/4T, 12M Cache, Turbo, HT (55W) DDR5 G02QSEG 338-CMQW 1<br> Memory Configuratio...")
  • 12:26, 25 March 2026 Price talk contribs created page Casproc (Created page with "Dell Server R360 PowerEdge 137.198.56.59 RAID Card<br> IDRAC http://137.198.56.55 PO 25-1481 (Dr. Delgado) Return to Admin:Server List")
  • 12:26, 25 March 2026 Price talk contribs created page CAS (Created page with "137.198.56.56 New server purchased by AIM Department WEB Server Dr.McNabb Penguin Relion 2900 10/27/2015 PO P1680545 24 bays 2.5" 256gb SSD RAID card 8 port 8 drive set up as RAID 6 Drive0 replaced 8-26-2019 1 Spare hard drive in my office CentOS 7 installed but updated to work with Alma Linux <pre> dnf update dnf install fail2ban fail2ban-hostsdeny dnf install wordpress mkdir /srv/cas/ rsync -ai /usr/share/wordpress/ /srv/cas/wordpress/ emacs /etc/httpd/conf.d/virtu...")
  • 12:24, 25 March 2026 Price talk contribs created page Aim-Data1 (Created page with "137.198.56.27 AlmaLinux 9.4 Relion 1900 Server - Storage Host Base System, Relion 1900 1U, 4x 3.5" HotSwap SAS Bay w/ 1x 800W Hot Swap PSU - 160W CPU Support Dual Intel Xeon E5-2620 v4 CPU (8C, 2.10GHz, 85W) 64GB RAM, DDR4-2400 ECC, 1R (8 x 8GB) HW RAID 0/1/5/6/10/50/60: PCIe, LSI 9271-8i 6Gb SAS/SATA + CacheVault (4x 3.5" HDD or 8x 2.5" HDD) HBA, LSI 9207-8e, 2x SFF-8088/6Gbps SAS HFI, Intel Omni-Path 100, PCI-E3 x8, 1x QSFP28, LP IceBreaker JE4960 JBOD - 111TB Usa...")
  • 12:18, 25 March 2026 Price talk contribs created page Admin:Server List (Created page with "Aim-Data1 - Storage CAS -Web Server Casproc - Gateway kharon - Authentication Terra - Home Directories DATA0 - Data Storage/Backup Server eos-fes - satellite data server DBPS -Satellite datastorage DBPS1 -Satellite Data Jupyter SCYLD - Head Node for cluster Pirate - holds /data/common Pluto1 - AdminWiki Proc0 Proc1 ...")
  • 18:44, 6 March 2026 Mcnabb talk contribs created page Ssh alias and ssh-keygen (Created page with "CAS servers support connections using ssh. You may find the following using to use ssh-keygen and ssh alias. === Linux: === Create a public/private key pair with ssh-keygen. ssh-keygen -t ed25519 -C "your_email@example.com" Depending on your use case, you may or may not want to enter a passphrase. If you do use a passphrase it should not be the same as your password for our servers! This should create two files: ~/.ssh/id_ed25519        # private key (keep secr...") Tag: Visual edit
  • 17:57, 25 February 2026 Price talk contribs created page Admin:Orbital (Created page with "To open the camera view on the Orbital radar at Harbour Center enter this link into a browser: http://eosfes.cas.hamptonu.edu/Commander/commander.jnlp or you can add the following line to your ~/.bashrc alias commander='javaws '\''http://eosfes.cas.hamptonu.edu/Commander/commander.jnlp'\''' which will make the command "commander" when you next log in or type "source .bashrc" If the processing tab is filled with red failures and you want to clear them, login as orbi...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)