Dataset Viewer
Auto-converted to Parquet Duplicate
chunk_id
stringlengths
3
7
chunk
stringlengths
1
850
source_url
stringclasses
601 values
title
stringclasses
1 value
chunk_idx
int64
0
433
chunk_start_char
int64
0
178k
chunk_end_char
int64
70
178k
0_0
Title: IBM STREAMS 4.1.1.1 and 4.1.1.2 JOBS DO NOT INHERIT THE ENVIRONMENT VARIABLES SET IN .BASHRC, WHEN STREAMS IS RUN AS A SYSTEM SERVICE - United States Text: FLASH (ALERT) ABSTRACT In Streams 4.1.1.1 and 4.1.1.2 Streams jobs may not pick up the user enviroment from the streams user's .bashrc. This behavior is...
TRAIN_Q000
0
0
353
0_1
With these versions, when Streams is run as a system service, application environment variables must be set with streamtool. CONTENT Problem Description When running Streams as a system service with Streams releases 4.1.1.1 or 4.1.1.2, toolkits and user applications that depend on the user environment may have vario...
TRAIN_Q000
1
353
836
0_2
The SQL state is 08003, the SQL code is 0 and the SQL message is [unixODBC][Driver Manager]Connnection does not exist."
TRAIN_Q000
2
836
962
0_3
* Problem Solution To work around the issue, set environment variables that are needed by the application directly in the instance with: * * streamtool setproperty * -d <domain> -i <instance> --application-ev <VARIABLE NAME>=<VARIABLE VALUE> * RELATED INFORMATION APAR IT18432 [https://www-01.i...
TRAIN_Q000
3
962
1,328
1_0
Title: IBM Exit() action within User Defined Function in Impact Policy Language - United States Text: netcool; impact; netcool/impact; nci; ipl; policy; language; exit; exit(); function; user; defined; custom; udf; parser; action; set; global; variable; var; get; setglobalvar; getglobalvar; globalvar TECHNOTE (FAQ) Q...
TRAIN_Q001
0
0
514
1_1
not exit the Policy process, it will only exit the User Defined Function. ANSWER This is because the Exit() parser function in IPL is designed to exit the immediate scope.
TRAIN_Q001
1
514
687
1_2
To carry the action outside of the User Defined Function to the Policy level one would have to set a variable that is then tested immediately after the User Defined Function call - for example: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * SetG...
TRAIN_Q001
2
687
1,076
1_3
* * * * * * * * * * * * * * * * * * SetGlobalVar("ExitNow", 1); * * Exit(); * * * * * * * * * * * If(GetGlobalVar("ExitNow") == 1) * * { Log(ID+WP+": Existing policy..."); * Exit * (); } The above example ties in somewhat with the exampled co...
TRAIN_Q001
3
1,076
1,425
1_4
"Event Flagging with Go_NoGo checking" [ link below] and uses structured logging as covered in the TechNote "Structured logging in Policies" [ link below]. If the User Defined Function was nested within another User Defined Function one would have to exit each layer to return the Policy layer before the Exit() actio...
TRAIN_Q001
4
1,425
1,769
1_5
RELATED INFORMATION Event Flagging with Go_NoGo checking [http://www-01.ibm.com/support/docview.wss?uid=swg21675015] Structured Logging in Policies [http://www-01.ibm.com/support/docview.wss?uid=swg21596180]
TRAIN_Q001
5
1,769
1,979
3_0
Title: IBM Guide to properly setting up SSL within the IBM HTTP Server - United States Text: ssl; handshake; secure socket layer; handshake failed; enable; ssl config; ssl setup; setup; IHS; crl; revocation; ssl; ssl; ssl; configure; config; config; config TECHNOTE (TROUBLESHOOTING) PROBLEM(ABSTRACT) The following i...
TRAIN_Q003
0
0
427
3_1
This document covers information on setting up SSL virtualhosts, creating keyfiles, certificates along with how to protect access to directories and URLs to specific ciphers. Also, included is documentation on how to trace and record SSL traffic between a client browser and the Web server. RESOLVING THE PROBLEM The ...
TRAIN_Q003
1
427
1,071
3_2
Enable SSL directives within the IBM HTTP Server configuration file (httpd.conf) 4. Other considerations when enabling SSL directives within the IBM HTTP Server configuration file (httpd.conf) 5. Information that IBM WebSphere® Support needs to debug SSL configuration and certificate issues relat...
TRAIN_Q003
2
1,071
1,650
3_3
Therefore, it is important to confirm that a supported version of the Global Security Kit is installed prior to enabling SSL. For a complete listing of IBM HTTP Server releases and corresponding Global Security Kit versions, click IBM HTTP Server: Global Security Kit (GSKit) supported versions [http://www.ibm...
TRAIN_Q003
3
1,650
2,053
3_4
Create a key database file and certificates needed to authenticate the Web server during an SSL handshake The iKeyman GUI, which is included within the IBM HTTP Server distribution, can be used to create a key database file (for example: key.kdb) needed to store personal server certificates required by the cl...
TRAIN_Q003
4
2,053
2,556
3_5
[http://www.ibm.com/support/docview.wss?rs=177&context=SSEQTJ&uid=swg21006430] More extensive information on using the iKeyman GUI to create key database files and certificates is located here: * For releases of IBM HTTP Server v7.0 [http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=%2Fcom.ibm....
TRAIN_Q003
5
2,556
2,930
3_6
.html] * For releases of IBM HTTP Server v8.0 [http://pic.dhe.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=%2Fcom.ibm.websphere.ihs.doc%2Finfo%2Fihs%2Fihs%2Fwelc_ikeymangui.html] * For releases of IBM HTTP Server v8.5 [http://www-01.ibm.com/support/knowledgecenter/SSD28V_8.5.5/com.ibm.websphere.ihs.doc/i...
TRAIN_Q003
6
2,930
3,266
3_7
ui.html] * For releases of IBM HTTP Server v9.0 [https://www.ibm.com/support/knowledgecenter/SSAW57_9.0.0/com.ibm.websphere.ihs.doc/ihs/welc_ikeymangui.html] 3. Enable SSL directives within the IBM HTTP Server's configuration file (httpd.conf) 1.
TRAIN_Q003
7
3,266
3,551
3_8
Verify that the SSL modules are uncommented * For Microsoft® Windows®: LoadModule ibm_ssl_module modules/mod_ibm_ssl.so [/support/docview.wss?uid=swg21179559&amp;aid=1] * For UNIX® platforms: LoadModule ibm_...
TRAIN_Q003
8
3,551
4,003
3_9
Create an SSL virtualhost stanza using the following examples and directives If you are enabling one Web site for SSL, and the hostname is the same as the one already defined in the Global Scope for non-SSL (port 80), you can enable SSL as follows. This virtualhost uses the default hostname defined by...
TRAIN_Q003
9
4,003
4,407
3_10
http://www.mycompany.com (non-SSL) 192.168.1.102 https://www.mycompany.com (SSL) 192.168.1.102 Example 1: Listen 80 ServerName www.mycompany.com <Directory "c:/Program Files/IBM HTTP Server/htdocs"> Options Indexes AllowOverrid...
TRAIN_Q003
10
4,407
4,859
3_11
server/htdocs" DirectoryIndex index.html Listen 443 <VirtualHost :443> SSLEnable SSLClientAuth None </VirtualHost> SSLDisable KeyFile "c:/program files/ibm http server/key.kdb" SSLV2Timeout 100 SSLV3Timeout 1000 [/support...
TRAIN_Q003
11
4,859
5,291
3_12
Name is different than the ServerName already defined in the Global Scope for non-SSL (port 80), you can enable SSL as follows. Both hostnames must be registered in DNS to a separate IP address, and both IP addresses must be configured on local network interface cards.
TRAIN_Q003
12
5,291
5,560
3_13
http://www.mycompany.com (non-SSL) 192.168.1.102 http://www.mycompany2.com (non-SSL) 192.168.1.103 https://www.mycompany2.com (SSL) 192.168.1.103 Example 2: Listen 80 ServerName www.mycompany.com <Directory "c:/Program Files/IBM HTTP Server/ht...
TRAIN_Q003
13
5,560
5,951
3_14
allow,deny allow from all </Directory> DocumentRoot "c:/program files/ibm http server/htdocs" DirectoryIndex index.html <VirtualHost 192.168.1.103:80> ServerName www.mycompany2.com <Directory "c:/Program Files/IBM HTTP Server/htdocs2"> O...
TRAIN_Q003
14
5,951
6,443
3_15
2" DirectoryIndex index2.html </VirtualHost> Listen 443 <VirtualHost 192.168.1.103:443> ServerName www.mycompany2.com SSLEnable SSLClientAuth None <Directory "c:/Program Files/IBM HTTP Server/htdocs2"> Options Indexes AllowOverride...
TRAIN_Q003
15
6,443
6,901
3_16
DirectoryIndex index2.html </VirtualHost> SSLDisable KeyFile "c:/program files/ibm http server/key.kdb" SSLV2Timeout 100 SSLV3Timeout 1000 If you are enabling multiple Web sites for SSL, you can enable SSL as follows. All hostnames must be registered in...
TRAIN_Q003
16
6,901
7,332
3_17
You must use the SSLServerCert directive to identify which personal server certificate in the key database file is passed to the client browser during the SSL handshake for each Web site. If the SSLServerCert directive is not defined, the IBM HTTP Server passes whatever certificate in the key database file is marked(*...
TRAIN_Q003
17
7,332
7,675
3_18
For more information on why different IP addresses are required when enabling multiple Web sites for SSL: IP-Based Virtual Hosting must be used if configuring multiple SSL Virtual Host [http://www.ibm.com/support/docview.wss?rs=177&context=SSEQTJ&uid=swg21045922]http://www.mycompany.com (non-SSL) 192....
TRAIN_Q003
18
7,675
8,080
3_19
(non-SSL) 192.168.1.103 https://www.mycompany2.com (SSL) 192.168.1.103 http://www.mycompany3.com (non-SSL) 192.168.1.104 https://www.mycompany3.com (SSL) 192.168.1.104 Example 3: Listen 80 ServerName www.mycompany.com <Directory "c:/Program Files/IBM HTTP Serv...
TRAIN_Q003
19
8,080
8,403
3_20
htdocs"> Options Indexes AllowOverride None order allow,deny allow from all </Directory> DocumentRoot "c:/program files/ibm http server/htdocs" DirectoryIndex index.html <VirtualHost 192.168.1.103:80> ServerName www.mycompany2.com...
TRAIN_Q003
20
8,403
8,907
3_21
DocumentRoot "c:/program files/ibm http server/htdocs2" DirectoryIndex index2.html </VirtualHost> <VirtualHost 192.168.1.104:80> ServerName www.mycompany3.com <Directory "c:/Program Files/IBM HTTP Server/htdocs3"> Options Indexes AllowOverride Non...
TRAIN_Q003
21
8,907
9,384
3_22
index3.html </VirtualHost> Listen 443 <VirtualHost 192.168.1.102:443> ServerName www.mycompany.com SSLEnable SSLClientAuth None SSLServerCert mycompany <Directory "c:/Program Files/IBM HTTP Server/htdocs"> Options Indexes AllowOve...
TRAIN_Q003
22
9,384
9,854
3_23
DirectoryIndex index.html </VirtualHost> <VirtualHost 192.168.1.103:443> ServerName www.mycompany2.com SSLEnable SSLClientAuth None SSLServerCert mycompany2 <Directory "c:/Program Files/IBM HTTP Server/htdocs2"> Options Indexes AllowOverr...
TRAIN_Q003
23
9,854
10,338
3_24
index2.html </VirtualHost> <VirtualHost 192.168.1.104:443> ServerName www.mycompany3.com SSLEnable SSLClientAuth None SSLServerCert mycompany3 <Directory "c:/Program Files/IBM HTTP Server/htdocs3"> Options Indexes AllowOverride None ...
TRAIN_Q003
24
10,338
10,814
3_25
3.html </VirtualHost> SSLDisable KeyFile "c:/program files/ibm http server/key.kdb" SSLV2Timeout 100 SSLV3Timeout 1000 4. Other considerations when enabling SSL directives within the IBM HTTP Server configuration file (httpd.conf).
TRAIN_Q003
25
10,814
11,124
3_26
* How to rewrite HTTP (port 80) requests to HTTPS (port 443) The rewrite module (mod_rewrite.c) provided with the IBM HTTP Server can be used as an effective way to automatically rewrite all HTTP requests to HTTPS. For complete information click How to rewrite HTTP (port 80) requests to HTTPS (port 44...
TRAIN_Q003
26
11,124
11,526
3_27
* Logging SSL request information in the access log for IBM HTTP Server The IBM HTTP Server implementation provides Secure Sockets Layer (SSL) environment variables that are configurable with the LogFormat directive in httpd.conf. For complete information click Logging SSL request informati...
TRAIN_Q003
27
11,526
11,966
3_28
* Enabling Certificate Revocation Lists (CRL) in the IBM HTTP Server Certificate revocation provides the ability to revoke a client certificate given to the IBM HTTP Server by the browser when the key is compromised or when access permission to the key is revoked. CRL represents a database ...
TRAIN_Q003
28
11,966
12,370
3_29
For complete information: * For releases of IBM HTTP Server v7.0 [http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=%2Fcom.ibm.websphere.ihs.doc%2Finfo%2Fihs%2Fihs%2Fcihs_crlinssl.html] * For releases of IBM HTTP Server v8.5 [http://www-01.ibm.com/support/knowledgecenter/SSD28V_8.5.5/com.ibm.web...
TRAIN_Q003
29
12,370
12,722
3_30
.html] * For releases of IBM HTTP Server v8.0 [http://pic.dhe.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=%2Fcom.ibm.websphere.ihs.doc%2Finfo%2Fihs%2Fihs%2Fcihs_crlinssl.html] 5.
TRAIN_Q003
30
12,722
12,951
3_31
Information that IBM WebSphere Support needs to debug SSL configuration and certificate issues related to the IBM HTTP Server * MustGather: SSL handshake and configuration problems [http://www.ibm.com/support/docview.wss?rs=177&context=SSEQTJ&uid=swg21141302] * MustGather: CMS key database (.kdb) and...
TRAIN_Q003
31
12,951
13,385
3_32
* Brief description of the SSL directives discussed in this document * Listen * * * * * SSLEnable * * * * * SSLClientAuth None * * * * * SSLDisable * * * * * KeyFile * * * * * SSLV2Timeout * * * * * SSLV3Timeout * * * * * SSLServerCert * * ...
TRAIN_Q003
32
13,385
13,737
3_33
* * * SSLCipherRequire * * * * * * * For releases of IBM HTTP Server v7.0 [http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=%2Fcom.ibm.websphere.ihs.doc%2Finfo%2Fihs%2Fihs%2Frihs_ssldirs.html] For releases of IBM HTTP Server v8.0 [http://pic.dhe.ibm.com/infocenter/wasinfo/v8r0/index.jsp...
TRAIN_Q003
33
13,737
14,079
3_34
phere.ihs.doc%2Finfo%2Fihs%2Fihs%2Frihs_ssldirs.html] For releases of IBM HTTP Server v8.5 [http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.ihs.doc/ihs/rihs_ssldirs.html] For releases of IBM HTTP Server v9.0 [https://www.ibm.com/support/knowledgecenter/SSAW57_9.0.0/com.ibm.websphere.ihs.doc...
TRAIN_Q003
34
14,079
14,422
5_0
Title: IBM Support's Guide to Rules File Processing - United States Text: rules; rules file; array TECHNOTE (FAQ) QUESTION Support Guide : Are there any rules file examples? ANSWER The Netcool Technical Support Guide to rules file processing is provided as a collection of commonly used rules file techniques. ...
TRAIN_Q005
0
0
426
5_1
RulesfileProcessing_SupportsGuide_30.pdf [/support/docview.wss?uid=swg21903536&aid=2]RulesfileProcessing_SupportsGuide_30.pdf [/support/docview.wss?uid=swg21903536&aid=1]
TRAIN_Q005
1
426
598
6_0
Title: IBM Security Bulletin: IBM Tivoli Network Manager IP Edition is affected by an Apache CXF vulnerability (CVE-2017-3156) - United States Text: SECURITY BULLETIN SUMMARY Vulnerability has been addressed in the Apache CXF component of Tivoli Network Manager IP Edition.
TRAIN_Q006
0
0
277
6_1
VULNERABILITY DETAILS CVEID: CVE-2017-3156 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-3156] DESCRIPTION: Apache CXF could provide weaker than expected security, caused by the failure to use the OAuth2 Hawk and JOSE MAC Validation code. A remote attacker could exploit this vulnerability using timing atta...
TRAIN_Q006
1
277
633
6_2
CVSS Base Score: 5.9 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/130249 [https://exchange.xforce.ibmcloud.com/vulnerabilities/130249] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N) AFFECTED PRODUCTS AND VERSIONS...
TRAIN_Q006
2
633
1,007
6_3
Collector install) Tivoli Network Manager IP Edition 4.2.0 (Huawei MTOSI Collector install) REMEDIATION/FIXES Product VRMF APAR Remediation/First Fix Tivoli Network Manager IP Edition 4.1.1 IV99816 Please call IBM service and reference APAR IV99816, to obtain a fix if needed for 4.1.1 release.
TRAIN_Q006
3
1,007
1,306
6_4
Tivoli Network Manager IP Edition 4.2.0 IV99816 CXF 3.1.10 has been upgraded in 4.2 FixPack 3. http://www-01.ibm.com/support/docview.wss?uid=swg24043575 [http://www-01.ibm.com/support/docview.wss?uid=swg24043575] WORKAROUNDS AND MITIGATIONS None GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS Subscribe to My Notificati...
TRAIN_Q006
4
1,306
1,645
6_5
.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
TRAIN_Q006
5
1,645
1,744
6_6
REFERENCES Complete CVSS v3 Guide [http://www.first.org/cvss/user-guide] On-line Calculator v3 [http://www.first.org/cvss/calculator/3.0] RELATED INFORMATION IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] IBM Product Security Incident Response Blog [http://www.i...
TRAIN_Q006
6
1,744
2,262
6_7
Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. DISCLAIMER According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard desi...
TRAIN_Q006
7
2,262
2,833
6_8
CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.
TRAIN_Q006
8
2,833
2,935
7_0
Title: IBM 2035 MQRC_NOT_AUTHORIZED Connecting to WebSphere MQ from WebSphere Application Server via CLIENT Bindings - United States Text: TECHNOTE (TROUBLESHOOTING) PROBLEM(ABSTRACT) This article covers the most common reasons why an application running in WebSphere Application Server receives a 2035 MQRC_NOT_AUTH...
TRAIN_Q007
0
0
592
7_1
A summary is also provided of behavior for outbound scenarios with container-managed and component-managed security, as well as inbound behavior for listener ports and activiation specifications SYMPTOM JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('MQRC_NOT_AUTHORIZED') CAU...
TRAIN_Q007
1
592
1,000
7_2
The user identifier passed across the client connection from the application server to MQ is not known on the server where the MQ queue manager is running, is not authorised to connect to MQ, or is longer than 12 characters and has been truncated. We discuss how this user identifier is obtained and passed over the...
TRAIN_Q007
2
1,000
1,561
7_3
For UNIX no entry in the MQ error logs would be seen by default. See technote MQS_REPORT_NOAUTH environment variable can be used to better diagnose return code 2035 [http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg21299319] for details of enabling error log entries on all platforms. 2.
TRAIN_Q007
3
1,561
1,866
7_4
The user identifier passed across the client connection from the application server to MQ is a member of the 'mqm' group on the server hosting the MQ queue manager, and a Channel Authentication Record (CHLAUTH) exists that blocks administrative access to the queue manager. WebSphere MQ configures a CHLAUTH record by d...
TRAIN_Q007
4
1,866
2,306
7_5
The following error in the MQ error logs would be seen for this scenario: AMQ9777: Channel was blocked See the Error logs on Windows, UNIX and Linux systems [http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/topic/com.ibm.mq.tro.doc/q039560_.htm] section of the MQ Information Center for the location of the MQ erro...
TRAIN_Q007
5
2,306
2,633
7_6
DIAGNOSING THE PROBLEM To understand the cause of the MQRC_NOT_AUTHORIZED reason code, you need to understand what username (and password) is being used by MQ to authorise the application server. Please note that WebSphere MQ V7.5 and earlier does not provide any out-of-the box password authentication system for cl...
TRAIN_Q007
6
2,633
3,037
7_7
More details on the new IBM MQ V8.0 security features are available in this presentation [https://www.slideshare.net/MoragHughson/websphere-mq-v8-security-deep-dive]. For WebSphere MQ V7.5 and earlier, this means that while the understanding provided in this technote over how usernames/passwords are passed from the ...
TRAIN_Q007
7
3,037
3,574
7_8
MQ provides out-of-the-box features to authenticate a remotely attaching client using the digital certificate they provide for SSL/TLS transport security. For example by configuring an SSLPEER rule on the SVRCONN channel to match the Distinguished Name in the certificate of the WebSphere Application Server, and est...
TRAIN_Q007
8
3,574
4,198
7_9
When using a security exit for authentication it is important that SSL/TLS transport security is still configured, to ensure passwords are not sent in plain text. MCA user ID (MCAUSER) configured on the Server Connection (SVRCONN) channel If an MCAUSER is configured on the SVRCONN channel that the application ser...
TRAIN_Q007
9
4,198
4,687
7_10
It is common practice for many customers to set an MCAUSER on every SVRCONN channel, and use mutual SSL/TLS authentication exclusively for authentication. Default behaviour when no credentials are supplied in the application server If no credentials are supplied by the application on the createConnection call, a...
TRAIN_Q007
10
4,687
5,277
7_11
In the majority of cases this is 'mqm' on UNIX/Linux systems and 'MUSR_MQADMIN' on Windows. As these are administrative MQ users, they will be blocked by default in WebSphere MQ V7.1 and higher, with a AMQ9777 error logged in the error logs of the queue manager. Container-managed security for outbound connections ...
TRAIN_Q007
11
5,277
5,884
7_12
Usernames of 12 characters or less are passed to MQ by the appliaction server. Usernames longer than 12 characters in length will be truncated, either during authorisation (on UNIX), or in the MQMD of messages that are sent. Container-managed security means that the deployment descriptor, or EJB 3.0 annotations, o...
TRAIN_Q007
12
5,884
6,412
7_13
For example an EJB 2.1 application would perform a JNDI lookup as follows, where "jms/MyResourceRef" has been declared as a resource reference in the deployment descriptor: ConnectionFactory myCF = (ConnectionFactory)ctx.lookup("java:comp/env/jms/MyResourceRef") An EJB 3.0 application might declare an annotated ob...
TRAIN_Q007
13
6,412
6,987
7_14
alias to an actual Connection Factory that has been created in JNDI, and assign it a J2C authentication alias on deployment. It is the username and password contained in this authentication alias that is then passed to MQ/JMS by the application server when the application connects. This approach puts the administrat...
TRAIN_Q007
14
6,987
7,675
7_15
This default will only be used in the case that an application uses a resource reference configured for container-managed security, but the administrator has not bound it to an authentication alias during deployment.
TRAIN_Q007
15
7,675
7,892
7_16
A screen shot is provided below: [/support/docview.wss?uid=swg21636093&aid=1] [/support/docview.wss?uid=swg21636093&aid=1] Default component-managed authentication alias for outbound connections For cases where it is impractical to change the application to use container-managed security, or to change it to supply...
TRAIN_Q007
16
7,892
8,311
7_17
This default is called the "component-managed authentication alias" and cannot be configured via the administrative console (since WebSphere Application Server Version 7.0 when it was removed from the panels MQ connection factories).
TRAIN_Q007
17
8,311
8,547
7_18
The below scripting samples show how to configure it using wsadmin: * JACL: wsadmin>set cell [ $AdminConfig getid "/Cell:mycell" ] mycell(cells/mycell|cell.xml#Cell_1) wsadmin>$AdminTask listWMQConnectionFactories $cell MyCF(cells/mycell|resources.xml#MQConnectionFactory_1247500675104) ...
TRAIN_Q007
18
8,547
8,973
7_19
0675104) { -componentAuthAlias myalias } MyCF(cells/mycell|resources.xml#MQConnectionFactory_1247500675104) * Jython: wsadmin>cell = AdminConfig.getid("/Cell:mycell") wsadmin>AdminTask.listWMQConnectionFactories(cell) 'MyCF(cells/mycell|resources.xml#MQConnectionFactory_1247500675104)' ...
TRAIN_Q007
19
8,973
9,343
7_20
(cells/mycell|resos urces.xml#MQConnectionFactory_1247500675104)', "-componentAuthAlias myalias") 'MyCF(cells/mycell|resources.xml#MQConnectionFactory_1247500675104)' Authentication alias for inbound MDB connections using an activation specification For inbound connections using an activation specification an ...
TRAIN_Q007
20
9,343
9,868
7_21
Authentication alias for inbound MDB connections using a listener port For inbound connections using a listener port, the value specified in the "Container-managed authentication alias" setting of the connection factory (seen in the above screenshot) is used. On zOS, first the "Container-managed authentication a...
TRAIN_Q007
21
9,868
10,299
7_22
RESOLVING THE PROBLEM The simplest steps to resolve the 2035 MQRC_NOT_AUTHORIZED errors in a development environment, where full transport security is not required, are as follows: 1. Choose a user that you want WebSphere Application Server to be authenticated as. Typically the user chosen should have authority r...
TRAIN_Q007
22
10,299
10,804
7_23
If this user is an MQ administrative user, then relax the Channel Authentication Record (CHLAUTH) security in MQ V7.1 or higher, so that administrative connections are not blocked on the SVRCONN channel you wish to use. An example MQSC command to do this for a SVRCONN channel called 'WAS.CLIENTS' is provided as follow...
TRAIN_Q007
23
10,804
11,289
7_24
An example MQSC command to configure a SVRCONN channel to use 'myuser' as the MCA user ID is provided as follows: ALTER CHL('WAS.CLIENTS') CHLTYPE(SVRCONN) MCAUSER('myuser') The following additional considerations are important for production environments: For all production environments where transport security...
TRAIN_Q007
24
11,289
11,853
7_25
The application server, who initiates the SSL/TLS handshake, must always be configured to trust the certificate provided by the MQ queue manager . If the application server is configured to send a certificate to the MQ queue manager, then the queue manager must also be configured to trust it. If trust is not correct...
TRAIN_Q007
25
11,853
12,310
7_26
If you do not have a security exit that performs username and password authentication, then you should configure mutual SSL/TLS authentication on your Server Connection channel to cause the queue manager to require a trusted certificate is provided by the application server. To do this you set "SSL Authentication" t...
TRAIN_Q007
26
12,310
12,910
7_27
The details of how to configure the username and password passed to MQ by the application server are described above in the "Diagnosing the problem" section. All Server Connection channels that do not have SSL/TLS security applied should be disabled.
TRAIN_Q007
27
12,910
13,163
7_28
Example MQSC commands to disable the SYSTEM.DEF.SVRCONN channel are provided as follows (these assume no user exists on the MQ server called 'NOAUTH'): ALTER CHL(SYSTEM.DEF.SVRCONN) CHLTYPE(SVRCONN) MCAUSER('NOAUTH') STOP CHL(SYSTEM.DEF.SVRCONN) Details of how to configure the private certificate and trust of a MQ q...
TRAIN_Q007
28
13,163
13,708
7_29
Configuring SSL on queue managers [http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/index.jsp?topic=%2Fcom.ibm.mq.explorer.doc%2Fe_ssl_channels.htm] * To configure the Server Connection channel, used by applications running in the application server to connect to MQ, see the following topic: Configuring SSL ...
TRAIN_Q007
29
13,708
14,212
7_30
, and whether the application server sends a certificate to MQ for authentication, are in the following locations in the WebSphere Application Server information center: * To create or modify an SSL Configuration containing the appropriate SSL/TLS configuration for connecting to MQ, see the following topic: SSL con...
TRAIN_Q007
30
14,212
14,841
7_31
channel after the handshake is complete. As a result the WebSphere Application Server SSL Configuration should be configured to contain only the Cipher Suite that matches the SSLCIPH setting on the Server Connection channel.
TRAIN_Q007
31
14,841
15,066
7_32
See the following topic in the MQ information center for details of matching pairs: CipherSuite and CipherSpec name mappings for connections to a WebSphere® MQ queue manager [http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/topic/com.ibm.mq.msc.doc/xms_csecure_mapping_wmq.html] * To enable SSL/TLS on a client ...
TRAIN_Q007
32
15,066
15,637
7_33
WebSphere MQ messaging provider connection factory settings [http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-dist&topic=umj_pjcfm] WebSphere MQ messaging provider activation specification settings [http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-...
TRAIN_Q007
33
15,637
16,162
7_34
0 8.5, 8.0, 7.0 Business Integration WebSphere Business Monitor AIX, HP-UX, Linux, Solaris, Windows, z/OS 7.5.1, 7.5, 7.0 Advanced, Basic Business Integration WebSphere Message Broker Environment AIX, HP-UX, Linux, Solaris, Windows, z/OS 9.0, 8.0, 7.0 Business Integration WebSphere MQ Clients AIX, HP-UX, IBM i, Linux, ...
TRAIN_Q007
34
16,162
16,503
7_35
, 7.0
TRAIN_Q007
35
16,503
16,508
8_0
Title: IBM Rational Application Developer Support Policy for 64 bit technology - United States Text: RSM; RSD; RSA; RAD; caspian64 bit; 64-bit; RAD 7 64 bit; RAD 7 OS; operating system; Rational Application Developer; X64; Windows 64 bit; supported OS; AMD; PMR #13878; 379; 000; 13878379000; 1263677; 64bit; 64 bit
TRAIN_Q008
0
0
316
8_1
; 32 bit; 32bit; 32-bit; 64-bit; O/S; OS; requirements; system requirements; 8.0.3; 8.0; 7.5; v8.0.3; v7.5; v7.0; v8.0; v7.5.4; 803; windows 7; server; profile; websphere; test environment; create profile; button; greyed; Run Profile Management Tool ; disabled; IBM Software Development Kit; SDK; JRE; Program Files(x86)...
TRAIN_Q008
1
316
641
8_2
; websphere application server; clearcase; scm; clearcase scm adapter; rational requisitepro; reqpro; heap size; jvm; max os x; os x; osx; mac TECHNOTE (FAQ) QUESTION What is the support policy for using IBM Rational Application Developer for WebSphere Software, IBM Rational Software Architect, IBM Rational Software ...
TRAIN_Q008
2
641
1,084
8_3
CAUSE The 7.0.0.x, v7.5.x and v8.0 to 8.0.2 versions of these applications were not designed to take advantage of 64 bit computing and only use 32-bit technology.
TRAIN_Q008
3
1,084
1,249
8_4
ANSWER The following IBM Rational Software version 7.x products are only supported on specified 64 bit operating systems running in 32 bit mode: * Rational Application Developer for WebSphere Software * Rational Software Architect * Rational Software Modeler * Rational Systems Developer Similarly, Rational...
TRAIN_Q008
4
1,249
1,737
8_5
Rational Application Developer v8.0.3+ is available as a 64-bit application install on specified 64-bit operating systems, in addition to a 32-bit application install. There is only one installation package. When installing RAD/RSA using IBM Installation Manager, on the Location page , if your operating system is 64-b...
TRAIN_Q008
5
1,737
2,260
8_6
For example, WebSphere Integration Developer v6.x/7.x is RSDP based.
TRAIN_Q008
6
2,260
2,329
8_7
Examples of some 64 bit Operating Systems: * Microsoft Windows XP Professional x64 Edition (running on an AMD or Intel processor) * Microsoft Windows 7 Professional 64-bit * Red Hat Linux Enterprise Server 4+ running on x86-64 bit * RAD 9.0 under 9.0.1 introduced support for Mac OS x - Lion 10.7 32 bit (wit...
TRAIN_Q008
7
2,329
2,722
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
8

Collection including bowang0911/TechQAChunkRetrieval