#334 – byop – Bring Your Own Patches – an Infra-DPK Builder

This week on the podcast, Dan discusses a new tool he built to simplify CPU patches by using the same tools as the Infrastructure DPK. byop, or Build Your Own Patches, will take a list of patches to download and store them in a format that matches the Infrastructure DPK.

The PeopleSoft Administrator Podcast hosted by Dan Iverson and Kyle Benson.

Show Notes

Dan’s method to apply CPU patches

Custom Fact to trigger Infrastructure-DPK processing

  • /puppet/production/modules/pt_role/lib/facter/cpu.rb

    # Set the env var APPLY_INFRA_CPU=true and run the DPK to apply the Infra-DPK patches
    Facter.add(:apply_infra_cpu) do
      setcode do
        apply_infra_cpu = ENV["APPLY_INFRA_CPU"] || 'false'
      end
    end
    

Bash alias I use to apply CPU patches via Infrastructure-DPK

$ alias applycpu='sudo APPLY_INFRA_CPU=true && puppet apply -e "contain ::pt_profile::pt_tools_deployment" --confdir <dpk_home>/puppet -d'
$ applycpu
 

#323 – patchBot

The PeopleSoft Administrator Podcast hosted by Dan Iverson and Kyle Benson

This week on the podcast, Dan discusses his experience running a DR test in Oracle Cloud. Dan and Kyle also talk about patchBot, a tool to get notifications about new patches on Oracle Support, and some updates to their Rundeck OCI Node Classifier.

Show Notes

#261 – Improving with Marginal Gains


This week on the podcast, Kyle and Dan talk about improving yourself and your team with compounding marginal gains. We discuss ways you become a better admin or developer and simplify your work.

Show Notes

#208 – 2019 Fall UMRUG Recap


This week on the podcast, Dan and Kyle recap some of the great discussions and sessions at the 2019 Fall UMRUG meeting. Kyle also talks about some great ideas for using the ACCTLOCK field.

Show Notes

#201 – Troubleshooting DPK Issues


This week on the podcast, Kyle shares some tips on escalating your SR’s and what to expect when you do escalate. Dan dives into a DPK Password issue and how he approaches troubleshooting with the DPK.

Show Notes

Troubleshooting Steps

  1. Work to Replicate the issue/Look at code (if possible)
  2. MOS/Local Knowledge Base (wiki or tickets)
  3. Isolate the cause/Eliminate variables/Research Logs
  4. Attempt to understand the flow/technology/stack
  5. Develop root-cause theory
  6. Test to prove/disprove theory

#193 – Unified Compare Reports


This week, Kyle and Dan discuss SSH port knocking, a possible MOS API for Weblogic patching, and the excellent DMSViewer tools. Dan also shares some thoughts on the Unified Compare Reports in PeopleTools 8.56+.

Show Notes

#181 – Flood Stage


This week on the podcast, we share some MOS tips to stay updated on changes to PeopleSoft, Dan explains how Elasticsearch handles a full disk, and Kyle shares an “Oh No!” story.

Show Notes

#159 – Serverless and PeopleSoft


This week on the podcast, Dan discusses some tuning considerations for Elasticsearch and Kyle gives us an overview of serverless computing and how PeopleSoft could use it.

Show Notes