Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
Tuesday, 27 October 2009
"CPU Over Temperture (sp) Error" when building up Orac
Sunday, 25 October 2009
Persistent Sessions and the Web Clipping portlet - not such good friends ...
Friday, 23 October 2009
When your VPN doesn't want to play ball on OSX ... flush your roots ( routes actually )
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
Content
Open Mic call: "Lotus Domino ID Vault" on October 22, 2009
Content
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.
Monday, 12 October 2009
Lotus Connections 2.5 - A Deployment in Six Parts ...
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...

-
Error "ldap_sasl_interactive_bind_s: Unknown authentication method (-6)" on a LDAPSearch command ...Whilst building my mega Connections / Domino / Portal / Quickr / Sametime / WCM environment recently, I was using the LDAPSearch command tha...
-
Another long story cut short, but I saw this: - curl: (58) unable to set private key file: 'dave.pem' type PEM from my Ansible...
-
Why oh why do I forget this ? Running this command : - ldapsearch -h ad2012.uk.ibm.com -p 389 -D CN=bpmbind,CN=Users,DC=uk,DC=ibm,DC=com -w...