MySphere Posts

Setup the Domino server on Centos 6.x  (tutorial here)  and then enter the command bellow as a root

export STSkipOSCheck=true

Setup sametime using -console option  and everything should be fine.

PS: Centos is not supported by IBM.

Uncategorized

Uncategorized

Sometimes single click stops working, and a double-click is needed.

 It happens on some Macintosh machines, which have installed Window assist tools, and checked “Enabled access for assistive devices” in preferences.

Open System Preferences, select “Accessibility”, then disable (uncheck) the option “Enable access for assistive devices”.

Uncategorized

I use windows as my operating system since version 3.1. Currently I have Laptops with Win7 and Win8. I never had a Laptop Linux but since I bought a new laptop I gave Ubuntu a try. I removed the Win8 and so far (20 days later) did not miss anything.

If you want to try Ubuntu this link show 10 things you need to do after the setup.

Uncategorized

RHEL 6 switched from using the old System V init script setup to using Upstart.
 Upstart deprecates the /etc/inittab file, which ITDS used for configuring auto-starting on *nix platforms
The normal inittab method of auto-starting for ibmslapd/ibmdiradm does not work on RHEL 6. Here’s how to make it work

This TN show the steps how to setup the auto-start

Uncategorized

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