go to post Alexander Pettitt · May 2, 2024 1.9Tb will be days assuming ssd storage and slower if not.I would test a small amount during a low period.
go to post Alexander Pettitt · May 2, 2024 Truncate can only remove free space from the end of the file.Compact is asking how much free space do you want at the end of the file.The free space is likely not evenly distributed.I mostly used the ^DATABASE utility.
go to post Alexander Pettitt · May 2, 2024 Since you are on Cache still make sure it is ok to compact/truncate with your version.Run an integrity check after to validate the DAT.Expect large wij growth.Do @Enrico.Parisi's suggestion of a small amount first during a low utilization time.Mirror and shadow targets have to be done separately.
go to post Alexander Pettitt · Apr 29, 2024 It looks like you are missing the kill to cleanup. kill ^IRIS.TempIntegrityOutput(+$job) Something to know is you can pass a routine to IRIS but not a set. Look at the iris terminal options here.
go to post Alexander Pettitt · Apr 24, 2024 As a guess the shell is interpreting $job rather than passing it to IRIS. try this echo 'set sc=$$CheckList^Integrity(,,,,5) do Display^Integrity() kill ^IRIS.TempIntegrityOutput(+$job)' | iris session [INSTANCE] -U %sys one issue with this approach is you need to get the same IRIS session that the integrity check ran in.
go to post Alexander Pettitt · Mar 18, 2024 An instance name is not guarantied to be unique.hostname/ip + instance is.For example the instance name of our failover primary and backup is the same they are just on different hosts.We use DNS name not IP addresses though so we have DNS/instance for SystemName. Mirroring Configurations within a Single Data Center, Computer Room, or Campus
go to post Alexander Pettitt · Mar 15, 2024 I would ask your vendor what they develop on so you don't have to listen to an excuse around a support issue.
go to post Alexander Pettitt · Mar 10, 2024 I would check that your iris.key file exists and has not expired. Not sure where messages.log is on Windows but I would look at that over a Windows log.
go to post Alexander Pettitt · Mar 4, 2024 Guessing the upgrade did iris start [instance] nostu to not run any user code on startup.iris help start **** iris usage ****Syntax: iris start <instance name> [parameters]Description: Run the instance's irisstart procedure to bring InterSystems IRIS up.Optional parameters: quietly -> non-interactive, with minimal dialog nostu -> don't run startup routine (^STU) help -> list supported parameters EmergencyId=username,password -> start up in emergency mode Any other value is taken as a configuration file name with '.cpf' appended. If a configuration file is not specified, the file 'iris.cpf' is used.Example: iris start mystuff quietly <- uses file 'mystuff.cpf'Notes: Some instances might not have support for a particular parameter, or a new parameter could have been added. For a list of supported parameters for a specific instance, type: iris start <instance name> help
go to post Alexander Pettitt · Feb 7, 2024 The only thing from the preinstall doc that looks like a service is a webserver. You might look at this Estimating Memory Requirements. Did you do this? Semaphore Deletion Setting
go to post Alexander Pettitt · Jan 23, 2024 I would not completely replace users with LDAP. Database owner and admin should be local to the system. Make sure your LDAP source is not a single server.
go to post Alexander Pettitt · Jan 18, 2024 There are some clear warningssugestions in the documentation but very reasonable.Customizing Start and Stop Behavior with ^%ZSTART and ^%ZSTOP Routines - Design ConsiderationsUsing the ^ZMIRROR RoutineOne issue to consider is on Failover or DR mirrors the code might need to be in ZMIRROR not ZSTART. I don't think you need more than normal production code awareness.
go to post Alexander Pettitt · Dec 26, 2023 I don't have the linux version running now but the docs say systemctl status ISCAgent.serviceor if you have ISCAgentCtrlISCAgentCtrl statusUsage: ./ISCAgentCtrl start|stop|restart|status|usage
go to post Alexander Pettitt · Dec 21, 2023 The irisstat command with the -u option allows you to look at this without going into iris. You can also look at locks in the portal - Monitoring Locks
go to post Alexander Pettitt · Dec 18, 2023 This looks like what you want. https://cedocs.intersystems.com/ens20171/csp/documatic/%25CSP.Documatic.... I would consider upgrading to the latest Cache before using compact and truncate.Run an integrity check after to validate it didn't cause corruption. Read this to see if applies https://www.intersystems.com/product-alerts-advisories/alert-possible-da...
go to post Alexander Pettitt · Dec 14, 2023 I had to debug an application LDAP issue and I used to Apache Directory Studio. It turned out that the user had been copied from one OU to another and not moved.
go to post Alexander Pettitt · Nov 28, 2023 Can you login with iris session [instance] -U %sys? From there you can use ^SECURITY to change the password. One thing to check is use a text editor to make sure your keyboard is working by typing the password.
go to post Alexander Pettitt · Nov 27, 2023 Not sure that you have seen that Intersystems deprecated SAM November 13th.