Delete Upgrade Package

Contents


1   Description

This instruction describes how to delete an upgrade package managed object. It can be done once an upgrade package has been applied and is no longer needed on the Managed Element (ME).

Note:  
If the upgrade file initially was retrieved from a Uniform Resource Identifier (URI), this operation deletes it together with the managed object. If the upgrade package file initially was downloaded with the SSH File Transfer Protocol (SFTP), this operation does not delete it from the ME.

2   Procedure

2.1   Delete Upgrade Package

Prerequisites

Steps

  1. Navigate to the SwM managed object, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SwM=1

  2. Check the available upgrade packages:

    (SwM=1)>show -v

    The following example output shows an upgrade package managed object targeting an upgrade of the software version to the revision already activated is visible. The upgrade package is no longer applicable to the current software version and can be deleted.

    SwM=1
    [...]
       UpgradePackage=UpgradePackage=ERIC_UP-CXP9020355_1-R7F01
  3. Delete the UpgradePackage managed object, for example:

    (SwM=1)>removeUpgradePackage ManagedElement=NODE06ST,SystemFunctions=1,SwM=1,UpgradePackage=ERIC_UP-CXP9020355_1-R7F01

    The system returns output true or false.

  4. Verify the success of the deletion operation and that the UpgradePackage managed object is deleted:

    (SwM=1)>show -v

    The following example output shows the final result. If state=RUNNING, the operation is not yet completed. Result result=FAILURE means that the deletion failed.

    SwM=1
    [...]
       reportProgress <read-only>
          actionName="RemoveUpgradePackage" <read-only>
    [...]
          result=SUCCESS <read-only>
    [...]
          state=FINISHED <read-only>
    [...]
    


Copyright

© Ericsson AB 2016, 2017. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Delete Upgrade Package