Tinkering with Java 1.7 in the context of IBM BPM 8.5
This is part 1 of a WIP about moving from BPM 8.5.5 ( which requires Java 1.6 ) to BPM 8.5.7 ( which can tolerate Java 1.6 or 1.7 or 1.7.1 )Starting...
View ArticleBPM Upgrades - Which comes first - Process Center or Process Server ?
This question arises from time to time, so I thought I'd capture the official IBM position from the IBM Support Page: -Upgrading profiles from IBM Business Process Manager Version 8.5.x to IBM Business...
View ArticleIBM BPM - Upgrading and Adding Java 1.7.1 in one fell swoop
From my earlier post: -Tinkering with Java 1.7 in the context of IBM BPM 8.5Starting Position/opt/ibm/InstallationManager/eclipse/tools/imcl...
View ArticleIBM BPM - Upgrading and Adding Java 1.7.1 in one fell swoop - the latest BPM
Added to this: -IBM BPM - Upgrading and Adding Java 1.7.1 in one fell swoopAnd, as promised, here's a similar set of steps, but with the the latest BPM 8.5.7 code: -Starting...
View ArticleIBM Business Process Manager 8.5.7 - Updated
I noticed that a new fix pack for IBM BPM 8.5.7 has been released a few days ago: -as per this: -What's New in IBM Business Process Manager V8.5.7 Cumulative Fix 2016.12With this update, you can •...
View ArticleDeploy an IBM Operational Decision Manager topology with Docker Compose
To be competitive, companies must build, deploy, and scale applications faster than before. With adoption of the continuous build and DevOps approaches, application architecture trends shift from a...
View ArticleDocker - Setting Environment Variables within the Container
Something on Slack prompted me to look into this today …The requirement is to have the value of an environment variable passed from the host to the container, which I've POC'd below ( using WebSphere...
View ArticleNote to self - running commands via the Switch User command - su
For reference, as I know I'll need this again before too long …This is how I can stop the DB2 Administration Server and DB2 instance without needing to explicitly log in as a DB2 user: -su - -c...
View ArticleDB2 10.5 - Autostarting on Red Hat Enterprise Linux 7.2
I'm getting to grips with Red Hat Enterprise Linux (RHEL) 7.2, in the context of DB2, IBM BPM etc.QuestionWhy does DB2 not autostart on Red Hat Enterprise Linux 7 CauseIn Red Hat Enterprise Linux 7,...
View Article macOS Sierra and the stalled Xcode update
For some strange reason, Xcode decided not to update on my macOS Sierra box this AM, instead just sitting there in a "Waiting" state.As ever, I jumped onto Google and found this: -Xcode update stuck at...
View ArticleIBM API Connect - On Docker
Designed for organizations looking to streamline and accelerate their journey into the API economy, IBM API Connect is a comprehensive management solution that addresses all four aspects of the API...
View ArticlePKI - Using Public and Private Keys to access Linux via SSH
foobars ever, I have been on a voyage of discovery, learning how to access a remote Red Hat box ( RHEL 7.2 ) via SSH without passwords.Long story short, this RHEL box is actually hosted on KVM using...
View ArticleMore on SSH and PKI - Setting the appropriate permissions on your private key...
Following my earlier post: -PKI - Using Public and Private Keys to access Linux via SSHit's worth noting that Linux will attempt to help you out by warning you if your private key files have...
View ArticleOpenSSL - Tripped and fell on macOS
I was tinkering with a script that I'd written to test HTTPS endpoints: -test.sh (echo -ne "GET /DecisionService/ws/HelloWorldProject/1.0/HelloWorld?WSDL HTTP/1.0\r\nHost: example.com\r\n\r\n" ; cat) |...
View ArticleSSH with Passwords - And there's more
Following on from my earlier post: -PKI - Using Public and Private Keys to access Linux via SSHMore on SSH and PKI - Setting the appropriate permissions on your private key filesthis is my first...
View ArticleRed Hat Enterprise Linux 7.3 - Setting up a YUM Repository
Well, I've done this for most other RH-based distros over the years: -Red Hat Enterprise Linux 6.6 - Creating a local Yum repo - really really fastCentOS Linux - Setting up YumRed Hat Enterprise Linux...
View ArticleWebSphere Application Server 8.5.5 - Fixpack 11 Released
Latest fix packs for WebSphere Application Server8.5.5.11: WebSphere Application Server V8.5.5 Fix Pack 11Readme for IBM WebSphere Application Server traditional V8.5.5.11Recommended updates for...
View ArticleVMware Fusion, Red Hat Enterprise Linux 7.3 and the Case of the Missing...
So, having built out a new VM comprising Red Hat Enterprise Linux 7.3 ( aka Maipo ), I was startled to realise that VMware Tools was missing.Because, of course, I'd forgotten to install them.However,...
View ArticleRed Hat Enterprise Linux 7.3 - Setting the Hostname
In the past, I've always used the hostname command to set … the hostname of a Red Hat Enterprise Linux 6.X box, and edited /etc/sysconfig/network but things they've a-changed ….In RHEL 7.3, we now use...
View ArticleIBM BPM - Tinkering with Process Instance Cleanup - aka...
The context here is that I'm looking at the mechanisms for house-keeping an IBM Business Process Manager (BPM) environment, and am specifically focused upon process instances.I'm using BPM Advanced...
View Article