#login to <https://midway3.rcc.uchicago.edu>
#navigate to software folder
cd /project2/rcc/gis/software/
tar xvzf ArcGIS_Server_Linux_109_177864.tar.gz
cd ArcGISServer/

./Setup -m silent -l Yes -a /project2/rcc/gis/software/EducationSiteArcGISServerEnterprise_ArcGISServer_1067594.prvc

#if you get error that soft limit needs to be more, set it using ulimit and run the setup again

ulimit -Su 25060
ulimit -Sn 65535
#run the previous command starting with ./setup

###############################################
#to check the installation navigate to 
cd /home/$USER/arcgis/server/tools
#launch python using ./python
./python

#try importing arcpy, if it works, the installing is good to go.
##########################
#if you get any error, there may be issue with the licensing.

#in the tools folder run
./authorizeSoftware

#it will open a x11 window. Navigate to the license .prvc file and apply the license
#now try importing the arcpy module in ./python

Installation of Whitebox


printenv
#insall rust

$ RUSTUP_HOME=~/.rust/rust
$ export RUSTUP_HOME
$ CARGO_HOME=~/.rust/rust
$ export CARGO_HOME
$ curl <https://sh.rustup.rs> -sSf | sh -s -- -y --no-modify-path

 git clone <https://github.com/jblindsay/whitebox-tools.git>
cargo build --release
#export LD_LIBRARY_PATH=~/.rust/rust/rustc/lib:$LD_LIBRARY_PATH

Midway3

./Setup -v -m silent -l Yes -a /project/rcc/pnsinha/Software/EducationSiteArcGISServerEnterprise_ArcGISServer_1166697.prvc -d $PREFIX
PREFIX=/software/arcgis-11-el8-x86_64
./Setup -v -m silent -l Yes -a /project/rcc/pnsinha/ArcGIS_server_11/ArcGIS_Server_Linux_110_182973/ArcGISServer/EducationSiteArcGISServerEnterprise_ArcGISServer_1219875.prvc -d $PREFIX

Reinstall

Upgrade