IBM WEBSPHERE 6.1.Xの取扱説明書

デバイスIBM WEBSPHERE 6.1.Xの取扱説明書

デバイス: IBM WEBSPHERE 6.1.X
カテゴリ: コンピュータ用ドライブ
メーカー: IBM
サイズ: 1.7 MB
追加した日付: 1/24/2014
ページ数: 97
説明書を印刷

ダウンロード

使い方は?

私たちの目的は、皆様方にデバイスIBM WEBSPHERE 6.1.Xの取扱説明書に含まれたコンテンツを可能な限り早く提供することです。オンラインプレビューを使用すると、IBM WEBSPHERE 6.1.Xに関してあなたが抱えている問題に対する解決策の内容が素早く表示されます。

便宜上

説明書IBM WEBSPHERE 6.1.Xをこちらのサイトで閲覧するのに不都合がある場合は、2つの解決策があります:

  • フルスクリーン表示 – 説明書を(お使いのコンピュータにダウンロードすることなく)便利に表示させるには、フルスクリーン表示モードをご使用ください。説明書IBM WEBSPHERE 6.1.Xのフルスクリーン表示を起動するには、全画面表示ボタンを押してください。
  • コンピュータにダウンロード - IBM WEBSPHERE 6.1.Xの説明書をお使いのコンピュータにダウンロードし、ご自身のコレクションに加えることもできます。デバイス上のスペースを無駄にしたくない場合は、いつでもManualsBaseサイトでダウンロードすることもできます。
IBM WEBSPHERE 6.1.X 取扱説明書 - Online PDF
Advertisement
« Page 1 of 97 »
Advertisement
印刷版

多くの人々は画面表示ではなく印刷された説明書を読むほうを好みます。説明書を印刷するオプションも提供されており、上記のリンクをクリックすることによりそれを利用できます - 説明書を印刷。説明書IBM WEBSPHERE 6.1.Xを全部印刷する必要はなく、選択したページだけを印刷できます。紙を節約しましょう。

要旨

次のページにある説明書IBM WEBSPHERE 6.1.Xの内容のプレビューは、以下にあります。次のページにある説明書の内容をすぐに表示したい場合は、こちらをご利用ください。

内容要旨
ページ1に含まれる内容の要旨

IBM WebSphere Portal software family
Your world. Your way.














IBM WebSphere Portal 6.1.X
Performance Tuning Guide


IBM WPLC Performance Team
March 2009

Document version 2.1





ページ2に含まれる内容の要旨

Contents PERFORMANCE TUNING OVERVIEW...............................................................................................................2 Environment Considerations ................................................................................................................3 32-bit and 64-bit Considerations.......................................................................................................3 Hardware Multithreading (Hyper-Threading) .....................

ページ3に含まれる内容の要旨

Web Server Tuning ......................................................................................................................... 32 Portlet Caching .............................................................................................................................. 33 MANY PAGES TUNING................................................................................................................................ 34 DB2 Database Tuning..................................

ページ4に含まれる内容の要旨

WEBSPHERE PORTAL CACHES.................................................................................................................... 58 General Information ........................................................................................................................ 58 Cache Configuration Properties ..................................................................................................... 58 Cache Usage Patterns ...............................................

ページ5に含まれる内容の要旨

Figures Figure 1 Portal Access Control Cache Hierarchy .................................................................................................. 63 Figure 2 Portal Model Cache Hierarchy.............................................................................................................. 70 Tables Table 1: Additional Sun JVM Settings.................................................................................................................. 8 Table 2: WebSphere

ページ6に含まれる内容の要旨

ABOUT THIS DOCUMENT This white paper provides a basis for parameter and application tuning for IBM WebSphere Portal for Multiplatform V6.1. Remember that both tuning and capacity are affected by many factors, including the workload scenario and the performance measurement environment. For tuning, the objective of this paper is not to recommend that you use the values we used when measuring our scenarios, but to make you aware of those parameters used in our configuration. When tuni

ページ7に含まれる内容の要旨

