copy support-log vsf member

Syntax

copy support-log vsf member <MEMBER-ID> <DAEMON-NAME> 
     {<STORAGE-URL> | <REMOTE-URL> [vrf <VRF-NAME>]}

Description

Copies the specified support log for a daemon using TFTP, SFTP or USB.

Command context

Manager (#)

Parameters

<MEMBER-ID>

Specifies the member-id of the VSF member. Optional.

<DAEMON-NAME>

Specifies the name of the daemon. Required.

{<STORAGE-URL> | <REMOTE-URL> [vrf <VRF-NAME>]}

Selects either the storage URL or the remote URL for the destination of the copied command output. Required.

<STORAGE-URL>

Specifies the USB to copy command output.

Syntax: {usb}:/<FILE>

<REMOTE-URL>

Specifies the URL to copy the command output.

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.

Usage

Fast log is a high performance, per-daemon binary logging infrastructure used to debug daemon level issues by precisely capturing the per daemon/module/functionalities debug traces in real time. Fast log, also referred to as support logs, helps users to understand the feature internals and its specific happenings. The fast logs from one daemon are not overwritten by other daemon logs because fast logs are captured as part of a daemon core dump. Fast logs are enabled by default.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Copying the support log from the daemon hpe-fand to a remote URL with a VRF named mgmt:

switch# copy support-log vsf member 2 hpe-fand tftp://10.100.0.12/file vrf mgmt

Copying the support log from the daemon hpe-fand to a USB:

switch# copy support-log vsf member 2 hpe-fand usb:/support-log