Releases: lastnitescurry/documentum164
Releases · lastnitescurry/documentum164
Documentum Administrator up and running - Oracle 12.1.0.2, CentOS 7.5 and 7.6
Pre-release
This is the end!! Not much more to learn here. Working for:
- Documentum 16.4 Patch 07 server and DA
- Oracle 12.1.0.2
- CentOS 7.5 and 7.6
2 nodes up and running. now for some clients
Oracle Database and Documentum Repository using. Along with Systemd services so they will smoothly stop and start with host restarts
Repository Creation works
Repository creation should work. Got side tracked by failure to create after patching!
Oracle and Documentum Servers installing
Oracle Server installing but complaining. Time to review how others are doing it and simplify what I am doing, for example:
https://github.com/cvezalis/oracledb-ansible/blob/master/roles/oracle-install/tasks/main.yml
Documentum Server install is done. Need to
- patch,
- setup docbrokers
- repositories
- apply ISO_8601 date format to all logging configurations https://en.wikipedia.org/wiki/ISO_8601
Got a basic grasp on Ansible now
Got it mostly figured out.
Correct way to do variables is next major step