1  PERFORMANCE TUNING OVERVIEW Tuning a WebSphere Portal environment involves tuning and configuring the various systems and components of the environment. This chapter discusses some general concepts and details the specifics of the configuration used in our measurement environments. These specifics entail:  Configuring the application server and the resources defined for that application server  Tuning the database(s) and database server  Tuning the directory server and its

ページ8に含まれる内容の要旨

Environment Considerations Before beginning your install of WebSphere Portal you should consider how to use the environment in order to achieve ideal performance. Topics to consider include: • Choosing between 32-bit and 64-bit JVMs • Use of hardware multithreading, also known as Simultaneous Multithreading or Hyper-Threading. 3 2 - B I T A N D 6 4 - B I T C O N S I D E R A T I O N S The choice of a 32-bit or 64-bit JVM involves some trade-offs. The key advantage of a 64-bit JVM is its

ページ9に含まれる内容の要旨

2  BASE PORTAL TUNING The Base Portal Scenario covers user login, page navigation, and interaction with simple portlets. Users can see a small set of pages, some of which are visible to all authenticated users, with access to others based on their group membership. We have also benchmarked a number of other scenarios, which focus on different functions or use cases for WebSphere Portal. For example, there are scenarios which make use of Web Content Management (WCM), and a scenario whe

ページ10に含まれる内容の要旨

Application Server Tuning There are many aspects to configuring and tuning an application server in WebSphere Application Server. We found that those aspects presented here were critical to a correctly functioning and optimally performing WebSphere Portal in our laboratory environment. For more details on tuning a WebSphere Application Server, see the Tuning Section of the information center located at: http://www-01.ibm.com/software/webservers/appserv/was/library/ How to get to Admin

ページ11に含まれる内容の要旨

J V M M AX I M U M H E AP SI Z E LI M I T S When setting the heap size for an application server, keep the following in mind:  Make sure that the system has enough physical memory for all of the processes to fit into physical memory, plus enough for the operating system. When more memory is allocated than the physical memory in the system, paging will occur, and this can result in very poor performance.  We set the minimum and maximum heap sizes to the same values since we’re using

ページ12に含まれる内容の要旨

J V M H E A P L A R G E P A G E Large pages can reduce the CPU overhead needed to keep track of heap. With this setting we have seen 10% throughput improvement in our measurements. This setting does improve performance on Windows, we did not set it for our measurements because Portal doesn’t start reliably when –Xlp is set, sometimes it requires a system reboot to get the jvm to start. How-to Set: In the WebSphere Administrative Console: Servers -> Application Servers -> WebSphere Por

ページ13に含まれる内容の要旨

J V M H E A P N E W A R E A S I Z E The Generational Garbage Collector introduced in Java 5.0 is efficient to Portal application JVM memory management, and it is set as default by installation with the –Xgcpolicy:gencon command- line option. Use –Xmn to further fine tune the Java heap new area (Nursery). The –Xgcpolicy:gencon option does not apply to Solaris. How To Set: In the WebSphere Administrative Console: Servers  Application Servers  WebSphere Portal  Server Infrastructure:

ページ14に含まれる内容の要旨

S E S S I O N T I M E O U T Session timeout: The default value of Session Timeout is 30 minutes. Reducing this value to a lower number can help reduce memory consumption requirements, allowing a higher user load to be sustained for longer periods of time. Reducing the value too low can interfere with the user experience. For Solaris, on a T5240 hardware, we used a much lower think time, 5 seconds, than was used for other platform hardware measurement of 12 seconds. With a lower thi

ページ15に含まれる内容の要旨

S E C U R I T Y A T T R I B U T E P R O P A G A T I O N To reduce the Security Attribute Propagation (SAP) overhead, please use a custom property 'disable Callerlist'. If SAP is not used, you can disable that, to remove the extra overhead to improve the login performance. If Subject has not been customized, then there is no need to enable Security Attribute Propagation. Security Attribute Propagation can add extra overhead due to some extra processing that is required. However, there a

