% ADMIN(1) Version 1.0.0 | Scripts Documentation % Georg Voell - georg.voell@oracle.com % (c)2020 Oracle NAME ==== **admin** - (BASH Script) Do some admin tasks SYNOPSIS ======== | **admin** \[_options_] _object_ _action_ _identifier_ DESCRIPTION =========== Do some admin tasks Options ------- -h, --help : Displays helptext. -v, \--version          : Displays the version of the script. Object ------- instance         : VM instance Action ------- status         : List only lifecycle-state of instance specified with instance-id. list          : List one instance specified with instance-id. stop          : Stop instance specified with instance-id. start          : Start instance specified with instance-id. open          : Attach reserved public ip and allow access for ssh. close          : Detach reserved public ip and deny access for ssh. identifier ------- Variable preset to an OCID.         : Variable preset to an OCID. EXAMPLES ======== **admin** instance stop bastion : Stop instance specifies with identifier 'bastion' EXIT CODES ========== 01: Unknown or wrong parameter. 02: Unknown action. 03: Unknown identifier. 99: User interrupt. SEE ALSO ======== **install-scripts**(1)