Saving supportsave data to an attached usb device – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 67

Advertising
background image

Network OS NETCONF Operations Guide

35

53-1003231-02

supportSave data

3

<host>10.38.33.131</host>

<directory>/home/admin/support</directory>

<password>h8F!@m</password>

<rbridge-id>5</rbridgeid>

</scp>

</support>

</copy>

</nca:data>

</nca:action>

</rpc>

<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"

xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="316">

<copy xmlns="urn:brocade.com:mgmt:brocade-fc-auth">

<support>

<scp>

<supportSaveResult>

<rbridge-id>5</rbridge-id>

<status-code>success</status-code>

</supportSaveResult>

</scp>

</support>

</copy>

</rpc-reply>

Saving supportSave data to an attached USB device

You can use a Brocade-branded USB device to save the support data. The Brocade-branded USB
device comes with factory-configured default directories and interacts with the Network OS CLI.

1. To enable the USB device, issue the <system>/<usb>/<on> custom action located in the

urn:brocade.com:mgmt:brocade-ras namespace.

In the VCS Fabric mode only, include the <rbridge-id> leaf element under the <on> node and
specify the routing bridge on which you want to enable the USB device.

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="317">

<nca:action xmlns:nca="http://tail-f.com/ns/netconf/actions/1.0">

<nca:data>

<system xmlns="urn:brocade.com:mgmt:brocade-ras">

<usb>

<on>

<rbridge-id>27</rbridge-id>

</on>

</usb>

</system>

</nca:data>

</nca:action>

</rpc>

<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="317">

<ok/>

</rpc-reply>

2. To display the default directories, issue the <system>/<usb>/<dir> custom action located in

the urn:brocade.com:mgmt:brocade-ras namespace.

In the VCS Fabric mode only, include the <rbridge-id> leaf element under the <dir> node and
specify the routing bridge for which you want to display the default directories.

Advertising