Thank you. Really appreciate for the help.
Original Message:
Sent: Sun February 23, 2025 09:48 PM
From: Chris Gibson
Subject: system dump device configuration related issue
Yes, that dump device config looks OK.
For fw-assisted dump, the space in /var is not initially that important, only the size of the dump device. When the system completes a successfully fw-assisted dump, the image is saved to the dump device (for example /dev/lg_dumplv). Unlike traditional dumps, or systems configured to dump to paging space (hd6), the dump is not automatically written to /var. So, to extract the dump image, after a successful dump, you run the savecore command. This command will save the system dump files to the directory that you specify. Meaning as long as you specify a directory/fs with sufficient free space, it'll be successful.
To estimate how large the dump might be, it is a good idea to run the following commands on the systems when they are busy:
sysdumpdev -e
/usr/lib/ras/dumpcheck -p
This can help ensure your dump device is large enough to hold a potential dump and give you an idea of how large the dump could be.
HTH.
------------------------------
Chris Gibson
------------------------------
Original Message:
Sent: Fri February 21, 2025 04:14 AM
From: Manoj Kumar
Subject: system dump device configuration related issue
Thank you Chris for this technote. I have review this and will follow the same. Currently we are using hd6 paging space as primary dump device so we need to move into dedicated dump device.
Have a question on that.
I hope the below settings are the best recommended one for system dump? How much free space do we need in /var file system to copy the system dump?
and I hope the calculation for creation of system dump for larger LPAR (Big Memory size) is the same
primary /dev/lg_dumplv
secondary /dev/sysdumpnull
copy directory /var/adm/ras
forced copy flag FALSE
always allow dump TRUE
dump compression ON
type of dump fw-assisted
full memory dump disallow
------------------------------
Manoj Kumar
Original Message:
Sent: Wed February 12, 2025 12:40 AM
From: Chris Gibson
Subject: system dump device configuration related issue
Take a look at this technote, as it may help you with this task: https://www.ibm.com/support/pages/managing-system-dump-devices#Determining_size
------------------------------
Chris Gibson