An example where the number of file descriptors needs to be increased:
An example where the number of file descriptors does not need to be increased:
Note for WebLogic Server users: When the value for open file descriptors is "unlimited," the common WebLogic Server configuration script commEnv.sh throttles back that number to 1024. If you are allowing SAS Deployment Wizard to configure your WebLogic Server domain, the SAS wrapper script, commEnvSAS.sh sets this value to 10240 before calling commEnv.sh. Setting the value to 10240 before calling the script prevents the script from throttling the value back further. If you are manually configuring your domain, you can either use the SAS wrapper that is generated for the sample domain as an example, or you can modify this value yourself in <BEA_HOME>/weblogic92/common/bin/commEnv.sh.Add a line to limits.conf that reads:
For more information, see this FAQ entry for details.Add a line to limits that reads:
The tuneable kernel parameter maxfiles_lim is used to set the hard limit for the maximum number of files which can be open per process on HP-UX systems. The HP-UX command kctune can be used to display and modify kernel tuneable parameters. SAS recommends that you use kctune to modify the value of the kernel parameter maxfiles_lim to 10240.
An example of increasing the maximum open file limit on HP-UX using kctune:
SAS 9.2 software uses multicast networking in the SAS Remote Services application. IBM has identified that AIX 6.1 systems might require updates to support multicast networking correctly. Review the IBM support note for APAR IZ35571. If necessary, apply the appropriate fix pack from the IBM support Web site for the issue.
A symptom of the problem is an entry in the Web application server log
that is similar to the following example:
****************************************************************
16:25:16,648 ERROR [SimpleCache] Required entry, '/sas/properties/environment', not found in the cache.
16:25:16,648 ERROR [SimpleCache] Possible causes include: the RemoteServices VM is not started or
16:25:16,648 ERROR [SimpleCache] there is a multicast address/port mismatch; using
16:25:16,648 ERROR [SimpleCache] address=239.nn.nn.nn and port=nnnn.
****************************************************************
Note: The previous error message indicates a communication failure between the SAS Remote Services application and SAS Web Infrastructure Platform Applications. Therefore, the multicast networking issue associated with IBM AIX 6.1 is not the only cause of the message.
For the SAS Deployment Wizard to perform an automatic configuration and deployment of the SAS Web application on WebLogic Server, SAS requires installing and running WebLogic Server with native libraries. Use the table provided at WebLogic Server Support for SAS 9.2 to determine if SAS supports 32-bit or 64-bit mode for your platform and version of WebLogic Server.
On platforms that SAS supports in 64-bit mode and that use a single Java
Development Kit binary to provide 32-bit and 64-bit modes, make sure that
you install WebLogic Server in 64-bit mode with the -d64 parameter.
See the following example:
If WebLogic Server is accidentally installed in 32-bit mode on a platform that SAS supports in 64-bit mode, then the SAS Deployment Wizard fails to configure WebLogic Server. The error message is NodeManager failed to start. If this happens, then reinstall WebLogic Server.
On 64-bit Windows, if the WebLogic download comes with the .exe and .jar installation files, the .jar file must be used to install WebLogic.