- Ensure that the system's firmware is up-to-date.
- Check the Sun System Firmware Release Hub for the latest firmware.
- Upgrade to the latest update release of Solaris 10.
- Solaris runs in 64-bit mode by default on SPARC platform. Consider running 64-bit BI EE on Solaris.
- 64-bit BI EE platform is immune to the 4 GB virtual memory limitation of the 32-bit BI EE platform -- hence can potentially support even more users and have larger caches as long as the hardware resources are available.
- Enable 256M large pages on all nodes. By default, the latest update of Solaris 10 will use a maximum of 4M pages even when 256M pages are a good fit.
- 256M pages can be enabled with the following
/etc/system
tunables.
* 256M pages for the process heap
set max_uheap_lpsize=0x10000000
* 256M pages for ISM
set mmu_ism_pagesize=0x10000000
- If there are more than 25,000 authorized users in a BI deployment, the default UFS file system may run into
Too many links
error when the Presentation Server tries to create more than 32,767 sub-directories (refer to LINK_MAX on Solaris)- Cloning a BI node running in a dedicated zone results in an exact copy of the BI node being cloned. This approach is simple, less error prone and eliminates the need to configure the newly added node from scratch.
ulimit -n
commandeg.,
-XX:LargePageSizeInBytes=256M -XX:+UseParallelGC -XX:ParallelGCThreads=8
eg.,
<Catalog>
<HashUserHomeDirectories>2</HashUserHomeDirectories>
</Catalog>
HashUserHomeDirectories
specifies the number of characters to use to hash user names into sub directories. When this element is turned on, for example, the default name for user Steve's home directory would become /users/st/steve.eg.,
<TempDir>/tmp/OracleBISAW</TempDir>
Similarly the Temporary directory (SATEMPDIR) can be pointed to a memory resident file system such as /tmp to minimize the I/O waits.
Related Blog Posts:
- T5440 Rocks [again] with Oracle Business Intelligence Enterprise Edition Workload
- Siebel on Sun CMT hardware : Best Practices
(Originally posted on blogs.sun.com at:
http://blogs.sun.com/mandalika/entry/oracle_business_intelligence_on_sun)
________________
Technorati Tags:
0 comments:
Post a Comment