-
Notifications
You must be signed in to change notification settings - Fork 33
dx_ctl_engine_upgrade
Marcin Przepiorowski edited this page Dec 23, 2021
·
2 revisions
dx_ctl_engine_upgrade [-engine|d <delphix identifier> | -all ]
-action upload|verify|apply|delete
[-osname osname]
[-filename filename]
[-upgradetype type]
[-help|? ] [ -debug ]
Script allows to upload, verify or apply a Delphix Engine upgrade.
Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.
- -engine|d Specify Delphix Engine name from dxtools.conf file
- -all Display databases on all Delphix appliance
- -action upload|verify|apply|delete Run a particular action
- -osname nameofversion Select a version of OS for action - requried for verify, delete or apply
- -filename upgradefilename Select an upgrade file for upload
- -upgradetype type Select type of the apply process. By default DERERRED is used.
- DEFFERED
- FULL
- FINISH_DEFERRED
- -configfile file Location of the configuration file. A config file search order is as follow:
- configfile parameter
- DXTOOLKIT_CONF variable
- dxtools.conf from dxtoolkit location
- -help Print this screen
- -debug Turn on debugging
Delphix