View Source

h1. Creating the users

todo

h1. Database setup

todo

h1. WebConsole setup

todo

h1. Tunning

h2. Adapting Petals ESB to the version of IP network stack

{include:Adapting Petals ESB to the version of IP network stack}

h2. Avoid the "too many open files" when heavily use the BC-SOAP

# At the end of the {{/etc/limits.conf}} or {{/etc/security/limits.conf}} add the following line :
{noformat}
user hard nofile 4096
{noformat}

# In the {{.bashrc}} file of the user who launches Petals ESB, add the following line :
{noformat}
ulimit -n 4096
{noformat}

# Reboot

# Login and check the result of the following command :
{noformat}
ulimit -a
{noformat}

# Done, you should never see that error...if so, try to increase the limit.