Hi, there are several posts by Mark Bolinsky on cloud architectures including DR. Probably simplest to search for his name and browse through the articles for a good overview.
- Log in to post comments
Hi, there are several posts by Mark Bolinsky on cloud architectures including DR. Probably simplest to search for his name and browse through the articles for a good overview.
Ignoring whether there is a %SYSTEMJournal:IsPrimary() or some such (I simply don't know). If primary and alternate are on their own separate disk devices (dev/sdj/pri_journals) you will see writes only on one of them. Not very bulletproof but depends on what you are looking for.
I used csession; so not answering your question, but;
# Run pButtons test profile, hs_instance is a variable
- name: Run pButtons test profile
command:
'csession {{ hs_instance }} -U %SYS "run^pButtons(\"test\")"'
tags: pbuttons
See:
https://community.intersystems.com/post/provision-caché-application-usi…
Hi, I have not tested on 2020.1. Are you saying there is no change in any of the metrics after 40 seconds on a busy system?
Hi, yes you can import using the system management portal; System >Classes Then import into %SYS.
Here is version information before;
%SYS>write $$version^SystemPerformance()14
After import, you can see the version information changed. Also note there was a conversion run. The custom profile I had created before the import existed after the update.
%SYS>write $$version^SystemPerformance()
$Id: //iris/2020.1.0/databases/sys/rtn/diagnostic/systemperformance.mac#1 $
%SYS>d ^SystemPerformance
Re-creating command data for new ^SystemPerformance version.
Old command data saved in ^IRIS.SystemPerformance("oldcmds").
Current log directory: /path/path/iris/mgr/
Available profiles:
1 12hours - 12 hour run sampling every 10 seconds
2 24hours - 24 hour run sampling every 10 seconds
3 30mins - 30 minute run sampling every 1 second
4 4hours - 4 hour run sampling every 5 seconds
5 5_mins_1_sec- 5 mins 1 sec
6 8hours - 8 hour run sampling every 10 seconds
7 test - A 5 minute TEST run sampling every 30 seconds
Select profile number to run: 5
Collection of this sample data will be available in 420 seconds.
The runid for this data is 20200518_094753_5_mins_1_sec.
%SYS>You can also import from the command line;
USER>zn "%SYS"
%SYS>do $system.OBJ.Load("/path/SystemPerformance-IRIS-All-2020.1.0-All.xml","ck")
Load started on 05/18/2020 10:02:13
Loading file /path/SystemPerformance-IRIS-All-2020.1.0-All.xml as xml
Imported object code: SystemPerformance
Load finished successfully.
%SYS>thanks :)
I think Vic's links are a good place to start. Every application is such a snowflake that it is very hard to make blanket recommendations. The community link will give you a good idea of how system resources are used and what to monitor to be aware of whether your app is near limits of has resources tp spare that could be rightsized. The documentation links are good for Caché / IRIS general guidelines as well.
Thanks Julius! this is very helpful with "Solution 1:" :)
Hi, that is the location on Linux. If you are on Windows, for example, it will be as per docker documentation:
https://docs.microsoft.com/en-us/virtualization/windowscontainers/manag…
OK, I see you are running Red Hat 7 . You will have to follow the Red Hat documentation. I suggest you check online, possibly: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_… or contact Red Hat support for the process.
Hi, the information is the same for IRIS. I have a task to update all my posts for IRIS. However, in general, for system-level details like these, there is no change.
You can find more valuable details here;
https://docs.intersystems.com/iris20212/csp/docbook/Doc.View.cls?KEY=GC…
❤
Hi, I had a session at last years global summit on Ansible. I gave an example of doing CPF merge.
https://community.intersystems.com/post/ansible-modules-and-iris-demo
Not sure if its much help, but here is some traps I found that may help explain the connection strings.
https://community.intersystems.com/post/access-iris-database-odbc-or-jd…