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
Thursday, 31 December 2009
Naughty [NumLock] key on Thinkpad R50e running Ubuntu
It spends much of its life fixed to a desk with an external USB keyboard, connected via a four port USB hub/speaker combination. In this manner, the [NumLock] key needs to be pressed ( on the external keyboard ) for the numeric keys to be usable.
However, when the hub etc. is unplugged e.g. when the laptop goes on the road, the [NumLock] light stays illuminated, meaning that the numeric keys on the Thinkpad's own keypad become activated, preventing half the keyboard from being used for its proper purpose e.g. the U key becomes a 4, the K key becomes a 2 etc. etc. etc.
The problem is that it's not easy to disable [NumLock] from within the Gnome X11 environment - switching to another virtual terminal using [Ctrl][Alt][F1] etc. sometimes works, but that's not a particularly elegant solution.
There are probably better ways, but a Google search found me NumlockX
which does the job far more elegantly.
I installed it as follows: -
sudo apt-get install numlockx
It has three parameters, easily displayed using the command numlockx -? which are: -
on - turns NumLock on in X ( default )
off - turns NumLock off in X
toggle - toggles the NumLock on and off in X
However, I didn't want to have to open a shell merely to do this, so I wrote a simple script: -
#!/bin/bash
numlockx off
saved as numlock.sh which, having set as executable ( chmod +x ) in my user's home directory, I then created a desktop shortcut ( via a Custom Application Launcher ) to it.
I placed this shortcut on the bottom panel, alongside Firefox, Thunderbird, Open Office, Skype etc. and now have a simple way of toggling the NumLock off.
If I wanted to, I could have amended the script to read: -
#!/bin/bash
numlockx toggle
to that I could change the state on AND off, at the click of a mouse button.
Simple ....
Problem with CUPS and Samba on Ubuntu 9.04 ( Jaunty Jalope )
Not having been aware of changing anything since this last worked, I was assuming that my Ubuntu box's configuration hadn't changed drastically, and I'd already checked the power and parallel ( old skool ) printer cables.
The error message that kept popping up was: -
"Failed To Print Document, Too Many Failed Attempts"
which wasn't particularly meaningful.
I started and stopped the printer via the CUPS web UI at: -
http://localhost:631/printers/
but to no avail.
I'd also tried starting and stopping CUPS, via the shell commands: -
sudo service cups restart
When I checked the CUPS error log /var/logs/cups/error.log, I saw the following errors, which appeared relevant: -
E [31/Dec/2009:13:56:27 +0000] cupsdReadClient: 17 IPP Read Error!
E [31/Dec/2009:13:58:13 +0000] cupsdReadClient: 17 IPP Read Error!
E [31/Dec/2009:14:00:01 +0000] cupsdReadClient: 17 IPP Read Error!
A quick Google search suggested that the problem might be with Samba (!) rather than CUPS, even though I'm printing directly from the application on the PC to which the printer is connected.
Be that as it may, I tried restarting Samba: -
sudo service samba restart
and tried to reprint the offending document.
Lo and behold, the printer started printing and we're back in the game ....
Weird but true ...
IBM WebSphere eXtreme Scale 6 by Anthony Chaves - my thoughts thus far
Wednesday, 30 December 2009
Integrating IBM Lotus Connections 2.5 with other applications
Wednesday, 23 December 2009
Sametime 8.5 - Should You Wait and Other Burning Questions?
- Community Server on a Domino platform (supported for Domino 8.5 but otherwise little changed from ST8.0.2)
- Meeting Server on WAS 7.0 (replaces existing Domino based scheduled meetings with persistent, always available, meeting 'spaces')
- Media Server on WAS 7.0 (audio and video services for the Meeting Server)
- Proxy Server on WAS 7.0 (no download Ajax browser client for IM, customisable / brandable via CSS)
Determining the best IBM Lotus Web Content Management delivery option for your needs
Thursday, 17 December 2009
Hmmm, fancy some XPages development training in London in February ?
Wednesday, 16 December 2009
New Redpiece - IBM Lotus Domino Integration using IBM Tivoli Directory Integrator
http://www.tdi-users.org/twiki/bin/view/Integrator/WebHome
Google Groups TDI Forum
http://groups.google.com/group/ibm.software.network.directory-integrator/topics?lnk=srg
Thursday, 10 December 2009
Shelling out on Ubuntu 9.10 ( Karmic Koala )
sudo ln -s /bin/bash /bin/sh
Thursday, 3 December 2009
WebSphere Portlet Factory 6.1.5 - My First Failure .... and success
a) Sun JRE 1.6.0_17-bo4 - jre-6u17-linux-i586-rpm.bin - from here http://javadl.sun.com/webapps/download/AutoDL?BundleId=35674
I clicked the "Test Connection" button ..... and saw .....
Caused by: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.SocketException: java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory; targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.SocketException: java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory]
com.bowstreet.designer.deploy.DeploymentException: An error occured trying to create the admin client. Check your Server Configuration inputs, and make sure your server is running.
Java(TM) 2 Runtime Environment, Standard Edition (build pxi32devifx-20090811 (SR10 +IZ56666+IZ56751))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20090707 (JIT enabled)
J9VM - 20090706_38445_lHdSMr
JIT - 20090623_1334_r8
GC - 200906_09)
JCL - 20090811
Tuesday, 1 December 2009
Oooh, shiny, WebSphere Portal and WebSphere Process Server together ...
Monday, 30 November 2009
Installing WebSphere Portal Express 6.1.5 on Linux
Installing%20WebSphere%20Portal%20Express%206.1.5%20on%20Linux.pdf
Enjoy !
Creating an IBM Lotus Web Content Management site structure with one click
If you work with IBM Lotus Web Content Management, one of your recurring tasks is defining site structure. This task by its nature is time-consuming and repetitive; you are required to take more than 10 distinct steps to create a single site or site area. Moreover, site structures are not portable by design; you cannot export your site structure from one library on one server to a different library on a different server. Instead, you need to recreate the entire site structure manually.
Because the number of sites and site areas that make up a single site structure can reach the thousands, you need a method to automate the process of defining the site structure and to make it easier to move, export, and import. In this article, you can learn a simple way to define your site structure as an XML file and deploy it accordingly.
Friday, 27 November 2009
Installing WebSphere Portal 6.1.5 on Linux ....
mkdir IL-1
tar xvzf CZ8H5ML.tgz -C IL-1
unzip C1HA2ML.zip -d IL-2
unzip CZ8I8ML.zip -d IL-3
unzip CZ8I9ML.zip -d IL-4
unzip CZ8IAML.zip -d IL-5
mkdir IL-1
tar xvzf CZ8H5ML.tgz -C IL-1
mkdir IL-2
tar xvzf CZ8HDML.tgz -C IL-2
unzip CZ8I4ML.zip -d IL-3
unzip CZ8I5ML.zip -d IL-4
unzip CZ8I6ML.zip -d IL-5
unzip CZ8I7ML.zip -d IL-5A
Thursday, 26 November 2009
Jon Mell - first it was the WebSphere Portal 4 deployment guide, now it's Lotus Connections 2.5 ...
...
Wednesday, 25 November 2009
WebSphere Portal and Lotus Web Content Management 6.1.5 are released ...
- Unleashes the power of social software capabilities such as blogs and wikis to convert Web site visitors to participants and customers.
- Reduces integration costs with Enterprise Content Management (ECM) solutions by leveraging out-of-the-box Document Picker to access content from ECM repositories such as FileNet, IBM Content Manager, and Quickr.
- Uses Web Content Integrator to provide incremental value by consuming and publishing of external content repositories.
- Enhances ease-of-use by enabling authoring of content and template creation using tools such as Dreamweaver and WebDAV hooks.
- Enhances rich text editor capabilities by embedding Ephox's EditLive Editor, thus, eliminating the need for separate installation.
Tuesday, 24 November 2009
Lotus Connections - Problems with person/people tagging in Profiles
To cut a long story short, the customer was seeing a problem whereby an authenticated user was unable to tag his/her own profile, using the Tags widget on the left-hand side of the My Profile page. There was no obvious error in the browser, and the tag cloud/list was never updated.
After much trial and error, we narrowed the problem domain down to it only occuring when we accessed LC via a pair of front-end HTTP server, via an HTTP load balancer - it's my understanding that the LB "merely" directs requests to one of the two IHS servers on a "round robin" basis, so has no real part to play in the story.
We were able to confirm that the problem WAS "caused" by the presence of the front-end IHS servers, by accessing Profiles directly on the WAS instance ( in the client's case, each Connections feature is clustered across two identical WAS ND nodes ). When we accessed Profiles in this way ( e.g. http://connections.uk.ibm.com:9088/profiles ), tagging worked as expected.
However, going via the HTTP servers ( both with the WAS plugin configured correctly to direct the requests to the cluster ), we saw the following string of messages ( some good, some bad ) in the IHS access.log file: -
192.168.1.3 - - [24/Nov/2009:13:07:02 +0000] "GET /profiles/html/myProfileView.do?lang=en HTTP/1.1" 200 41226
192.168.1.3 - - [24/Nov/2009:13:07:04 +0000] "GET /profiles/html/profileLocalTime.do?timezoneId=Europe%2FLondon&timeNow=1259067900000&lang=en HTTP/1.1" 200 17
192.168.1.3 - - [24/Nov/2009:13:07:04 +0000] "GET /profiles/ajax/getStatusMessage.do?key=39464090-6e3a-4543-9370-954f341c3096&lang=en HTTP/1.1" 200 1171
192.168.1.3 - - [24/Nov/2009:13:07:04 +0000] "GET /profiles/ajax/getWallContent.do?key=39464090-6e3a-4543-9370-954f341c3096&filter=PROFILE&type=ALL&lang=en HTTP/1.1" 200 12500
192.168.1.3 - - [24/Nov/2009:13:07:04 +0000] "GET /communities/service/atom/communities/all?userid=E7CEACE4-B7E8-BDD0-8025-76680020359C&ps=5 HTTP/1.1" 500 619
192.168.1.3 - - [24/Nov/2009:13:07:14 +0000] "POST /profiles/html/tagTypeahead.do?useJson=true HTTP/1.1" 200 8
192.168.1.3 - - [24/Nov/2009:13:07:15 +0000] "PUT /profiles/atom/forms/profileTags.do?targetKey=39464090-6e3a-4543-9370-954f341c3096&sourceKey=39464090-6e3a-454 3-9370-954f341c3096 HTTP/1.1" 403 319
192.168.1.3 - - [24/Nov/2009:13:07:15 +0000] "GET /profiles/auth/loginRedirect.do?loginReturnPage=%2Fprofiles%2Fhtml%2FmyProfileView.do%3Flang%3Den HTTP/1.1" 302 -
192.168.1.3 - - [24/Nov/2009:13:07:15 +0000] "GET /profiles/html/myProfileView.do?lang=en HTTP/1.1" 200 41226
192.168.1.3 - - [24/Nov/2009:13:07:16 +0000] "GET /profiles/html/profileLocalTime.do?timezoneId=Europe%2FLondon&timeNow=1259067960000&lang=en HTTP/1.1" 200 17
192.168.1.3 - - [24/Nov/2009:13:07:16 +0000] "GET /profiles/ajax/getStatusMessage.do?key=39464090-6e3a-4543-9370-954f341c3096&lang=en HTTP/1.1" 200 1171
192.168.1.3 - - [24/Nov/2009:13:07:16 +0000] "GET /profiles/ajax/getWallContent.do?key=39464090-6e3a-4543-9370-954f341c3096&filter=PROFILE&type=ALL&lang=en HTTP/1.1" 200 12500
192.168.1.3 - - [24/Nov/2009:13:07:16 +0000] "GET /communities/service/atom/communities/all?userid=E7CEACE4-B7E8-BDD0-8025-76680020359C&ps=5 HTTP/1.1" 500 619
Of these, we can ignore the HTTP 500 errors coming from Communities, as that feature is not running ( I've taken the logs from my own LC25 clustered environment, as I was able to recreate the customer's problem ).
The important error is the HTTP 403 coming from the PUT method.
The customer was also using the HTTP mod_write directive, which I've again reproduced on my own setup here: -
LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine on
RewriteCond %{REQUEST_METHOD} !^(GET|POST|HEAD)$
RewriteRule .* - [F]
Can you see the problem ? I bet you can - sadly, it took me a little longer ...
As mentioned, the person tagging feature uses the HTTP PUT method, rather than the more common HTTP POST method. The customer's configuration for mod_rewrite was explicitly blocking this, via the RewriteCond directive seen above.
Once we change the rule to read: -
RewriteCond %{REQUEST_METHOD} !^(GET|POST|HEAD|PUT)$
and restarted IHS, all was well.
The moral of the story ? Break a problem down into logical domains e.g. test the core of the environment ( in our case, accessing Profiles directly on WAS on port 9088 ) and, if that works, focus on the HTTP servers, in terms of (a) non-standard modules/directives and (b) the access and error logs.
With thanks to Erik Sorensen, the Lotus Connections support team in Mulhuddart, Dublin, and, of course, my customer.
Sorted :-)
Sunday, 22 November 2009
IBM HTTP Server installation wizard - not very wizardly
Wednesday, 18 November 2009
WSWS7007E and WSVR0501E Conflict between Lotus Connections 2.5 and Feature Pack for Web Services for WebSphere Application Server V6.1
WSWS7007E: The peoplepages.war application module cannot be loaded correctly because of the following error: com.ibm.ws.metadata.annotations.AnnotationException: Annotation processing failed for class: com/ibm/lconn/profiles/internal/service/AbstractCodesService.class
WSVR0501E: Error creating component null [class com.ibm.ws.runtime.component.ApplicationServerImpl]com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.metadata.annotations.AnnotationException: Annotation processing failed for class: com/ibm/lconn/profiles/internal/service/AbstractCodesService.class
WVER0012I: VersionInfo reporter version 1.15.4.3, dated 11/12/08
--------------------------------------------------------------------------------
IBM WebSphere Application Server Product Installation Status Report
--------------------------------------------------------------------------------
Report at date and time November 17, 2009 9:35:40 PM GMT
Installation
--------------------------------------------------------------------------------
Product Directory /opt/IBM/WebSphere/AppServer
Version Directory /opt/IBM/WebSphere/AppServer/properties/version
DTD Directory /opt/IBM/WebSphere/AppServer/properties/version/dtd
Log Directory /opt/IBM/WebSphere/AppServer/logs
Backup Directory /opt/IBM/WebSphere/AppServer/properties/version/nif/backup
TMP Directory /tmp
Product List
--------------------------------------------------------------------------------
ND installed
WEBSERVICES installed
Installed Product
--------------------------------------------------------------------------------
Name IBM WebSphere Application Server - ND
Version 6.1.0.23
ID ND
Build Level cf230910.10
Build Date 3/10/09
Installed Product
--------------------------------------------------------------------------------
Name WebServices Feature Pack
Version 6.1.0.23
ID WEBSERVICES
Build Level cf230907.03
Build Date 2/21/09
--------------------------------------------------------------------------------
End Installation Status Report
--------------------------------------------------------------------------------
SECJ0375E: Mismatch of realms during token validation
On the Federated Repositories page, enter an administrative user ID (for example, wasadmin) in the Primary administrative user name field. You can leave the other default settings, such as Realm name, unchanged. Note: The administrative user ID must be unique, and must not exist in the LDAP repository to be federated.
CLFRN1152E: Unable to contact the global search service. Please start the Search application if it is not started. If the service is started, please check the network connection.
All entries in this file should be updated to the Web server URL with the exception of the three bootstrap entries – two of which should not be modified at all. The only bootstrap entry which must be modified is that for search. Leave the host and port blank as shown:
[09/11/09 15:01:12:979 GMT] 00000037 TagCloudServi E com.ibm.lconn.comm.internal.service.TagCloudServiceImpl getEJBSearchHandlerFromSearchEjbDefault Caught naming exception!
javax.naming.ServiceUnavailableException: A communication failure occurred while attempting to obtain an initial context with the provider URL: "corbaloc:iiop:dm.uk.ibm.com:2811". Make sure that any bootstrap address information in the URL is correct and that the target name server is running. A bootstrap address with no port specification defaults to port 2809. Possible causes other than an incorrect bootstrap address or unavailable name server include the network environment and workstation network configuration. [Root exception is org.omg.CORBA.TRANSIENT: java.net.ConnectException: Connection refused:host=dm.demo.ibm,port=2811 vmcid: IBM minor code: E02 completed: No]
at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInitCtxFactory.java:1386)
Wednesday, 11 November 2009
IBM WebSphere eXtreme Scale 6 - Review to come
- Get hands-on experience with eXtreme Scale APIs, and understand the different approaches to using data grids
- Introduction to new design patterns for both eXtreme Scale and data grids in general
- Tutorial-style guide through the major data grid features and libraries
- Start working with a data grid through code samples and clear walkthroughs
Thursday, 5 November 2009
Lotus Connections 2.5 - All clustering together ...
Sunday, 1 November 2009
Fun and Games with Windows 7
Good news! I talked to a friend that worked in the Windows 7 development at Microsoft and he had the same prob with 2 of his computers and figured out the solution. While it doesn't make a whole lot of sense, the HDMI Audio comes from the video card drivers. I went to Intel's website and chose my video card, and they had Windows 7 RC drivers up, I downloaded those and installed, rebooted and my HDMI audio is now back in the soundcard list and I tested it, worked great! So to all of you above, go get the latest video card drivers and try again. Worked for me!
Wednesday, 28 October 2009
More portal laziness
[wsadmin] 2 PA_MPagesandFavorites OK is set to false
[wsadmin] 3 PA_Properties OK is set to false
[wsadmin] 4 PA_Eecontentandlayout OK is set to false
[wsadmin] 5 PA_appearance OK is set to false
[wsadmin] 6 PA_Set_Permissions OK is set to false
[wsadmin] 7 PA_portletWiring OK is set to false
[wsadmin] 8 PA_ThemesAndSkinsMgr OK is set to false
[wsadmin] 9 PA_Resource_Manager OK is set to false
[wsadmin] 10 PA_TCustomizerPortApp OK is set to false
[wsadmin] 11 PA_Portlet_Manager OK is set to false
[wsadmin] 12 PA_Manage_Webservices OK is set to false
[wsadmin] 13 PA_Web OK is set to false
[wsadmin] 14 PA_Principals_Manager OK is set to false
[wsadmin] 15 PA_ResourceView OK is set to false
[wsadmin] 16 PA_Credential_Admin OK is set to false
[wsadmin] 17 PA_PolicyExplorer OK is set to false
[wsadmin] 18 PA_PolicyEditor OK is set to false
[wsadmin] 19 PA_PolicyEditorCA OK is set to false
[wsadmin] 20 PA_Settings OK is set to false
[wsadmin] 21 PA_URL_mapping OK is set to false
[wsadmin] 22 PA_UniqueNames OK is set to false
[wsadmin] 23 PA_Markups_Manager OK is set to false
[wsadmin] 24 PA_Clients_Manager OK is set to false
[wsadmin] 25 PA_Import_XML OK is set to false
[wsadmin] 26 PA_WCM_Admin OK is set to false
[wsadmin] 27 PA_WebScanner OK is set to false
[wsadmin] 28 PA_FrequentUsers OK is set to false
[wsadmin] 29 PA_Tracing OK is set to false
[wsadmin] 30 PA_WPS_Welcome OK is set to false
[wsadmin] 31 PA_MageVirtualPortals OK is set to false
[wsadmin] 32 PA_TateCatalogPortApp OK is set to false
[wsadmin] 33 PA_PropertiesPortApp OK is set to false
[wsadmin] 34 PA_ParamConfig OK is set to false
[wsadmin] 35 PA_Roles OK is set to false
[wsadmin] 36 PA_ApplicationCatalog OK is set to false
[wsadmin] 37 PA_Policy_Status OK is set to false
[wsadmin] -------------------------------------------------------------------------
[wsadmin] 1 AJAX Proxy Configuration OK is set to false
[wsadmin] 2 CatalogHandler OK is set to false
[wsadmin] 3 DefaultApplication Not mapped to WebSphere_Portal
[wsadmin] 4 Feed_Servlet OK is set to false
[wsadmin] 5 IEHS_war OK is set to false
[wsadmin] 6 LWP_Mail_Servlets OK is set to false
[wsadmin] 7 LWP_People OK is set to false
[wsadmin] 8 Live_Object_Framework OK is set to false
[wsadmin] 9 PA_ApplicationCatalog OK is set to false
[wsadmin] 10 PA_Banner_Ad OK is set to false
[wsadmin] 11 PA_BksFinalJSRProject OK is set to false
[wsadmin] 12 PA_Blurb OK is set to false
[wsadmin] 13 PA_Bookmarks OK is set to false
[wsadmin] 14 PA_Clients_Manager OK is set to false
[wsadmin] 15 PA_Community_Port_App OK is set to false
[wsadmin] 16 PA_Credential_Admin OK is set to false
[wsadmin] 17 PA_DoWebAccessServlet OK is set to false
[wsadmin] 18 PA_Document_Viewer OK is set to false
[wsadmin] 19 PA_DynamicUIApp OK is set to false
[wsadmin] 20 PA_Eecontentandlayout OK is set to false
[wsadmin] 21 PA_FS_Disambiguation OK is set to false
[wsadmin] 22 PA_FeedReader OK is set to false
[wsadmin] 23 PA_FrequentUsers OK is set to false
[wsadmin] 24 PA_IBMCommonPIMPort OK is set to false
[wsadmin] 25 PA_Import_XML OK is set to false
[wsadmin] 26 PA_Login_Portlet_App skip is in exclude list
[wsadmin] 27 PA_LotusNotes OK is set to false
[wsadmin] 28 PA_LtusDocumentViewer OK is set to false
[wsadmin] 29 PA_LusWebConferencing OK is set to false
[wsadmin] 30 PA_MPagesandFavorites OK is set to false
[wsadmin] 31 PA_MageVirtualPortals OK is set to false
[wsadmin] 32 PA_Manage_Webservices OK is set to false
[wsadmin] 33 PA_Markups_Manager OK is set to false
[wsadmin] 34 PA_MosoftExchange2003 OK is set to false
[wsadmin] 35 PA_MyTeamspaces OK is set to false
[wsadmin] 36 PA_PTransformationApp OK is set to false
[wsadmin] 37 PA_Palette_Port_App OK is set to false
[wsadmin] 38 PA_ParamConfig OK is set to false
[wsadmin] 39 PA_PolicyEditor OK is set to false
[wsadmin] 40 PA_PolicyEditorCA OK is set to false
[wsadmin] 41 PA_PolicyExplorer OK is set to false
[wsadmin] 42 PA_Policy_Status OK is set to false
[wsadmin] 43 PA_PortalWSRPProxy OK is set to false
[wsadmin] 44 PA_Portlet_Manager OK is set to false
[wsadmin] 45 PA_Principals_Manager OK is set to false
[wsadmin] 46 PA_Properties OK is set to false
[wsadmin] 47 PA_PropertiesPortApp OK is set to false
[wsadmin] 48 PA_RSS OK is set to false
[wsadmin] 49 PA_Reminder OK is set to false
[wsadmin] 50 PA_ResourceView OK is set to false
[wsadmin] 51 PA_Resource_Manager OK is set to false
[wsadmin] 52 PA_Roles OK is set to false
[wsadmin] 53 PA_SIAPI OK is set to false
[wsadmin] 54 PA_SQL_Query OK is set to false
[wsadmin] 55 PA_SametimeWhoIsHere OK is set to false
[wsadmin] 56 PA_SearchSitemapPort OK is set to false
[wsadmin] 57 PA_Search_Center OK is set to false
[wsadmin] 58 PA_Selfcare_Port_App OK is set to false
[wsadmin] 59 PA_Set_Permissions OK is set to false
[wsadmin] 60 PA_Settings OK is set to false
[wsadmin] 61 PA_SmetimeContactList OK is set to false
[wsadmin] 62 PA_TCustomizerPortApp OK is set to false
[wsadmin] 63 PA_TateCatalogPortApp OK is set to false
[wsadmin] 64 PA_ThemesAndSkinsMgr OK is set to false
[wsadmin] 65 PA_TplApp OK is set to false
[wsadmin] 66 PA_Tracing OK is set to false
[wsadmin] 67 PA_URL_mapping OK is set to false
[wsadmin] 68 PA_UniqueNames OK is set to false
[wsadmin] 69 PA_WCMLRingPortJSR286 OK is set to false
[wsadmin] 70 PA_WCMLocalRendering OK is set to false
[wsadmin] 71 PA_WCM_Admin OK is set to false
[wsadmin] 72 PA_WCM_Authoring_UI OK is set to false
[wsadmin] 73 PA_WPS_Welcome OK is set to false
[wsadmin] 74 PA_Web OK is set to false
[wsadmin] 75 PA_WebAppIntegrator OK is set to false
[wsadmin] 76 PA_WebScanner OK is set to false
[wsadmin] 77 PA_appearance OK is set to false
[wsadmin] 78 PA_portletWiring OK is set to false
[wsadmin] 79 PA_spa OK is set to false
[wsadmin] 80 PA_wp.feedspace OK is set to false
[wsadmin] 81 PSESearchAdapter OK is set to false
[wsadmin] 82 PZN_Utilities OK is set to false
[wsadmin] 83 Personalization_Lists_6 skip is in exclude list
[wsadmin] 84 Personalization_Workspace_6 skip is in exclude list
[wsadmin] 85 Seedlist_Servlet OK is set to false
[wsadmin] 86 SpellCheckService OK is set to false
[wsadmin] 87 TemplateLibrary_Servlets skip is in exclude list
[wsadmin] 88 UserProfileRESTServlet OK is set to false
[wsadmin] 89 WSPolicyManager OK is set to false
[wsadmin] 90 WebResourceServlet.ear OK is set to false
[wsadmin] 91 content_j2ee skip is in exclude list
[wsadmin] 92 ibm_personTagServlet_war OK is set to false
[wsadmin] 93 ilwwcm-wcmimport OK is set to false
[wsadmin] 94 ilwwcm-wcmsearchseed OK is set to false
[wsadmin] 95 ivtApp Not mapped to WebSphere_Portal
[wsadmin] 96 jcrear skip is in exclude list
[wsadmin] 97 lwp.addtosametimelist_war OK is set to false
[wsadmin] 98 lwp_dynamicPersontag_war OK is set to false
[wsadmin] 99 lwp_groupsViewer_war OK is set to false
[wsadmin] 100 lwp_peoplePicker_war OK is set to false
[wsadmin] 101 lwp_peoplefinder_war OK is set to false
[wsadmin] 102 odc OK is set to false
[wsadmin] 103 pznpublish OK is set to false
[wsadmin] 104 pznscheduler OK is set to false
[wsadmin] 105 query Not mapped to WebSphere_Portal
[wsadmin] 106 wcm skip is in exclude list
[wsadmin] 107 wps skip is in exclude list
[wsadmin] -------------------------------------------------------------------------
[wsadmin] Done.
[wsadmin] Worked on 107 Applications. Modified: 96. Warning(s): 0
Reminder - installing podman and skopeo on Ubuntu 22.04
This follows on from: - Lest I forget - how to install pip on Ubuntu I had reason to install podman and skopeo on an Ubuntu box: - lsb_rel...
-
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...