Author: <span>kenio.carvalho</span>

Graphical interface is not supported. So we need to use the rpm commands to setup.

Before you begin setup DB2 9.7.0.4

rpm -ivh idsldap-cltbase63-6.3.0-0.x86_64.rpm
rpm -ivh idsldap-clt64bit63-6.3.0-0.x86_64.rpm

Install KSH or you get the error bellow

[root@localhost tdsfiles]# rpm -ivh idsldap-cltjava63-6.3.0-0.x86_64.rpm
error: Failed dependencies:
        /bin/ksh is needed by idsldap-cltjava63-6.3.0-0.x86_64

 yum install ksh

rpm -ivh idsldap-cltjava63-6.3.0-0.x86_64.rpm
rpm -ivh idsldap-srvbase64bit63-6.3.0-0.x86_64.rpm
rpm -ivh idsldap-srv64bit63-6.3.0-0.x86_64.rpm

Verify the setup

rpm -qa | grep idsldap

idsldap-clt64bit63-6.3.0-0.x86_64
idsldap-cltbase63-6.3.0-0.x86_64
idsldap-srvbase64bit63-6.3.0-0.x86_64
idsldap-cltjava63-6.3.0-0.x86_64
idsldap-srv64bit63-6.3.0-0.x86_64

rpm -ivh idsldap-msg63-en-6.3.0-0.x86_64.rpm

Setup GSKit

rpm -ivh gskcrypt64-8.0.13.1.linux.x86_64.rpm
rpm -ivh gskssl64-8.0.13.1.linux.x86_64.rpm

Install the latest fix for TDS and GSKIT

First update the GSKIT

rpm -Uvh gskcrypt64-8.0.14.26.linux.x86_64.rpm
rpm -Uvh gskssl64-8.0.14.26.linux.x86_64.rpm  

Update TDS

./idsinstall -u -f

Setup Websphere

./install.sh -installRoot /opt/ibm/ldap/V6.3/appsrv

Setup the Web Administration Tool

./deploy_IDSWebApp

Uncategorized

I am honored to receive this recognition.

I am very grateful to  the entire team of IBM Education

These annual awards give training partners, Instructor Program administrators and delivery managers an opportunity to recognize those individuals who excel at what they do. Announced for the first time at the Instructor and Training Partner Meeting at IBM Connect, the following people went above and beyond in their dedication, expertise and passion for teaching:

Neville Harrison in Asia-Pacific
Marco Zanchi in Europe
Kenio W. Damasceno Carvalho in Latin America
Richard Knight in North America

Uncategorized

Download the rpm file from java.com

Install using the rpm command

rpm -Uvh jre-7u13-linux-x64.rpm

Use alternatives to config

# alternatives –config java

There are 3 programs which provide ‘java’.

  Selection    Command
———————————————–
*  1           /usr/java/latest/jre/bin/java
 + 2           /usr/java/jre1.7.0_13/bin/java
   3           /usr/java/jdk1.7.0_13/jre/bin/java

Enter to keep the current selection[+], or type selection number:

Select the java you want to use in my case 2

Test using the command #java -version

java -version
java version “1.7.0_13”
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
[root@localhost plugins]#

Create links in the Mozilla Plugins directory so Java will work in supported browsers such as Firefox.

# cd /usr/lib64/mozilla/plugins/
# ln -fs /usr/java/latest/lib/amd64/libnpjp2.so

Uncategorized

Uncategorized

Uncategorized

This agent i found some years ago and i don´t remember where or who write the agent. It´s used to import the pdf´s into the database.

I need to modify it because the  outstanding Session Database provided by Ben Langhinrichs is not available this year.

You can get the new database here  and the agent is attached

agente.lss

Uncategorized

Last month i bought a new Laptop. My old HP died.  The new Laptop comes with Win 8.

I try to use Win 8 but i think it was not so friendly and honestly it is time to have a Linux Desktop.  

I chose Ubuntu and the setup, on the Toshiba P875-S7310,  was easy and fast,  after i  installed an SSD HD and  more 8 GB RAM.
The only thing that did not work was the LAN.

How to solve the problem :

sudo apt-get install linux-headers-generic build-essential
wget
http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.5/compat-wireless-3.5.1-1-snpc.tar.bz2
tar -xf compat-wireless-3.5.1-1-snpc.tar.bz2
cd compat-wireless-3.5.1-1-snpc
./scripts/driver-select alx
make
sudo make install
sudo modprobe alx

Very nice Ubuntu 12 on my laptop  🙂

Uncategorized

Applying cumulative fix CF02 or CF03 for WebSphere Portal / Web Content Manager 8.0.0.0 can result in the following issues:  

- Syndication can get frozen in active status if server restarts, crashes or network connectivity issues occur while syndication is in progress. In this situation, the syndicator and subscriber objects will need to be deleted and recreated to resume syndication between the servers. (APAR number: PM79132)
- Updates to images are not syndicated correctly. (APAR number: PM79136)

In addition, the following issues may be encountered independent of the cumulative fixes applied on the server

- Content updates that occur while a syndication update is active may not get included in subsequent syndication updates. (APAR number: PM73571)
- An item that previously failed to syndicate is no longer considered to be a candidate for future syndication even though subsequent updates to the item have occurred.(APAR number : PM79423)

Fixes for the aforementioned issues are included in the APAR PM80376. This APAR fix package is available for CF02 as well as CF03 and can be downloaded from FixCentral. The APAR description contains the list of multiple syndication issues addressed by applying this single package.

From TN1622148

syndication 8


Here are some steps that will improve the battery life of your device while using Traveler.  

Note: The actual path to the setting may be different on your device.

  1. Reduce the level of backlight on your device: Start -> Settings -> System -> Backlight
  2. Configure your device to go into Sleep mode sooner: Start -> Settings -> System -> Power -> Advanced
  3. Remove Traveler popup on new emails to prevent the device’s screen from turning on when you receive new emails: Start -> Settings -> Sounds & Notifications -> Notifications -> Event: Lotus Traveler: New data -> Uncheck Display message (Changing sound and vibrate settings in this same location can also help)

From TN1331045

Uncategorized

WebSphere Portal and WebSphere Content Manager Combined Cumulative Fix (CCF) 20 will be the last Cumulative Fix produced for the 7.0.0.1 release.

WebSphere Portal version 7.0.0.1 will continue to be supported until the End of Service date for Version 7 but no cumulative fixes will be released for 7.0.0.1 after CF 20.

Customers should move to WebSphere Portal 7.0.0.2 or WebSphere Portal version 8

Uncategorized