Tuesday, April 17, 2007

Domino 8 Linux issues - resolved

I had a couple of issues setting up the Domino 8 beta server on Linux.

Firstly – when installing the server, do not select to create the symbolic link – softlink if you are installing into the default locations.

Also I had the usual problem where xwindows could not display the setup program. The error was

“Please edit your shell's DISPLAY environment variable to
reflect an unlocked terminal that you would like to launch
the Domino Setup Program”
The fix was to su to root and run the command /usr/X11R6/bin/xhost this sets security to let the machine export the display on it's own screen
then as the “notes” user run...
DISPLAY=:0.0
export DISPLAY

Once this is done cd to the /local/notesdata directory and run /opt/ibm/lotus/bin/server to start the setup program.

Friday, April 13, 2007

searching IBM software support - the easy way

The IBM software support web is full of usefull info and technotes, most admin and developers refer to it regularly. However it's not the easiest site in the world to navigate.

For years I have been searching the site through google by specifying site:ibm.com in the search box. I wish i could remember where I picked this link up from - however....

In the google search box try entering the text below...

sametime site:ibm.com/support/docview.wss

alternatively just click this link

Thursday, April 12, 2007

Red Hat SLED 10 on a t60p

The latest (beta of course) version of the IBM Open Client is based upon RHEL 5.
The intention is to get the OS instaled with Notes 8, VMware and the VPN client Lotus Mobile Connect (WECM).
Even though this is all still in beta I've decided it's likely my best option for my T60p.

That was a short lived idea, SLED 10 seems like a much better idea at this stage for this setup - rather than a manipulated build of the rhel 5 beta . Installed like a dream and already has Notes 8 and vmware up and running.

Saturday, March 31, 2007

Universescale

This is way off topic... but so good

Universcale

Once it loads you can navigate the ruler along the bottom

Friday, March 30, 2007

Sametime 7.5.1 - Linux Server

Finally - my demo server systems are going to be 100% linux.
The clients are going to have click to start web conferences too on Linux and mac.

Good stuff

Wednesday, March 21, 2007

Notes 8 beta 2 on Ubuntu

Alan Bell, http://dominux.co.uk explained how to enable the installation of Notes 8 on Ubuntu.
Basically the installer requires bash rather than dash. To do this as Alan explained...
start a terminal session, and...

cd /bin
ls -l sh
this should show sh -> dash
sudo rm sh
sudo ln -s bash sh
ls -l sh
this should now show sh -> dash

Download the installer for Notes8 beta 2 for Linux from IBM and extract the archive by running...
tar -xvf notes8standard_linux_beta2_np.tar

Once this has been successfully completed you can run the Notes8beta installer by running ./setup.bin

From this point onwards the intsallation if basically the same as on the Windows platform.
After installation the client can be started by running ./notes from inside the clients directory.

I found that I had to exit the client and restart it to successfully get up and running.

Wednesday, March 07, 2007

Free Web Conferencing

www.yugma.com looks pretty good.
It's a free (no cost) web conferencing tool for 10 people and works on Mac as well as windows.

Apparently they also have a tool called LetsPowwow which is available on Linux