system node coredump save
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Save an unsaved kernel coredump
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system node coredump save
command saves a specified core dump. If the node has already attempted to save the core dump by the value specified by the -save-attempts
parameter, the command prompts you before continuing. The -save-attempts
parameter is set by invoking the command system node coredump config modify . A saved core dump can be uploaded to a remote site for support analysis; see the system node coredump upload command man page for more information.
Parameters
-node {<nodename>|local}
- Node That Owns the Coredump-
This specifies the node on which the core dump is located.
-corename <text>
- Coredump Name-
This specifies the core dump that is to be saved.
Examples
The following example saves a core dump named core.101268397.2010-05-30.19_37_31.nz on a node named node0:
cluster1::> system node coredump save -node node0 -corename core.101268397.2010-05-30.19_37_31.nz