Tuesday, 27 October 2009

"CPU Over Temperture (sp) Error" when building up Orac

Whilst reviewing my notes from my recent PC build, I found a scrawled error message that I was seeing not long after I first powered up the new box: -

CPU Over Temperture (sic) Error

This message popped up at the BIOS stage, and caused the machine to power down after a couple of minutes. When the machine was actually running, the CPU was running at 95 degrees C whereas it should've been running at a much lower temperature.

After much faffing about, it turned out that I had not properly seated the stock fan/cooler that came with the Intel Q9550 CPU. This is, in fact, much harder than it looks - whilst the cooler has four little "feet" that plug into the motherboard, this is actually very difficult to do, whilst the motherboard is in the case.

In the end, I pulled the machine apart again, and seated the CPU *and* cooler on the mobo with the board on the desk ( actually sitting on a pad of paper ). Despite this, I still found that I needed to flex the mobo somewhat, which felt a bit strange. However, everything fitted together and the machine has been running consistently, at 30-35 degrees C, since then.

The moral of the story ? Check the fitting between the cooler and CPU.

PS It's worth noting that the Intel CPU comes with some pre-applied thermal paste - I didn't need to replace this, despite having fitted/removed the cooler many times - if I'd continued to experience problems, I'd have been down the PC store to get more paste ( Shippams will NOT do ).

Sunday, 25 October 2009

Persistent Sessions and the Web Clipping portlet - not such good friends ...

A salutory lesson from a friend and customer of ours, Andrew Frayling, that might you avoid the recent performance challenges that he's been seeing with his implementation of WebSphere Portal: -

Retiring the Portal Wibble Dance

Friday, 23 October 2009

When your VPN doesn't want to play ball on OSX ... flush your roots ( routes actually )

For some reason, my VPN connection doesn't always want to work when I wake up my Macbook, even if I wasn't  actually using it. As an example, I was working in the office today on a fixed Ethernet connection, with no need to run the VPN and the AirPort wireless adapter turned off.

When I got home and woke up the Macbook, I turned on the AirPort, connected to my home wireless, and started my VPN client ( Lotus Mobile Connect ). Whilst the VPN connected without problems, I was still unable to connect to any intranet sites, either via browser or Notes client.

I've seen this problem before on OSX and on Linux, but couldn't ( for 20 minutes or so ) remember the solution ....

Finally, during an episode of the Simpsons in which Homer shows American sports stars how to celebrate when they win something ( endzone run ? ), I remembered the solution.

a) Open the Terminal application
b) Enter sudo route flush
c) Enter your password
d) Wait for the command to complete
e) Disable / enable Airport
f) Restart the VPN client

There's probably a better way but .....

Remember "Nerds Do It ... Rarely" 

Thursday, 22 October 2009

Learning to VMRUN

I was also seeing the exception: -

Error: The virtual machine cannot be found

when using the VMRUN command ( I'm running VMware Server 2.0 on Ubuntu 9.0.4 64-bit ) as follows: -

vmrun -t server -h https://hostname.domainname.com:8333/sdk -u root -p passw0rd register "/vmwares/domino/Virtual\ Machine.vmx"

Having validated the path to the .VMX file ( /vmwares is a mount point for a 1 TB drive formatted as EXT4 ), I was also baffled.

The syntax of the VMRUN command does imply a logical/physical path to the VM: -

"[storage1] vm/myVM.vmx"

and I was missing the obvious - the phrase [storage1].

I followed the advice given here to start a VM from the Web UI and then issue the command: -

vmrun -t server -h https://hostname.domainname.com:8333/sdk -u root -p passw0rd list

which showed the running VM as: -

[VMwares on Samsung] domino/Virtual\ Machine.vmx

Once I had this ( slightly strange ) "path", I was good to go.

I can now start my VM as follows: -

vmrun -t server -h https://hostname.domainname.com:8333/sdk -u root -p passw0rd start "[VMwares on Samsung] domino/Virtual\ Machine.vmx"

and, if I want to be mean, stop it as follows: -

vmrun -t server -h https://hostname.domainname.com:8333/sdk -u root -p passw0rd stop "[VMwares on Samsung] domino/Virtual\ Machine.vmx"

Simple :-)

Thanks to the VMware Communities folks here

Wednesday, 21 October 2009

How to enable lazy load of portlet applications during Portal startup

Had missed this Technote from earlier in the year, but it came into a client conversation about reducing the amount of portal applications being loaded when WebSphere Portal first starts up.

Abstract

This technote describes how to enable and disable the startup of administrative and sample portlets during Portal startup to speed up the server start and reduce the Portal memory footprint. 
 
Content

WebSphere Portal 6.1.0.2 introduces a new configuration task to enable and disable the lazy load of administrative and sample Portlet Applications. When enabled the applications are not loaded during startup of the server but when accessed for the first time.

Open Mic call: "Lotus Domino ID Vault" on October 22, 2009

Abstract

The IBM Lotus Domino team will host an Open Mic Question and Answer session regarding the "Lotus Domino ID Vault" on Thursday, October 22, 2009 at 10 AM Eastern Time (2:00 GMT).
 
Content

The IBM Lotus Domino team will host an Open Mic Question and Answer session regarding the "Lotus Domino ID Vault" on Thursday, October 22, 2009 at 10 AM Eastern Time (2:00 GMT). The call will last 60 minutes. Please dial into the call 5 minutes before the scheduled start. The Open Mic call will be recorded for future use. This document will be updated with a link to the recording when available.

You can submit your question in advance by posting a response document at the following link: http://www.lotus.com/ldd/nd8forum.nsf/DateAllThreadedWeb/55ab70f247ebb97985257650005a4530?OpenDocument

We will also answer live questions on the call without pre-submission. You must have a touchtone phone to be able to ask a question.

Note to self - Firefox and local connections

 Whilst trying to hit my NAS from Firefox on my Mac, I kept seeing errors such as:- Unable to connect Firefox can’t establish a connection t...