Question Luis Alcaraz · Apr 10, 2024

Emergency Access on a Lockeddown Iris Kit

What user can be used to initiate IRIS container in emergency access mode on startup? 

Product version: IRIS 2023.3

Comments

Robert Cemper · Apr 10, 2024

in docker-compose.yml  set
 

  command: -b "sleep 1d" 
  • then you have a full day to access your container
  • start IRIS manually  from bash as you need it
0
Robert Cemper  Apr 10, 2024 to Robert Cemper

BTW:  from bash inside the container run

/iris-main -h

to see all available options
 

0
Erik Hemdal · Apr 15, 2024

Robert Cemper has a good idea for getting the container running so you can do work.  Or you can use iris-main to tell IRIS not to start when you bring the container up.

The user and password for EmergencyId is one you define for that session, so it can be whatever you choose.  See https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls… for the details.

Knowing more about why you want emergency mode can help us get you a better answer.

0