Wiki

Clone wiki

ucsb-geog-icm / Infrastructure

Infrastructure Diagram

Services Infrastructure Diagram

Servers, Services, and Roles

Web Tier

  • WEB-1 (map.geog.ucsb.edu <=> web-1.isc.ucsb.edu)

    • Virtual Machine running on the NHDC Infrastructure
    • map.geog.ucsb.edu & map1.geog.ucsb.edu are A records for web-1.isc.ucsb.edu (128.111.121.190)

    Services Running:

    • Apache (HTTPD)
      • http://map.geog.ucsb.edu/ - Live production url for UCSB ICM
      • http://mapdev.geog.ucsb.edu/ - Latest development version from git branch develop
      • http://hydrate.ucsb.edu/ - Hydration Station Map
      • http://map.geog.ucsb.edu/CampusFlora/ - Campus Flora Map (CCBER)
      • http://*.mapdev.geog.ucsb.edu/ - Personal sites for UCSB ICM developers
    • Tomcat 7 (http://map.geog.ucsb.edu:8080/)
    • ArcGIS 10.2.x Web Adaptor (http://map.geog.ucsb.edu:8080/arcgis/)
    • Solr Search Engine (port 8983 but accessible only via http://localhost:8983/solr/ in production)

GIS Tier

  • GIS1 (gis1.geog.ucsb.edu)

    • Virtual Machine running on HV1 (Windows 2012 Server running Hyper-V)
    • 32GB RAM

    Services Running:

    • ArcGIS Server 10.2 (port 6080)

  • GIS2 (gis2.geog.ucsb.edu)

    • Virtual Machine running on HV2 (Windows 2012 Server running Hyper-V)
    • 32GB RAM

    Services Running:

    • ArcGIS Server 10.2 (port 6080)

Data Tier

  • AGS-RAID (ags-raid.geog.ucsb.edu)

    • Physical Server running Window Server 2012

    Services Running

    • MySQL
    • PostgreSQL
    • Windows Folder Share (SAMBA)
      • \\ags-raid\data\ - User and Group Data
      • \\ags-raid\arcgisserver\ - ArcGIS Server files used ArcGIS Server(s) in GIS Tier.
    • Scheduled Tasks to make a backup of the MySQL PostgreSQL databases and the /data/ directory and copy it to AGS-RAID2.

  • AGS-RAID2 (ags-raid2.geog.ucsb.edu

    • Physical Server running Windows Server 2012
    • Receives and stores nightly backups from ags-raid for the last 7 days.

    Services Running:

    • Windows Folder Share (SAMBA)
      • \\ags-raid2\backups\ - Provides a remote location for AGS-RAID to push it's backups to.

Updated