January 2014
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

January 2014
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

script start, stop, backup and restore your WebSphere environment

#!/bin/ksh # # Set you environment here [ACC,FOP,PRD] ENV=FOP # Set your company name here COMP=WARMETAL # # APP_HOME setting APP_HOME=/opt/sft/${COMP}-${ENV} # Change here the WAS userid, WAS group and sid if necessary WAS_USER=wasuser WAS_GROUP=wasgroup WAS_PROCESSES=”dmgr nodeagent Front_Server Security_Server APP_Server JMS_Server” WAS_CELL=”${COMP}-${ENV}.cell” WAS_NODE_EB=”${COMP}-${ENV}.AppSrv.node” WAS_NODE_FE=”${COMP}-${ENV}.AppSrv.node” # Change the location of the directory in this variable of […]

WebSphere Console LDAP Authentication

WebSphere Console LDAP Authentication

This is an howto on how to get the WebSphere Integrated Solutions Console to authenticate administrators through LDAP, in our case Microsoft’s Active Directory 2008. This is installed with Windows Server 2008 and Active Directory.

Overview

By default, when WebSphere gets installed everybody can access the WebSphere portal because there is […]

Setting LDAP parameters for Microsoft Active Directory

Define configuration parameters for Microsoft Active Directory to provide extra security options for your environment.

Before you begin

Before setting configuration parameters, perform authentication tests to confirm that user, group, and membership search filters work properly. For more information, see the Related tasks section.

You must be assigned the Security administration role with permission […]