Oracle Database Archives ~ fitzmoskal https://fitzmoskal.me/category/technologies/integration-experience/oracle-database/ You are _here_ Thu, 29 Feb 2024 18:13:53 +0000 en-GB hourly 1 https://wordpress.org/?v=6.9.4 https://fitzmoskal.me/wp-content/uploads/2024/02/cropped-result_880649-32x32.jpeg Oracle Database Archives ~ fitzmoskal https://fitzmoskal.me/category/technologies/integration-experience/oracle-database/ 32 32 11678478 UK Non-profit – Datacenter Migration https://fitzmoskal.me/uk-charity-datacenter-migration/ Wed, 21 Feb 2024 15:27:47 +0000 https://fitzmoskal.me/?p=1395 A UK non-profit organisation planned datacenter move within the next 12 months. The required an understanding of their environment, the

The post UK Non-profit – Datacenter Migration appeared first on fitzmoskal.

]]>

A UK non-profit organisation planned datacenter move within the next 12 months. The required an understanding of their environment, the servers, applications and storage. Their main focus was on Production, DMZ and Disaster Recovery.

A successful proof of concept had been carried out prior and they were ready for deployment of the ITAM scanning solution.

A workshop was conducted to assess their capabilities and readiness as well as determine how the solution would be deployed. This results in a Solution Design and commencement of the deployment of scanning.

The client also required modelling of their application architecture in preparation, so they could understand the dependencies for the move. As well as delivering on these requirements within a six week timeframe, I was able to provide additional value by identifying approximately 100 Windows servers that were out of compliance.

The post UK Non-profit – Datacenter Migration appeared first on fitzmoskal.

]]>
1395
British Transport Company – Business Application Modelling & SSL Certificate Discovery https://fitzmoskal.me/british-transport-company-business-application-modelling-ssl-certificate-discovery/ Tue, 20 Feb 2024 19:53:34 +0000 https://fitzmoskal.me/?p=1380 I was contracted to a this British Transport Company to provide consultancy services in the area of modelling approximately 60

The post British Transport Company – Business Application Modelling & SSL Certificate Discovery appeared first on fitzmoskal.

]]>

I was contracted to a this British Transport Company to provide consultancy services in the area of modelling approximately 60 business applications. Some of them had been modelled before but had fallen behind on maintenance and the model had drifted. Others needed to be modelled from scratch.

The method chosen by the client was to do the modelling through questionnaires to SMEs who would provide the initial seed data. This then allowed me to model the architecture for each application.

Whilst working onsite, I was asked if it was possible scan and report details of SSL certificates, as the company was having issues with certificates expiring. I quoted them work on developing a solution from scratch that would work with BMC Discovery. This was designed and implemented within 3 days, which allowed the client to save £20,000 on an anual subscription to a 3rd part piece of software.

The post British Transport Company – Business Application Modelling & SSL Certificate Discovery appeared first on fitzmoskal.

]]>
1380
Investment Bank – ITAM & DB Migration https://fitzmoskal.me/investment-bank-itam/ Tue, 20 Feb 2024 15:57:32 +0000 https://fitzmoskal.me/?p=1321 I maintained a long-term relationship with a European Investment Bank based in Canary Wharf. As part of a team of

The post Investment Bank – ITAM & DB Migration appeared first on fitzmoskal.

]]>

I maintained a long-term relationship with a European Investment Bank based in Canary Wharf. As part of a team of consultants we had repeat work to maintain and upgrade their ITAM solution. I personally delivered on a 3-week critical project to facilitate a database migration. This involved liaising with lead DBAs to extract metadata from MS SQL, PostgreSQL and Sybase databases for the solution architecture.

This was a sensitive project given the job threat to the existing DBA SMEs. I faced open hostility from one SME in particular who’s tactic was to delay providing information and not respond to emails.

I resolved this with face to face contact, without letting any request go unanswered. I also used low-level escalation to my project sponsor. This did result in a tactical complaint from the SME to the project board, however my sponsor was satisfied with my approach, hitting their 3-week deadline and no fault could be found. I resolved not to make matters personal, which is how I managed to stay focused on delivery.

The post Investment Bank – ITAM & DB Migration appeared first on fitzmoskal.

]]>
1321
Middle Eastern Oil Company – CMDB ITAM Deployment https://fitzmoskal.me/me-oil-company-cmdb-itam-deployment/ Tue, 20 Feb 2024 15:04:19 +0000 https://fitzmoskal.me/?p=1307 I was assigned as a consultant to a large Middle Eastern Oil Company for six weeks onsite. BMC Discovery was

The post Middle Eastern Oil Company – CMDB ITAM Deployment appeared first on fitzmoskal.

]]>

I was assigned as a consultant to a large Middle Eastern Oil Company for six weeks onsite. BMC Discovery was their chosen IT Asset Management solution and their objectives were to deploy, scan their networks and model various services comprised of Oracle RAC Clusters, IBM LPARs and HMCs, Databases and add 2-way CMDB synchronisataion with custom asset locations.

The deployment and solution was delivered within the six week timeframe to satisfaction of the client. In addition they were supplied with various reports as value add. In one case they were able to identify a number of database servers which had been marked as decommissioned but not physically turned off. This improved their visibility and avoided ongoing costs and risk of exploited vulnerabilities in unmonitored infrastructure.

The post Middle Eastern Oil Company – CMDB ITAM Deployment appeared first on fitzmoskal.

]]>
1307
Spooning with Pentaho Data Integrator https://fitzmoskal.me/spooning-with-pentaho-data-integrator/ Fri, 14 Mar 2014 12:47:26 +0000 http://wafitz.net/?p=861 Pentaho Data Integrator is a neat open source, cross-platform tool for making light work of ETL. I have it set up

The post Spooning with Pentaho Data Integrator appeared first on fitzmoskal.

]]>
Pentaho Data Integrator is a neat open source, cross-platform tool for making light work of ETL. I have it set up on my Ubuntu laptop and can run it directly from the command line, or as part of a chron job.

However I found a couple of annoyances when running it from CLI, one was in having to keep a terminal window open, the other was having to run it from it’s install directory – particularly when it comes to relative path names for kettle jobs.

So I created an alias that runs PDI in an interactive shell allowing you to run it from one a word command, and it occurred to me that this might be useful to share. Here you go:

alias spoon='sh -c '\''cd /opt/pentaho/data-integration; ./spoon.sh&'\'''

 

The post Spooning with Pentaho Data Integrator appeared first on fitzmoskal.

]]>
861