Hello all,older than 2-3 days, as I recall. So several days of journal files are adding up.
I have recently upgraded my system from GTM to yottadb, as part of a larger migration to a more recent version of Ubuntu LTS.
I got a notice today that one of my hard drives was almost full. Researching this, I found that that my journal files were quite large, 3 GB generated in 1 day. That is much more than I have experienced in the past. My scripts delete journal files
I opened the .mjl file with an editor to see if I could get any ideas, and while much of the data is unreadable, there were many string entries referencing taskman tasks, and the %ZTSCH global. (This yottadb is supporting a VistA EMR).
I seem to remember years ago when setting up my prior GT.M, that I configured the database to exclude journaling on certain globals that are subject to much churning, including ^TMP.
I tried scanning through the journal information in the yottadb operation guide, here: https://docs.yottadb.com/AdminOpsGuide/ydbjournal.html
It seem that when turning on journaling, it is done for "regions." But I am not sure how regions of the database correspond to particular globals.
Summary:
-- How to stop journaling for particular globals?
Thanks
Kevin Toppenberg.
For my future reference, I found in the AdminOpsGuide that a better way to view the contents of the .mjl file is via the commandolder than 2-3 days, as I recall. So several days of journal files are adding up.
mupip journal -extract=-stdout -forward
And after pressing [enter], I am prompted for the name of the journal file.
Kevin
On Sunday, July 11, 2021 at 4:51:20 PM UTC-4, kdtop wrote:
Hello all,
I have recently upgraded my system from GTM to yottadb, as part of a larger migration to a more recent version of Ubuntu LTS.
I got a notice today that one of my hard drives was almost full. Researching this, I found that that my journal files were quite large, 3 GB generated in 1 day. That is much more than I have experienced in the past. My scripts delete journal files
Kevin,I opened the .mjl file with an editor to see if I could get any ideas, and while much of the data is unreadable, there were many string entries referencing taskman tasks, and the %ZTSCH global. (This yottadb is supporting a VistA EMR).
I seem to remember years ago when setting up my prior GT.M, that I configured the database to exclude journaling on certain globals that are subject to much churning, including ^TMP.
I tried scanning through the journal information in the yottadb operation guide, here: https://docs.yottadb.com/AdminOpsGuide/ydbjournal.html
It seem that when turning on journaling, it is done for "regions." But I am not sure how regions of the database correspond to particular globals.
Summary:
-- How to stop journaling for particular globals?
Thanks
Kevin Toppenberg.
For my future reference, I found in the AdminOpsGuide that a better way to view the contents of the .mjl file is via the commandolder than 2-3 days, as I recall. So several days of journal files are adding up.
mupip journal -extract=-stdout -forward
And after pressing [enter], I am prompted for the name of the journal file.
Kevin
On Sunday, July 11, 2021 at 4:51:20 PM UTC-4, kdtop wrote:
Hello all,
I have recently upgraded my system from GTM to yottadb, as part of a larger migration to a more recent version of Ubuntu LTS.
I got a notice today that one of my hard drives was almost full. Researching this, I found that that my journal files were quite large, 3 GB generated in 1 day. That is much more than I have experienced in the past. My scripts delete journal files
I opened the .mjl file with an editor to see if I could get any ideas, and while much of the data is unreadable, there were many string entries referencing taskman tasks, and the %ZTSCH global. (This yottadb is supporting a VistA EMR).
I seem to remember years ago when setting up my prior GT.M, that I configured the database to exclude journaling on certain globals that are subject to much churning, including ^TMP.
I tried scanning through the journal information in the yottadb operation guide, here: https://docs.yottadb.com/AdminOpsGuide/ydbjournal.html
It seem that when turning on journaling, it is done for "regions." But I am not sure how regions of the database correspond to particular globals.
Summary:
-- How to stop journaling for particular globals?
Thanks
Kevin Toppenberg.
Kevin –older than 2-3 days, as I recall. So several days of journal files are adding up.
https://docs.yottadb.com/AcculturationGuide/acculturation.html#global-directories-point-to-global-variables shows how a region defines a set of global variables to be mapped to a database file.
Also, instead of typing mupip journal -extract=-stdout -forward and waiting to be prompted for a journal file name, you can type mupip journal -extract=-stdout -forward <journalfilename> all on the command line.
Regards
– Bhaskar
On Sunday, July 11, 2021 at 5:48:45 PM UTC-4, kdtop wrote:
For my future reference, I found in the AdminOpsGuide that a better way to view the contents of the .mjl file is via the command
mupip journal -extract=-stdout -forward
And after pressing [enter], I am prompted for the name of the journal file.
Kevin
On Sunday, July 11, 2021 at 4:51:20 PM UTC-4, kdtop wrote:
Hello all,
I have recently upgraded my system from GTM to yottadb, as part of a larger migration to a more recent version of Ubuntu LTS.
I got a notice today that one of my hard drives was almost full. Researching this, I found that that my journal files were quite large, 3 GB generated in 1 day. That is much more than I have experienced in the past. My scripts delete journal files
I opened the .mjl file with an editor to see if I could get any ideas, and while much of the data is unreadable, there were many string entries referencing taskman tasks, and the %ZTSCH global. (This yottadb is supporting a VistA EMR).
I seem to remember years ago when setting up my prior GT.M, that I configured the database to exclude journaling on certain globals that are subject to much churning, including ^TMP.
I tried scanning through the journal information in the yottadb operation guide, here: https://docs.yottadb.com/AdminOpsGuide/ydbjournal.html
It seem that when turning on journaling, it is done for "regions." But I am not sure how regions of the database correspond to particular globals.
Summary:
-- How to stop journaling for particular globals?
Thanks
Kevin Toppenberg.
show -region
Kevin –older than 2-3 days, as I recall. So several days of journal files are adding up.
https://docs.yottadb.com/AcculturationGuide/acculturation.html#global-directories-point-to-global-variables shows how a region defines a set of global variables to be mapped to a database file.
Also, instead of typing mupip journal -extract=-stdout -forward and waiting to be prompted for a journal file name, you can type mupip journal -extract=-stdout -forward <journalfilename> all on the command line.
Regards
– Bhaskar
On Sunday, July 11, 2021 at 5:48:45 PM UTC-4, kdtop wrote:
For my future reference, I found in the AdminOpsGuide that a better way to view the contents of the .mjl file is via the command
mupip journal -extract=-stdout -forward
And after pressing [enter], I am prompted for the name of the journal file.
Kevin
On Sunday, July 11, 2021 at 4:51:20 PM UTC-4, kdtop wrote:
Hello all,
I have recently upgraded my system from GTM to yottadb, as part of a larger migration to a more recent version of Ubuntu LTS.
I got a notice today that one of my hard drives was almost full. Researching this, I found that that my journal files were quite large, 3 GB generated in 1 day. That is much more than I have experienced in the past. My scripts delete journal files
I opened the .mjl file with an editor to see if I could get any ideas, and while much of the data is unreadable, there were many string entries referencing taskman tasks, and the %ZTSCH global. (This yottadb is supporting a VistA EMR).
I seem to remember years ago when setting up my prior GT.M, that I configured the database to exclude journaling on certain globals that are subject to much churning, including ^TMP.
I tried scanning through the journal information in the yottadb operation guide, here: https://docs.yottadb.com/AdminOpsGuide/ydbjournal.html
It seem that when turning on journaling, it is done for "regions." But I am not sure how regions of the database correspond to particular globals.
Summary:
-- How to stop journaling for particular globals?
Thanks
Kevin Toppenberg.
Bhaskar (or others),
I'm just now getting to study this document. As I follow along, I typed in GDE --> show -region.
show -region
*** REGIONS ***
Std
Inst
Dynamic Def Rec
Key
Null
Null
Freeze
Qdb
Epoch
LOCK
Region Segment Coll Size
Size
Subs
Coll
Jnl
on Err
Rndwn
Taper
AutoDB
Stats
Crit -------------------------------------------------------------------------------
------------------------------------------------------------
DEFAULT DEFAULT 0 256
64
NEVER
N
N
N
N
Y
N
Y
Sep
The output wraps around, around, like the display width is too narrow. So I drag the putty window out wide, and it still does it. So it must be the definition of the display width is incorrect in yottadb. I tried logging into VistA to set up theterminal parameters. But then GDE won't launch, giving the following message
yottadb>do ^GDE
%YDB-E-COLLDATAEXISTS, Collation type cannot be changed while subscripted local
data exists
%GDE-I-NOACTION, Not updating Global Directory /opt/worldvista/EHR/g/mumps.gld
yottadb>kill
But after I issue a KILL, it will run.
So how do I set up the terminal properly?
Thanks
Kevin
On Monday, July 12, 2021 at 5:21:45 PM UTC-4, K.S. Bhaskar wrote:files older than 2-3 days, as I recall. So several days of journal files are adding up.
Kevin –
https://docs.yottadb.com/AcculturationGuide/acculturation.html#global-directories-point-to-global-variables shows how a region defines a set of global variables to be mapped to a database file.
Also, instead of typing mupip journal -extract=-stdout -forward and waiting to be prompted for a journal file name, you can type mupip journal -extract=-stdout -forward <journalfilename> all on the command line.
Regards
– Bhaskar
On Sunday, July 11, 2021 at 5:48:45 PM UTC-4, kdtop wrote:
For my future reference, I found in the AdminOpsGuide that a better way to view the contents of the .mjl file is via the command
mupip journal -extract=-stdout -forward
And after pressing [enter], I am prompted for the name of the journal file.
Kevin
On Sunday, July 11, 2021 at 4:51:20 PM UTC-4, kdtop wrote:
Hello all,
I have recently upgraded my system from GTM to yottadb, as part of a larger migration to a more recent version of Ubuntu LTS.
I got a notice today that one of my hard drives was almost full. Researching this, I found that that my journal files were quite large, 3 GB generated in 1 day. That is much more than I have experienced in the past. My scripts delete journal
I opened the .mjl file with an editor to see if I could get any ideas, and while much of the data is unreadable, there were many string entries referencing taskman tasks, and the %ZTSCH global. (This yottadb is supporting a VistA EMR).
I seem to remember years ago when setting up my prior GT.M, that I configured the database to exclude journaling on certain globals that are subject to much churning, including ^TMP.
I tried scanning through the journal information in the yottadb operation guide, here: https://docs.yottadb.com/AdminOpsGuide/ydbjournal.html
It seem that when turning on journaling, it is done for "regions." But I am not sure how regions of the database correspond to particular globals.
Summary:
-- How to stop journaling for particular globals?
Thanks
Kevin Toppenberg.
On Thursday, July 15, 2021 at 9:22:20 AM UTC-4, kdtop wrote:
Bhaskar (or others),
I'm just now getting to study this document. As I follow along, I typed in GDE --> show -region.
... snip --terminal parameters. But then GDE won't launch, giving the following message
The output wraps around, around, like the display width is too narrow. So I drag the putty window out wide, and it still does it. So it must be the definition of the display width is incorrect in yottadb. I tried logging into VistA to set up the
- snip -
Kevin, YottaDB does not respond to dynamic terminal window resizing (which would need a handler for SIGWINCH to be implemented, much as there exists a handler for SIGUSR1/SIGUSR2). From the shell maximize your terminal window before going into YottaDB.You can also examine a global directory directly from a shell using the command: yottadb -run GDE <<<"show -command"
Regards
– Bhaskar
Hello all,older than 2-3 days, as I recall. So several days of journal files are adding up.
I have recently upgraded my system from GTM to yottadb, as part of a larger migration to a more recent version of Ubuntu LTS.
I got a notice today that one of my hard drives was almost full. Researching this, I found that that my journal files were quite large, 3 GB generated in 1 day. That is much more than I have experienced in the past. My scripts delete journal files
I opened the .mjl file with an editor to see if I could get any ideas, and while much of the data is unreadable, there were many string entries referencing taskman tasks, and the %ZTSCH global. (This yottadb is supporting a VistA EMR).
I seem to remember years ago when setting up my prior GT.M, that I configured the database to exclude journaling on certain globals that are subject to much churning, including ^TMP.
I tried scanning through the journal information in the yottadb operation guide, here: https://docs.yottadb.com/AdminOpsGuide/ydbjournal.html
It seem that when turning on journaling, it is done for "regions." But I am not sure how regions of the database correspond to particular globals.
Summary:
-- How to stop journaling for particular globals?
Thanks
Kevin Toppenberg.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 399 |
Nodes: | 16 (2 / 14) |
Uptime: | 101:31:29 |
Calls: | 8,363 |
Calls today: | 2 |
Files: | 13,165 |
Messages: | 5,897,912 |