ページ16に含まれる内容の要旨

V M M C O N T E X T P O O L I N G Tune VMM Context Pooling to improve the performance of concurrent access to an LDAP server. We changed the following Context Pooling settings line in: /config/cells//wim/config/wimconfig.xml You can also set them via the administrative console as described in http://publib.boulder.ibm.com/infocenter/w

ページ17に含まれる内容の要旨

WebSphere Portal Services WebSphere Portal has a number of configurable “services”; each service has several parameters available to it. This section describes which services we tuned, the tuning values used, and the rationale for those changes. How to Set: 1. Edit /PortalServer/config/properties/xxxService.properties 2. uncomment the line, then change the size. 3. run /ConfigEngine/ConfigEngine.sh update-properties The changes should appear on WAS Co

ページ18に含まれる内容の要旨

R E G I S T R Y S E R V I C E WebSphere Portal maintains information about many resource types in its databases. Some of these resources are replicated into memory for faster access; this is provided by the registry service. This replicated information will be periodically reloaded from the database, thus picking up any changes which may have been made on a peer node in a clustered environment. The registry service allows configuring a reload time, in seconds, for each type of data which

ページ19に含まれる内容の要旨

C A C H E M A N A G E R S E R V I C E The cache manager service in WebSphere Portal is used to cache a wide variety of types of information in memory. These caches are somewhat similar to the registries maintained by the registry service, as each type of information gets its own cache. The key differences are:  The information stored in the cache manager service’s caches tends to be more dynamic than the information stored in the registry service’s registries.  The caches used by the

ページ20に含まれる内容の要旨

Database Tuning D A T A S O U R C E T U N I N G F O R D B 2 Multiple databases are used to hold information in WebSphere Portal V6.1. We used six separate DB2 databases, each representing a separate database domain and having their own datasources. These are: Table 7: DB2 Database Domains Database Database name Datasource name release reldbDS Release community commdbDS Community custom cusdbDS Customization fdbkdb fdbkdbDS Feedback Lmdb lmdbDS Likeminds jcrdb jcrdbDS


類似の説明書
# 取扱説明書 カテゴリ ダウンロード
1 IBM 27L2579 取扱説明書 コンピュータ用ドライブ 1
2 IBM 24X-10X 取扱説明書 コンピュータ用ドライブ 0
3 IBM 2 取扱説明書 コンピュータ用ドライブ 8
4 IBM 19K4206PT1 取扱説明書 コンピュータ用ドライブ 0
5 IBM DR550 取扱説明書 コンピュータ用ドライブ 3
6 IBM 22P7035 取扱説明書 コンピュータ用ドライブ 0
7 IBM 40/80 GB DLT 取扱説明書 コンピュータ用ドライブ 0
8 IBM C2B 2.25 Brick On Sled carrier 128-pin HPC 取扱説明書 コンピュータ用ドライブ 0
9 IBM 取扱説明書 コンピュータ用ドライブ 0
10 IBM 22P6969 取扱説明書 コンピュータ用ドライブ 0
11 IBM DTLA-305040 取扱説明書 コンピュータ用ドライブ 7
12 IBM C1B 1.12 Brick On Sled Carrier 128-pin HPC 取扱説明書 コンピュータ用ドライブ 0
13 IBM DTLA-307045 取扱説明書 コンピュータ用ドライブ 2
14 IBM DS6000 取扱説明書 コンピュータ用ドライブ 1
15 IBM DTLA-307030 取扱説明書 コンピュータ用ドライブ 7
16 Sony MSH-128S2 取扱説明書 コンピュータ用ドライブ 2
17 Sony 2GB Flash Drive USM2GLX 取扱説明書 コンピュータ用ドライブ 0
18 Sony SAITE1300-F 取扱説明書 コンピュータ用ドライブ 0
19 Sony CRX - 160E 取扱説明書 コンピュータ用ドライブ 0
20 Sony 2GN 取扱説明書 コンピュータ用ドライブ 0