You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run 2 toolkit instances on different ports. Each instance monitors 1 OneView instance.
I copied redfish.conf and changed the port and the IP address of the OneView instance.
I copied logging.conf and changed the 3 path names for the log files.
But I had an issue with the pid file. You can not specify the pid file in the configuration file, it's hard coded.
So I changed oneview-redfish-toolkit and app.py so I can specify a pid file on the command line.
Is there an other way to accomplish this?
I can share my patch if someone is interested.
Stef
The text was updated successfully, but these errors were encountered:
I want to run 2 toolkit instances on different ports. Each instance monitors 1 OneView instance.
I copied redfish.conf and changed the port and the IP address of the OneView instance.
I copied logging.conf and changed the 3 path names for the log files.
But I had an issue with the pid file. You can not specify the pid file in the configuration file, it's hard coded.
So I changed oneview-redfish-toolkit and app.py so I can specify a pid file on the command line.
Is there an other way to accomplish this?
I can share my patch if someone is interested.
Stef
The text was updated successfully, but these errors were encountered: