go to post Scott Roth · Mar 1, 2023 @Lorenzo Scalese How did you configure/install ZMIRROR? Where does it need to be put for the system to recognize it needs to run? I understand what ZMIRROR does, just looking for examples.
go to post Scott Roth · Feb 28, 2023 The documentation mentions the use of ZMIRROR to Monitor the Mirroring.... Does anyone have any code/scripts they would be willing to share that shows me how ZMIRROR works and how it can be used? Does ZMIRROR have to be scripts that are run on each part of the Mirror to monitor the status or can this be done on the server that is the Arbiter? How can one detect that a failover is happening and therefore kick of shell level scripts to execute stuff on the OS Level such as moving the VIP and syncing directories?
go to post Scott Roth · Feb 28, 2023 We wanted to know if we could get the status from the Arbiter to tell a shell script at the OS level to kick off... to failover the VIP, and additional directories at the server level that is not part of the IRIS mirror.
go to post Scott Roth · Feb 24, 2023 Does anyone have some good examples of ZSTART, ZSTOP, or ZMIRROR that they use to start the External Language Server like the %JDBC Server? As we move to mirroring I worry about remembering to start up the %JDBC Server if it does not start automatically. Please and thanks Scott
go to post Scott Roth · Feb 22, 2023 Is there a way that we could get the status of the mirror from the arbiter, so it can kick of failover scripts to move things to our failover node that is non IRIS related?
go to post Scott Roth · Feb 21, 2023 Yes at the Application level we will be using a VIP, I just wonder I should of used that same VIP for the mirroring setup with the Async (DR) node.
go to post Scott Roth · Feb 21, 2023 My Certifications/Load Certifications doesn't appear to be working for me. When I click Load Certifications, nothing happens besides the button being shaded.
go to post Scott Roth · Feb 21, 2023 Do I need a Virtual IP specific for the Mirror? What happens if we fail over to Node B, but the Async (C) was pointed to the mirror on Node A. What happens to the Async?
go to post Scott Roth · Feb 21, 2023 The quick and dirty answer is yet. I have something similar where I created specific pages geared towards others outside of my group to allow them access to their specific page built for their data lookup tables to be modified. I created a specific role for this, and we manage access to that role by using an AD group/Delegated Authentication.
go to post Scott Roth · Feb 16, 2023 I've decided to just go with the ISCAgent install right now, thanks. I will keep this in mind when I have time to revisit it.
go to post Scott Roth · Feb 15, 2023 I redid my commands to make sure I did the login before the run, and still got the same error.
go to post Scott Roth · Feb 15, 2023 I am not too familar with podman as I have used it only a couple of times. I downloaded the repository, but I am not sure where to go from there. If I just try... [XXXXX@int-intarb-vt01 ~]$ sudo podman run containers.intersystems.com/intersystems/arbiterTrying to pull containers.intersystems.com/intersystems/arbiter:latest...Error: initializing source docker://containers.intersystems.com/intersystems/arbiter:latest: reading manifest latest in containers.intersystems.com/intersystems/arbiter: manifest unknown: The named manifest is not known to the registry.
go to post Scott Roth · Feb 8, 2023 Without having to go into each individual piece of code to add it to the git repository, when creating a new repository is there a quick way to import all the existing code from the name space into the Repository?
go to post Scott Roth · Feb 6, 2023 Do I need to setup the Mirror before I install the Arbiter? Is there any configuration that I need to do for the Arbiter to see the mirror running on my 3 hosts?
go to post Scott Roth · Jan 30, 2023 Thanks for the suggestions, so I would need to add this to a copy of EnsLib.HL7.Service.FileService to call as it reads in the message? Or would I call a service then send it another service to parse and remove the misc characters before it starts reading it in as HL7?
go to post Scott Roth · Jan 26, 2023 I meant how do I inner join across namespaces in SQL? I was trying to write a query or use some of the Cache code above to connect the two together for my boss. Thanks
go to post Scott Roth · Jan 26, 2023 How do I connect the %SYS to our Production namespace in SQL to tie the date/times to the Class file?
go to post Scott Roth · Jan 26, 2023 Unfortunately we do not log that Auditing item, as I tried creating a new Operation, but did not see an entry in the Audit log. Is there anywhere else a Creation Date/Insert date maybe logged for an object?
go to post Scott Roth · Jan 26, 2023 Is there a way to tell when a Config Item was created within Ens_Config?
go to post Scott Roth · Jan 23, 2023 Currently there is a select few of us in the group that use Git and Local Repos for VS code, but I want to make this more wide spread for our team as most use the Editors off of the Management Portal to do their coding. Does anyone have steps they have used in the past to move towards Server Side Source Control from creating the Repos on your Server, getting the IRIS Code into the new Repo you created on your server, and pushing it to github?