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).
- 17:55, 22 January 2026 Mcnabb talk contribs created page WIKI Information (Moved Default wiki info from Main page) Tag: Visual edit
- 15:07, 20 January 2026 Price talk contribs created page 02 signal.ipynb (Created page with "At this point it should tell you that it has installed the kernelspec in some subdirectory of your home directory You will likely need to reload the page in your web browser. You will need to choose the kernel by clicking on kernel->change_kernel and selecting Python(cure2025) Alternatively select the kernel in the upper right corner of the tab <pre> import matplotlib.pyplot as plt import numpy as np import scipy.stats as stats </pre> <pre> fig = plt.figure(figsize=(4, 2...")
- 14:59, 20 January 2026 Price talk contribs created page 01 python setup.ipynb (Created page with "In your terminal: we need to set the pkg cache to your own directory, you only need to do this once: <pre> mkdir -p /data/common/${USER}/.conda ln -s /data/common/${USER}/.conda ~/.conda </pre> cat <<'EOT' >> .condarc pkgs_dirs: - /data/common/${USER}/.conda/pkgs EOT #note that you will need to change ${USER} to be your username #failure to do the above will result in a lot of warnings attempting to access the shared pkg cache. #initiate conda source /data/comm...")
- 14:54, 20 January 2026 Price talk contribs created page 00 setup.ipynb (Created page with "#Log into jupyter.cas.hamptonu.edu #username: first.last #password: 1username #open a terminal and run the following commands: #update your password passwd #create a symbolic link to the /data/common directory ln -s /data/common/ ~/common #copy the cure 2025 directory into your home directory rsync -ai /data/common/cure2025/ ~/cure2025/ #change into the cure2025/jupyter directory cd ~/cure2025/jupyter #list the files ls #on the left hand side descend into t...")
- 13:36, 20 January 2026 Price talk contribs created page New User Onboard Instructions (Created page with "username:firstname.lastname pasword: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.lastname/ instead.")
- 19:10, 6 January 2026 Price talk contribs created page Admin:New PC Setup (Created page with "Win11 update/Inventory Instructions Fill out the spreadsheet provided with the following information. Please fill out this information as you go for more accuracy • End User Name/ Dept. • Computer name • Service tag # • OS Version • Model • Office Version • MDM onboarded • Lab computer • Desk phone extension • Notes 1. Enter the end user’s name and the dept. the work in on the spreadsheet (ex:Firstlast/DoIT) 2. Na...")
- 13:30, 6 January 2026 Price talk contribs created page MailMan (Created page with "dnf install mailman emacs /etc/httpd/conf.d/mailman.conf <pre> # # httpd configuration settings for use with mailman. # ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ <Directory /usr/lib/mailman/cgi-bin/> AllowOverride None Options ExecCGI Require all granted SSLRequireSSL </Directory> Alias /pipermail/ /var/lib/mailman/archives/public/ <Directory /var/lib/mailman/archives/public> Options MultiViews FollowSymLinks AllowOverride None Re...")
- 13:29, 6 January 2026 Price talk contribs created page Purging, Pruning & Deleting Volumes (Created page with "When Data0 gets crowded and need space you have to either purge, prune and delete volumes to get the extra space.<br> Even though you prune or purge, to clear the space you must delete it from the disk. First log into the Bacula console <pre> *bconsole </pre> type the following to see all the volumes <pre> *list volumes </pre> Look for old or empty volumes to delete <pre> *delete </pre> Choose your option and hit enter then choose which volume to delete from and...")
- 13:29, 6 January 2026 Price talk contribs created page Rotate Logs (Created page with "Bacula logs are located in \var\spool\bacula\log and these logs will grow exponentially unless rotated. You can set up a script to limit the logs by using /etc/logrotate.d file this compliments the logrotate.conf file <pre> /var/log/bacula/*.log { weekly rotate 4 notifempty missingok } /var/log/maillog { weekly rotate 4 notifempty missingok } </pre> Return to Bacula")
- 13:28, 6 January 2026 Price talk contribs created page Bacula (Created page with "Rotate Logs Purging, Pruning & Deleting Volumes Return to Software <br>")
- 13:28, 6 January 2026 Price talk contribs created page Dell firmware updates (Created page with "adapted from: https://www.dell.com/support/kbdoc/en-us/000130467/update-a-dell-poweredge-driver-or-firmware-directly-from-the-os-windows-and-linux#Linux https://www.dell.com/support/kbdoc/en-us/000123359/dell-emc-server-update-utility-suu-guide-and-download#download directly login as root : <pre> mkdir /mnt/iso mount -o loop /data/common/software/downloads/Dell/SUU-LIN64_21.12.200.488.ISO /mnt/iso/ ls -l /mnt/iso/ cd /mnt/iso ./suu -g </pre> Return to Software")
- 13:27, 6 January 2026 Price talk contribs created page MediaWiki-Alma Linux (Created page with "Install AlmaLinux 9 on Server Set up per Server Setup Step:1 Install the prerequisite OS packages For mediawiki installation on Linux we must first install Web server (Apache) , PHP and Database ( MySQL / MariaDB ). If they are not installed on your system , please use the below command to install : <pre> dnf install -y httpd php php-mysqlnd php-gd php-xml php-intl mariadb-server mariadb php-mbstring php-json dnf module reset php dnf module enable php:8.2 </pre> Setup...")
- 13:26, 6 January 2026 Price talk contribs created page License Installation for MATLAB (Created page with "You will need the license.lic file that you can download from Mathworks website MATLAB is now installed on pirate under /data/common/software/install/MATLAB/. The license server is setup with a concurrent license so that any machine that mounts that directory can run matlab via: /data/common/software/install/MATLAB/R2024b/bin/matlab. Below are the notes for making the concurrent license work: First stop the license manager <pre> systemctl stop license-manager.se...")
- 13:26, 6 January 2026 Price talk contribs created page MATLAB Runtime Compiler installation (Created page with "https://www.mathworks.com/help/compiler_sdk/dotnet/install-the-matlab-runtime.html#bvf6b29 Download version that corresponds to our current version of MATLAB: https://www.mathworks.com/products/compiler/matlab-runtime.html Example install below: <pre> cd /data/common/software/downloads/MATLAB/ wget https://ssd.mathworks.com/supportfiles/downloads/R2023a/Release/0/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023a_glnxa64.zip unzip -d MATLAB_Runtime_R20...")
- 13:23, 6 January 2026 Price talk contribs created page MATLAB 2020b and later Flexlicense server installation (Created page with "Installation of MATLAB on Pirate<br> Everything is done with Administrators log in To Install the Network License Manager, you must first activate and obtain the license file then install the license manager software using the MathWorks Installer or manually install using the license manager binaries. The following instructions are for: Activating the network license and obtaining the license file Installing the license manager with the MathWorks Installer fo...")
- 13:21, 6 January 2026 Price talk contribs created page MATLAB general install procedure (Created page with "replace R2023a everywhere below with the appropriate version name Download file to /data/common/software/downloads/MATLAB if file is named matlab_R2023a_glnxa64.zip then on pirate directly as root: <pre> unzip -d matlab_R2023a_glnxa64 matlab_R2023a_glnxa64.zip cd matlab_R2023a_glnxa64 ./install </pre> If installing a new license server Choose Advance Options Chose install license server when choosing where to install choose the approriate directory: <pre>/data/comm...")
- 13:18, 6 January 2026 Price talk contribs created page Mathworks (Created page with "Current MATLAB License expires at the end of December 2025 MATLAB is a campus license now and managed by Larry Ingram. When installing on server for FLEX license you need to first install the license manager before you install the MATLAB program MATLAB general install procedure MATLAB 2020b and later Flexlicense server installation MATLAB Runtime Compiler installation License Installation for MATLAB Back to the Admin:TEST")
- 13:18, 6 January 2026 Price talk contribs created page Jupyter Hub (Created page with "adapted from the JupyterHub first attempt which worked but would not allow the use of conda virtual environments by individual users and https://professorkazarinoff.github.io/jupyterhub-engr114/doserver/ <h2>On pirate.cas.hamptonu.edu</h2> <h2>On jupyter.cas.hamptonu.edu</h2> setup jupyterhub user <pre> adduser jupyterhub usermod -aG wheel jupyterhub sudo passwd jupyterhub </pre> get miniconda <pre> wget https://repo.continuum.io/miniconda/Miniconda3-latest-Lin...")
- 13:17, 6 January 2026 Price talk contribs created page Free-IPA (Alma Linux9) (Created page with "Setup dnsmasq first <pre> sudo yum -y install freeipa-server freeipa-server-dns freeipa-client </pre> Interactive installation of FreeIPA server See below for complete prompts you’ll get during installation and expected responses: <pre> $ sudo ipa-server-install </pre> The log file for this installation can be found in /var/log/ipaserver-install.log ============================================================================== This program will set up the IPA Server...")
- 13:16, 6 January 2026 Price talk contribs created page IPA HTTP Access (Created page with "In order to access IPA interface from your desktop you need to add the IP address to the firewall configuration With Alma Linux you will need to install firewall-config to get a GUI interface <pre> sudo install firewall-config mariadb </pre> We used the Trusted zone and added the http items to it then you need to add the static IP to the source <pre> firewall-cmd --zone=trusted --add-source=IP address </pre> Then don't forget runtime to permanent Return to Admin:TEST")
- 13:15, 6 January 2026 Price talk contribs created page RT(Request Tracker) (Created page with "https://rt-wiki.bestpractical.com/wiki/ManualInstallation#Installing_and_configuring_the_MariaDB_server Needed to do this to get the compilation to work: <pre> sudo yum install perl-GD perl-GDGraph sudo yum install perl-DBD-MySQL </pre> Once installed you need to edit : /opt/rt5/etc/RT_SiteConfig.pm had to drop the rt5 database and run manually: <pre> /usr/bin/perl -I/opt/rt5/local/lib -I/opt/rt5/lib sbin/rt-setup-database --action init --prompt-for-dba-password --dba...")
- 13:14, 6 January 2026 Price talk contribs created page Software (Created page with "RT(Request Tracker)<br> IPA HTTP Access<br> Free-IPA (Alma Linux9)<br> Jupyter Hub<br> Mathworks<br> MediaWiki-Alma Linux<br> Dell firmware updates<br> Bacula<br> MailMan<br>")
- 13:09, 6 January 2026 Price talk contribs created page Unified Ceilometer Network (Created page with "1. Let’s create a user. Username: `alg-ucn` 2. Generate an SSH key in order to clone processing server from github. Once we have a public key, I can just put it in the github account that has our production branch and we can clone it over. Let’s clone it in the user home directory. <aside> 📌 If git is not yet installed, we should install that. </aside> 3. Clone repo: `git clone https://github.com/alg-umbc/epa-scripts ~/epa-scripts`...")
- 18:36, 15 December 2025 Price talk contribs created page Admin:Server Setup (Created page with "You can set everything up at the initial splash screen that comes up on boot<br> Tick box to unlock Root account and also the box to allow for SSH as Root<br> Create SUSER account and tick box for superuser<br> Set password for both SUSER and ROOT<br> run update once you have logged on <pre> dnf -y update dnf install epel-release </pre> <pre> dnf -y install emacs libXp texlive* autofs tcsh </pre> Set up ipa client: <pre> dnf install ipa-client ipa-client-install --do...")
- 18:35, 15 December 2025 Price talk contribs created page Admin:Client Setup (Created page with "You can set everything up at the initial splash screen that comes up on boot Tick box to unlock Root account and also the box to allow for SSH as Root Create SUSER account and tick box for superuser Set password for both SUSER and ROOT run update once you have logged on yum -y update Install autofs.service yum install autofs.service yum enable autofs.service Authentication yum -y install emacs libXp texlive* yum install epel-release Add printer client: edit /e...")
- 18:34, 15 December 2025 Price talk contribs created page Admin:New User - Alma Linux (Created page with "utilize the ./ipa_user.pl file Log into terra.cas.hamptonu.edu as suser then change to the ldap directory <pre> cd ldap sudo kinit admin </pre> You can use the --help to check what options you might need <pre> ./ipa_user.pl --help </pre> Then you can add the options you need <pre> sudo ./user.pl <options> </pre> As an example: <pre> [suser@terra ldap]$ sudo ./ipa_user.pl --first='morgan' --last='williams' --username='morgan.williams' --password='1morgan.williams' --emai...")
- 18:30, 15 December 2025 Mcnabb talk contribs protected CAS:Administrators [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 18:30, 15 December 2025 Mcnabb talk contribs created page CAS:Administrators (Created blank page)
- 18:09, 15 December 2025 Price talk contribs created page Admin:Servers (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:06, 15 December 2025 Price talk contribs created page Admin:TEST (Created page with "Admin:Servers")
- 16:36, 15 December 2025 User account Bmoore talk contribs was created automatically
- 14:57, 15 December 2025 User account Price talk contribs was created automatically
- 19:07, 12 December 2025 Admin talk contribs blocked MediaWiki default talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled)
- 18:48, 12 December 2025 User account Tuser talk contribs was created automatically
- 20:36, 11 December 2025 Admin talk contribs created page Jupyter (Created page with "HPC Python Setup") Tag: Visual edit
- 20:36, 11 December 2025 Admin talk contribs created page HPC Python Setup (Created page with "I have set up an example of how to run python on the new cluster. As a preface a couple of reminders: 1) As with the previous cluster all the compute nodes only have access to /data/common/ and the home directory on the compute nodes (/mnt/home) will point to that directory, not the usual /mnt/home available on the login server. 2) Compute nodes do not have an outside internet connection, so again, all data or packages that are needed for computing must be downloaded...") Tag: Visual edit
- 20:34, 11 December 2025 Admin talk contribs created page HPC (Created page with "The new cluster, taking on the pirate name, is now available for submitting jobs. As with the old cluster, you first must log into the cas gateway server or jupyter and from there ssh to pirate: "ssh -XY pirate.cas.hamptonu.edu". Just as with the previous pirate cluster, all of the departments directories (both /data/* and /mnt/home/*) will be mounted on this login node, however the cluster nodes will only mount /data/common/ and your home directory on the cluster no...") Tag: Visual edit
- 20:32, 11 December 2025 Admin talk contribs created page Admin (Created page with "Testing admin page.") Tag: Visual edit
- 20:16, 11 December 2025 Admin talk contribs created page MediaWiki:Ext-pluggable-auth-button-label (Created page with "Log in")
- 20:15, 11 December 2025 Admin talk contribs created page MediaWiki:Pt-login-button (Created page with "Administrator Log in")
- 20:15, 11 December 2025 Admin talk contribs deleted page Pt-login-button (content was: "Administrator Login", and the only contributor was "Admin" (talk))
- 20:14, 11 December 2025 Admin talk contribs created page Pt-login-button (Created page with "Administrator Login")
- 20:12, 11 December 2025 Admin talk contribs deleted page MediaWiki:Login (content was: "Administrator Log in", and the only contributor was "Admin" (talk))
- 20:12, 11 December 2025 Admin talk contribs created page MediaWiki:Login (Created page with "Administrator Log in")
- 20:06, 11 December 2025 Admin talk contribs deleted page MediaWiki:Login (content was: "Administrator Log in", and the only contributor was "Admin" (talk))
- 20:05, 11 December 2025 Admin talk contribs created page MediaWiki:Login (Created page with "Administrator Log in")
- 19:50, 11 December 2025 User account Mcnabb talk contribs was created automatically
- 21:18, 12 November 2025 Admin talk contribs created page File:SWRC Logo small.png
- 21:18, 12 November 2025 Admin talk contribs uploaded File:SWRC Logo small.png
- 21:09, 12 November 2025 MediaWiki default talk contribs created page Main Page