Introduction
The following scripts provided with an OnPrem installation can be used to accomplish various tasks. They are also refereed to in the respective tasks in the guide.
List of available scripts
Script | Description | Use example |
|---|---|---|
Run system with debug logs on console | Enable debug: sudo ./opt/sdo/scripts/debug.sh enable Run time: sudo ./opt/sdo/scripts/debug.sh Disbale debug: sudo ./opt/sdo/scripts/debug.sh disable | |
Update local super admin user credentials, this user needed for local access for Management Console. | Run time: sudo ./opt/sdo/scripts/update_admin.sh <username> <newpassword> | |
Re-establish connection between MC and authentication server or between auth server to DMZ or between secondary MC to primary MC | Run time: sudo ./opt/sdo/scripts/update_remote.sh AUTH | |
change_tun_port.sh | This script allow changing default communication port of 2222 from AUTH server to Management console to any other port. | Run time (follow scripts instructions): sudo ./opt/sdo/scripts/change_tun_port.sh |
mobile_filter.sh | This script allows to block certained unallowed mobile versions from authenticating with Octopus Server | Run time (follow scripts instructions): sudo ./opt/sdo/scripts/mobile_filter.sh |
| schema_mapping.sh | This script allows expending the core attributes collected from AD to all users. | Run time (follow scripts instructions): sudo ./opt/sdo/scripts/schema_mapping.sh |
| toggle_mc.sh | This script allows secondary MC server to take over and be primary MC. | Run time (follow scripts instructions): sudo ./opt/sdo/scripts/toggle_mc.sh |
| update_fido_metadata.sh | This scripts allows to feed Octopus Server with new FIDO AAGUID | Run time (follow scripts instructions): sudo ./opt/sdo/scripts/update_fido_metadata.sh |