Named OID12 instance
Hello, I'm looking for a way how to create named oid instance in standalone mode. Well known info from help('oid_setup') says:
....
oid_setup configures and starts the first OID instance - oid1.
It performs following activities -
- Creates wallets and db connection info
- Sets cn=orcladmin password
- Creates the instance 'oid1' with machine oidhost1
.....
It's the last like which bothers me, I need to create an instance named oid2 but I am not able to find a way:
The following arguments are not valid :['instanceName'] .
Is that even possible?