These are my rough n' ready notes, based on one installation thus far: -
Installation of WebSphere Portal 6.0.1 fixpack
but it worked for me.
In essence, I had to upgrade WebSphere Application Server Network Deployment to 6.0.2.17, upgrade WebSphere Process Server to 6.0.1 ( I always choose to use WPS underneath Portal, ready to get started with the My Tasks portlets etc. ) and then upgrade WebSphere Portal itself.
On a Thinkpad T60p with 3GB, I guess the entire process took about 2 hours, including the downloads ( via a nice fast network connection ).
As always, caveat emptor.
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
Wednesday, 18 April 2007
Wednesday, 11 April 2007
Redbook - WebSphere Portal Version 6 Enterprise Scale Deployment Best Practices
http://www.redbooks.ibm.com/abstracts/sg247387.html
[PDF] http://www.redbooks.ibm.com/redbooks/pdfs/sg247387.pdf
[PDF] http://www.redbooks.ibm.com/redbooks/pdfs/sg247387.pdf
WebSphere Portal version 6.0 refresh pack 1 released
Abstract
This refresh pack updates IBM® WebSphere® Portal 6.0 (6.0.0.0) or 6.0.0.1 to version 6.0.1.
Description
This refresh pack updates IBM WebSphere Portal, including Server, Enable and Extend editions as well as WebSphere Portal Express v6.0, and Workplace Web Content Management™ (WCM) from the 6.0.0.0 or 6.0.0.1 level to the 6.0.1.0 service release level.
URL
http://www-1.ibm.com/support/docview.wss?uid=swg24015257
This refresh pack updates IBM® WebSphere® Portal 6.0 (6.0.0.0) or 6.0.0.1 to version 6.0.1.
Description
This refresh pack updates IBM WebSphere Portal, including Server, Enable and Extend editions as well as WebSphere Portal Express v6.0, and Workplace Web Content Management™ (WCM) from the 6.0.0.0 or 6.0.0.1 level to the 6.0.1.0 service release level.
URL
http://www-1.ibm.com/support/docview.wss?uid=swg24015257
Tuesday, 3 April 2007
It's been a looooooooooooooong time ...... Domino and Sametime on AIX
Apologies for lack of posts in the past month or so, but it's been hectic times.
However, have just completed some testing to help a BP deploy Domino 7.0.2 and Sametime 7.5 on AIX. There are a few curveballs, probably down to my penchance for not RTFM'ing but diving straight in.
However, it works and I can connect to it from (ahem) Notes 8 beta2, and all is well.
Let me know if anyone wants my notes, with the usual caveats :)
However, have just completed some testing to help a BP deploy Domino 7.0.2 and Sametime 7.5 on AIX. There are a few curveballs, probably down to my penchance for not RTFM'ing but diving straight in.
However, it works and I can connect to it from (ahem) Notes 8 beta2, and all is well.
Let me know if anyone wants my notes, with the usual caveats :)
Subscribe to:
Posts (Atom)
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...