< Home

Loading the Patch File

This section provides a sample of loading the patch file using the rpc method.

Table 1 Loading the patch file

Operation

XPATH

rpc

/huawei-system-patch/patch-operation

Data Requirements

Table 2 Loading the patch file

Item

Data

Description

Patch type

device-bin-patch-type

-

Type of an operation on the patch file

load

Load the patch file.

Action taken after the patch file is loaded

running

If the type of an operation on the patch file is set to load, this field indicates the action taken after the patch file is loaded.

Patch name

patch_boxfile_special_1_39818.pat

Specify the patch file to be loaded.

Request Example

<?xml version="1.0" encoding="UTF-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="e5ceb2c0-8168-11e7-b741-bdb31760b42e">
  <patch:patch-operation xmlns:patch="urn:huawei:params:xml:ns:yang:huawei-system-patch">
    <patch:patch-type>device-bin-patch-type</patch:patch-type>
    <patch:operations>
      <patch:operation>
        <patch:type>load</patch:type>
        <patch:operation-parameters>
          <patch:status-after-load>running</patch:status-after-load>
          <patch:name>patch_boxfile_special_1_39818.pat</patch:name>
        </patch:operation-parameters>
      </patch:operation>
    </patch:operations>
  </patch:patch-operation>
</rpc>

Response Example

Pre-processing succeeds.

<?xml version='1.0' encoding='UTF-8'?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="e5ceb2c0-8168-11e7-b741-bdb31760b42e">
  <ok/>
</rpc-reply>

Pre-processing fails.

<?xml version='1.0' encoding='UTF-8'?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="141a5f30-2736-11e8-baf2-b8a61503722a">
  <rpc-error xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
    <error-type>application</error-type>
    <error-tag>operation-failed</error-tag>
    <error-severity>error</error-severity>
    <error-app-tag>1</error-app-tag>
    <error-message>Service process failed.</error-message>
  </rpc-error>
</rpc-reply>
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >