April 2016
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

April 2016
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

GSK_ERROR_BAD_CERT (gsk rc = 414)

GSK_ERROR_BAD_CERT (gsk rc = 414) When an HTTPS request is sent to a IBM WebSphere Application Server V6.1 server, from a web server, the web server plug-in log shows the error Failed in r_gsk_secure_soc_init: GSK_ERROR_BAD_CERT(gsk rc = 414)

Cause: Not correct signer certificate in plugin…kdb file

The certificate sent by WebSphere Application Server to the […]

Dynamic Clusters change the master configuration on websphere

In the dynamic cluster environment, You should not change the configuration like java parameters to the individual cluster members, If it is changed in individual server level, The master configuration will overwrite the server level configuration. Hence to avoid this, For any configuration related changes on the dynamic clusters need to changed @ Master configuration.

[…]

deployment manager due to (NO space left on Device)

The above error is seen in particular in the following two formats:

SystemErrR java.io.FileNotFoundException: /websphere/profiles/Dmgr01/wstemp/common/XmlLocale.class (No space left on device) SystemErr R java.io.FileNotFoundException: /websphere/profiles/Dmgr01/wstemp/778788/prefs.xml (No such file or directory)

For the above two errors, You need to do the following preliminary check: Step 1: df -kh /webspehre (or the filesystem on which the wstemp is […]

ERROR: ESI: getResponse: failed to get response: rc = 4

15/Feb/2016:23:30:06.56633] 0011dbd46 ads3asd00 – ERROR: ESI: getResponse: failed to get response: rc = 4 [15/Feb/2016:23:30:06.56636] 0011dbd46 asdfdsaf – ERROR: [hostname://url] ws_common: websphereHandleRequest: Failed to handle request rc=4 [15/Feb/2016:23:30:07.3555539] 0000db46 1adsf789 – ERROR: ws_common: websphereFindTransport: Nosecure transports available [15/Feb/2016:23:30:07.344546] 0000db46 1sdf9f8700 – ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find a transport

Analysis: This error is seen when […]

FFDC Exception:com.ibm.db2.jcc.c.SqlException

[2/26/10 7:34:18:98 IST] FFDC Exception:com.ibm.db2.jcc.c.SqlException SourceId:com.ibm.ws.rsadapter.spi.InternalGenericDataStoreHelper.getPooledCon ProbeId:1298 com.ibm.db2.jcc.c.SqlException: [ibm][db2][jcc] No license was found. An appropriate license file db2jcc_license_*.jar must be provided in the CLASSPATH setting.

This exception is seen when you have not defined the db2jcc_license_cisuz.jar file path in the class path.

Resolution:

Navigate to Application servers > AppNodeName01 > Process definition > Java Virtual […]

Script to check the process id running on a particular port – Solaris

I have found this script from the internet, Do not know the author of the script. In future, If I find the original link, I would add it here.

 

Trouble copying the above script? porttopid.sh

 

 

#!/bin/ksh

line=’———————————————‘ pids=$(/usr/bin/ps -ef | sed 1d | awk ‘{print $2}’)

if [ $# -eq 0 ]; […]

Failed in r_gsk_secure_soc_init: GSK_ERROR_BAD_CERT

The architecture includes 2 WAS Base installations in different nodes(physical hosts) and an IHS installation on one of the physical node (Shares the Base server physical host)

After following these steps and creating a cluster in by previous post, If you want to enable the https protocol at IHS level to access the application, The […]

How to change wsadmin default Language

How to change wsadmin default Language To change the default language you can modify the following parameter in wsadmin.properties and set it to

#————————————————————————- # The defaultLang property determines what scripting language to use. # Supported values are jacl and jython. # The default value is jacl. #————————————————————————- # com.ibm.ws.scripting.defaultLang=jacl com.ibm.ws.scripting.defaultLang=jython […]

zfs cheat sheet Solaris 11

zfs cheat sheet Solaris 11 The ZFS file system is a file system that fundamentally changes the way file systems are administered, with features and benefits not found in other file systems available today. ZFS is robust, scalable, and easy to administer.ZFS uses the concept of storage pools to manage physical storage, ZFS eliminates volume […]

RHEL / CentOS 7 Network Teaming

Below is an example on how to configure network teaming on RHEL/CentOS 7. It is assumed that you have at least two interface cards.

Show Current Network Interfaces [root@rhce-server ~]$ ip link 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eno16777736: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state […]