Missing stemcell on Bosh director | OM 3.0.21+LTS-T and ubuntu-jammy 1.318
search cancel

Missing stemcell on Bosh director | OM 3.0.21+LTS-T and ubuntu-jammy 1.318

book

Article ID: 293875

calendar_today

Updated On:

Products

Operations Manager

Issue/Introduction

Missing stemcell error on Bosh director tile shown after upgrading to Ops Manager 3.0.21+LTS-T with the Jammy Stemcell version 1.318 (as the latest one).
Bosh tile


This behavior can be seen via Platform Automation when the stemcell version is upgraded to 1.318 before upgrading Ops Manager 3.0.21 which includes Jammy stemcell 1.318.

Environment

Product Version: Other

Resolution

Steps for a fix:

  • ssh onto ops manager
  • sudo su tempest-web
  • psql tempest_production
  • select * from stemcells;
Identify the id for the stemcell that is on disk already
  • update stemcells set present_on_disk=true where id = ID_FROM_ABOVE_STEP;

The Missing Stemcell warning should go away at this point, so you can continue with an Apply Change process.