Oracle Enterprise Manager Patching | Self Update Agent | EM


* Login to OEM
* 'Setup' -> 'Provisioning and Patching' -> 'Offline Patching'
Then make sure that 'Offline' is selected
*Set Software library:
- create library directory (with write permissions):
# mkdir /net/sr-ire-42/zvda/rafal/install/OEM_Cloud_Control/swlib1/
- 'Setup' -> 'Provisioning and Patching' -> 'Software Library'
- 'Actions' -> 'Administration'
- 'Add'
- Enter a name ('swlib1') and the path.
* Setup EMCLI
- Go to https://sr-ire-44.ie.oracle.com:7803/em/console/emcli/download
- Download the EM-CLI Kit
- Install EM-CLI (java 1.6.25 or later):
# mkdir /path/to/emcli
# java -jar emclikit.jar client -install_dir=/path/to/emcli
- Configure EMCLI
# mkdir /path/to/oem12
# /path/to/emcli/emcli setup -dir=/path/to/oem12 -url=https://sr-ire-44.ie.oracle.com:7803/em -user=SYSMAN
# export EMCLI_STATE_DIR=/path/to/oem12
* 'Setup' -> 'Extensibility' -> 'Self Update'
- Click 'Check Updates'
- Download catalog as indicated
- Import catalog via emcli as indicated
# /path/to/emcli/emcli import_update_catalog -file=/path/to/p9348486_112000_Generic.zip -omslocal
- Refre

Komentarze