- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Shortening Memory Dump Time
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 03:35 AM
04-26-2005 03:35 AM
Re: Shortening Memory Dump Time
Multiply that by 24 (Jack has 48 GB) and you have 10 minutes.
But the clue process is running detached. So harm should be limited.
I once had the problem that the dump was on the system disk, a shadow merge had to be done due to the crash and a lot of cluster stations without system disk were trying to boot. The clue process was still active after 2 hours and the stations didn't boot correctly.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 03:40 AM
04-26-2005 03:40 AM
Re: Shortening Memory Dump Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 03:51 AM
04-26-2005 03:51 AM
Re: Shortening Memory Dump Time
Thanks for tracking down the internal info. This confirms what most of have presumed - that the dump I/O is *synchronous* and (at least in my case) is getting written to a non-cached device.
As soon as I get a chance, I'm going to create a DOSD to a SAN disk on another test system here, disable compressed/selective dumping to get the maximum amount of memory dumped, and force a crash. With EVA RAIDed disks and large controller cache I expect to see a noticable reduction in dump time.
Thanks again to everyone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 04:12 AM
04-26-2005 04:12 AM
Re: Shortening Memory Dump Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 04:56 AM
04-26-2005 04:56 AM
Re: Shortening Memory Dump Time
I'm going to create a DOSD to a SAN disk
I have no docs at hand right now, but if my memory serves me well, a DSOD has to be 'directly connected' (somewhere in the chapter about setting it up).
Or does a SAN disk also fit that description?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 05:32 AM
04-26-2005 05:32 AM
Re: Shortening Memory Dump Time
http://h71000.www7.hp.com/DOC/722final/6650/6650pro_003.html#index_x_84
""2.14.1.1 System Dump to System Disk on Alpha
If there is more than one path to the system disk, the console environment variable DUMP_DEV must describe all paths to the system disk. This ensures that if the original boot path becomes unavailable because of failover, the system can still locate the system disk and write the system dump to it.
...
Certain configurations (for example, those using Fibre Channel disks) may contain more combinations of paths to the system disk than can be listed in DUMP_DEV.""
Best is to read the whole section as it appears that there are some, well, let's be nice and call them "limitations".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 05:34 AM
04-26-2005 05:34 AM
Re: Shortening Memory Dump Time
I have no docs at hand right now, but if my memory serves me well, a DOSD has to be 'directly connected' (somewhere in the chapter about setting it up).
Or does a SAN disk also fit that description?
Yes, a SAN disk does count; just be sure to correctly set the DUMP_DEV environment variable with all the available paths to the device.
You'll most likely need to use the WWIDMGR to make all the paths visible at the console, as you would for a bootable device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 06:05 AM
04-26-2005 06:05 AM
Re: Shortening Memory Dump Time
I presently have a 1GB disk on our EVA as the cluster quorum disk, with basically nothing on it. I'm thinking of expanding that disk to hold the dump file.
Any potential problems with using a quorum disk to hold a dump file? thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 06:11 AM
04-26-2005 06:11 AM
Re: Shortening Memory Dump Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 07:11 AM
04-26-2005 07:11 AM
Re: Shortening Memory Dump Time
I solved the boot problem by allowing only 1 node in the startup at the time, thus the nodes are serialy booted. It takes a long time but all nodes boot without any problem.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 07:13 AM
04-26-2005 07:13 AM
Re: Shortening Memory Dump Time
timing the operation for CLUE during startup (from CLUE$STARTUP.LOG) is not a valid measurement for the speed of writing the whole dumpfile. CLUE only needs to read a small part of the dump.
Why not try SDA> COPY/DECOMPRESS NLA0: ? If we assume, that no special performance optimizations have been coded into the COPY command, this should take about the same (or a little bit less) time than writing the dump. It will also perform the decompression - with the same algorithm and CPU load as the compression when writing the dump.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 07:18 AM
04-26-2005 07:18 AM
Re: Shortening Memory Dump Time
sorry if I didn't make it clear, but that's what meant by 'staggered boot':
only a subset of satellites it booting at the same time.
Volker,
NLA0: is a record-oriented device. Does this affect your experiment? I've heard about cases where a disk-to-disk COPY was supposed to be faster than a COPY to the null device due to switch to record mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 07:30 AM
04-26-2005 07:30 AM
Re: Shortening Memory Dump Time
the dump file is opened for Block I/O, so it should work fine when copying it to the null device.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 09:29 PM
04-27-2005 09:29 PM
Re: Shortening Memory Dump Time
ES40 833 MHZ, V7.3-2, DUMPSTYLE=13, DOSD dump to local 9 GB SCSI disk (BF00963643), 4 GB memory, Dumpfile size: 905852 blocks.
Time to dump: 7:29 min = 449 sec
Highest VBN written: 905852.
Uncompressed equivalent: 3142461.
Compression ratio: 3.47 : 1 (28.8%)
Dump write rate: 452 MB in 449 sec = 1 MB/sec
None of the SDA> COPY/DECOMPRESS etc. tests show an equivalent throughput rate (the same dump file as above was used for the tests):
SDA> COPY/DECOMPRESS NLA0: from HSG80 shared disk: 61 sec
SDA> COPY/DECOMPRESS from local SCSI disk: 23 sec
SDA> COPY/COMPRESS TO local SCSI disk: 98 sec
So the only real throughput data has to come from the real crash, no other similar operation provides meaningful data.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 05:12 AM
08-06-2007 05:12 AM
Re: Shortening Memory Dump Time
- « Previous
-
- 1
- 2
- Next »