User contributions for Price
From Center for Atmospheric Sciences(CAS) WIKI
Jump to navigationJump to search
6 January 2026
- 19:1319:13, 6 January 2026 diff hist −1 Admin:New PC Setup No edit summary
- 19:1219:12, 6 January 2026 diff hist +7 Admin:New PC Setup No edit summary
- 19:1019:10, 6 January 2026 diff hist +5,179 N 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:3013:30, 6 January 2026 diff hist +3,150 N 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..." current
- 13:2913:29, 6 January 2026 diff hist +836 N 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..." current
- 13:2913:29, 6 January 2026 diff hist +417 N 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" current
- 13:2813:28, 6 January 2026 diff hist +86 N Bacula Created page with "Rotate Logs Purging, Pruning & Deleting Volumes Return to Software <br>" current
- 13:2813:28, 6 January 2026 diff hist +472 N 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" current
- 13:2813:28, 6 January 2026 diff hist +4 MediaWiki-Alma Linux No edit summary current
- 13:2713:27, 6 January 2026 diff hist +4,854 N 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:2613:26, 6 January 2026 diff hist +1,160 N 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:2613:26, 6 January 2026 diff hist +1,809 N 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..." current
- 13:2513:25, 6 January 2026 diff hist +1 MATLAB 2020b and later Flexlicense server installation No edit summary
- 13:2513:25, 6 January 2026 diff hist −1 MATLAB general install procedure No edit summary
- 13:2413:24, 6 January 2026 diff hist +24 MATLAB 2020b and later Flexlicense server installation No edit summary
- 13:2313:23, 6 January 2026 diff hist +3,129 N 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:2313:23, 6 January 2026 diff hist −2 Mathworks No edit summary
- 13:2213:22, 6 January 2026 diff hist −2 Jupyter Hub No edit summary current
- 13:2213:22, 6 January 2026 diff hist −2 Free-IPA (Alma Linux9) No edit summary current
- 13:2213:22, 6 January 2026 diff hist −2 IPA HTTP Access No edit summary current
- 13:2113:21, 6 January 2026 diff hist −2 RT(Request Tracker) No edit summary current
- 13:2113:21, 6 January 2026 diff hist +3,142 N 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:1813:18, 6 January 2026 diff hist +454 N 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:1813:18, 6 January 2026 diff hist +4,500 N 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:1713:17, 6 January 2026 diff hist +10,376 N 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:1613:16, 6 January 2026 diff hist +477 N 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:1513:15, 6 January 2026 diff hist +1 RT(Request Tracker) No edit summary
- 13:1513:15, 6 January 2026 diff hist +514 N 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:1413:14, 6 January 2026 diff hist +212 N Admin: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:1113:11, 6 January 2026 diff hist +27 Admin:Unified Ceilometer Network No edit summary Tag: Visual edit: Switched
- 13:0913:09, 6 January 2026 diff hist +5,814 N Admin: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`..."
- 13:0913:09, 6 January 2026 diff hist +46 Admin:TEST No edit summary
- 13:0513:05, 6 January 2026 diff hist +53 Admin:TEST No edit summary
15 December 2025
- 18:4118:41, 15 December 2025 diff hist +1 Admin:Server Setup No edit summary
- 18:4018:40, 15 December 2025 diff hist +4 Admin:Client Setup No edit summary
- 18:4018:40, 15 December 2025 diff hist +5 Admin:Client Setup No edit summary
- 18:3818:38, 15 December 2025 diff hist −16 Admin:New User - Alma Linux No edit summary
- 18:3718:37, 15 December 2025 diff hist +7 Admin:New User - Alma Linux No edit summary
- 18:3718:37, 15 December 2025 diff hist +35 Admin:New User - Alma Linux No edit summary
- 18:3618:36, 15 December 2025 diff hist +3,127 N 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:3618:36, 15 December 2025 diff hist +1 Admin:TEST No edit summary
- 18:3518:35, 15 December 2025 diff hist +3,288 N 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:3418:34, 15 December 2025 diff hist +4,403 N 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:3418:34, 15 December 2025 diff hist +89 Admin:TEST No edit summary
- 18:1418:14, 15 December 2025 diff hist +4 Admin:Servers No edit summary current
- 18:1318:13, 15 December 2025 diff hist −31 Admin:Servers No edit summary Tag: Manual revert
- 18:1118:11, 15 December 2025 diff hist +3 Admin:Servers No edit summary Tag: Reverted
- 18:1018:10, 15 December 2025 diff hist +28 Admin:Servers No edit summary Tag: Reverted
- 18:0918:09, 15 December 2025 diff hist +709 N 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:0618:06, 15 December 2025 diff hist +17 N Admin:TEST Created page with "Admin:Servers"