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
Sunday, 29 March 2009
Performance tuning IBM Lotus Quickr services for Lotus Domino
Saturday, 28 March 2009
Exploring IBM Accelerators for WebSphere Portal
Thursday, 19 March 2009
Rational Application Developer 7.5 and WebSphere Portal 6.1 Together
Aid Memoire - Lotus Quickr Services for Lotus Domino - Specifying super user access to the server
A user granted super user access to the server can read and edit every page in every place, customize every place, control the membership of every place, create places, and use the Site Administration link to perform administration tasks. By default, no super user is defined.
Wednesday, 18 March 2009
Causing Lotus Quickr Services for Lotus Domino to update it's search index ...
> load updall LotusQuickr\foobar\search.nsf
which should return: -
03/18/2009 09:38:00 PM Index update process started
03/18/2009 09:38:00 PM Updating views in C:\Program Files\IBM\Lotus
\Domino\data\LotusQuickr\foobar\search.nsf
03/18/2009 09:38:00 PM Updating search site database 'C:\Program Files
\IBM\Lotus\Domino\data\LotusQuickr\foobar\search.nsf'
03/18/2009 09:38:00 PM Finished updating search site database 'C:
\Program Files\IBM\Lotus\Domino\data\LotusQuickr\foobar\search.nsf'
03/18/2009 09:38:02 PM Index update process shutdown
( where foobar is the name of the Quickr place )
Fun and Games with the New Site Wizard portlet
Lotus Quickr Services for Lotus Domino - Performance Tuning Documentation
Lotus Quickr 8.1 services for Lotus Domino performance tuning guide
http://www-01.ibm.com/support/docview.wss?rs=3264&uid=swg27015319
Performance tuning IBM Lotus Quickr services for Lotus Domino
http://www.ibm.com/developerworks/data/library/techarticle/dm-0802tessarek/index.html
Saturday, 14 March 2009
WebSphere Portal Express 6.1.0.1 and Lotus Domino 8.5 Together
- setting the Base DN parameter IS a bad idea with Domino, as group distinguished names (DN) are never "qualified" with a domain name e.g. you'll never see cn=wpsadmins,o=ibm as a group name
Never be tempted to set this parameter unless you're 100% sure that the group names ARE qualified - forgetting to qualify the user names for Bind distinguished name, Primary administrative user name and Primary Portal administration user name
Always remember to qualify user names e.g. cn=wpsadmin, o=ibm as appropriate.
If in doubt, use the LDAPSEARCH tool provided with Domino to check e.g. ldapsearch -h hostname cn=wpsadmin - The absolutely biggest mistake was failing to take advantage of the fact that we were running a VMware environment which provides the most useful snapshot facility.
We had the capability AND FAILED TO USE IT.
If in doubt, BACK UP, BACK UP, BACK UP
Security Fix Required: Access problems with BasicAuthTAI in WebSphere Portal
Friday, 13 March 2009
DB2 License included with WebSphere Portal 6.1 CDs expires after 90 days
Wednesday, 11 March 2009
WebSphere Portal Express 6.1.0.1 - My First Look ...
Sunday, 8 March 2009
WebSphere Portlet Factory and Domino Together
Saturday, 7 March 2009
It's not just IBMers who moan about PowerPoint ...
Thursday, 5 March 2009
Update Strategy for WebSphere Portal versions 6.0 and 6.1
updates for IBM® WebSphere® Portal versions 6.0 and 6.1 and provides
tentative availability dates for future deliveries. By implementing a
consistent and timely update strategy, customers can avoid
rediscovering the problems we have already fixed and maintain a more
stable and robust environment.
Key Content Resources for Lotus Web Content Management
system requirements, wikis, discussion forums, support technotes and
product documentation, are available for Lotus Web Content Management.
Lotus Sametime Deployment at IBM
IBM WebSphere Portal Document Manager migration tool
designed to migrate library content from IBM WebSphere Portal Document
Manager V5.1 or V6.0.
Note to self - use kubectl to query images in a pod or deployment
In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...
-
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...
-
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...
-
Whilst building a new "vanilla" Kubernetes 1.25.4 cluster, I'd started the kubelet service via: - systemctl start kubelet.se...