copy core-dump vsf member daemon
Syntax
copy core-dump vsf member <MEMBER-ID>
daemon [<DAEMON-NAME> | <DAEMON-NAME>:<INSTANCE-ID>]
<REMOTE-URL> [vrf <VRF-NAME>]
copy core-dump vsf member <MEMBER-ID>
daemon [<DAEMON-NAME> | <DAEMON-NAME>:<INSTANCE-ID>]
<STORAGE-URL>
Description
Copies the core-dump from the specified daemon using TFTP, SFTP or USB.
Command context
Manager (#
)
Parameters
vsf member <MEMBER-ID>
Specifies the member-id of the VSF member. Optional.
<DAEMON-NAME>
Specifies the name of the daemon. Required.
[:<INSTANCE-ID>]
Specifies the instance of the daemon core dump. Optional.
<REMOTE_URL>
Specifies the remote destination URL. Required. The syntax of the URL is the following:
Syntax:
{tftp:// | sftp://<USER>@}{<IP> | <HOST>}[:<PORT>][;blocksize=<VAL>]/<FILE>
vrf <VRF-NAME>
Specifies the VRF name. If no VRF name is provided, the VRF named default is used. Optional.
<STORAGE-URL>
Specifies the USB to copy command output. Required.
Syntax:
{usb}:/<FILE>
Authority
Administrators or local user group members with execution rights for this command.
Examples
Copying the core dump from daemon hpe-sysmond to a remote URL with a VRF named mgmt:
switch# copy core-dump vsf member 1 daemon hpe-sysmond sftp://abc@10.0.14.206/sysmon.xz vrf mgmt