Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
OHS multiple instance creation

I am trying to create instances using the opmnctl , but it is failing with the name ofr oracle instance path , can some one please share the process of configuring multiple OHS instances running on same host with out a domain ( no weblogic )
Command trying to execute:
./opmnctl createinstance -instanceName inst1 -oracleInstance /u01/instances/inst1
Errors:
Command failed: Invalid instance name: inst1 (Instance name must begin with an alphabetic character; may only contain alphanumeric characters, or the underscore (_) or hyphen (_) characters; and must be 4 to 30 characters long.)
Command failed: The oracle instance is not empty. Select a different location or remove the instance at this location.
Answers
-
If you don't have weblogic, then use createcomponent instead, ie
opmnctl createcomponent -componentType OHS -componentName insts1 -listenPort <port>
-
Thank you for the suggestion , while running this command I got an error Command failed: Command requires argument: -oracleInstance, I am not able to create instance as mentioned in original post in order to provide the instance path , please advise
-
Wanted to add additional information , as config.sh silent mode is deprecated we have to run it in either GUI or console mode, I wanted to run the configuration in Command line , please advise
Thanks