Info Security Memo
  • Blog
  • Sitemap
    • Categories
  • Contact
  • About
  • Resources
  • Tools
  • 51sec.org

Build Confidence

Focusing on Information Security 

Info Security Notes

Updating InfoBlox Network Automation Product NetMRI

11/18/2015

0 Comments

 
Infoblox NetMRI product  has been really helpful to manage network environment. The post Use Network Automation Tool Infoblox NetMRI Push Configuration to Multiple Network Devices explains how to do a batch job with some clicks. This post will explain how to update NetMRI product with some learned experience.

There are two methods to update NetMRI software:

1. Automatic Update

This method only works for minor version, such as from 6.8.1 to 6.8.7. If you will need to upgrade from 6.8.x to 6.9.x, you will need manually update process. It will require your NetMRI has Internet connectivity. If your NetMRI does not have internet access, a manual upgrade will be required!

1.1 Set up Auto Update from NetMRI Network Automation Setttings:

NetMRI Auto Update Settings
NetMRI Auto Update Settings


1.2 Execute Autoupdate command from CLI

If you do not want to wait auto update scheduled job done, you also can upgrade your NetMRI by running the "Autoupdate" utility (provided that your NetMRI has internet access)
1.2.1 SSH to the NetMRI Admin shell and login with your Admin credentials
1.2.2 Execute the command: autoupdate
1.2.3 Follow the Install Instructions (This will automatically upgrade your NetMRI and restart it)

NetworkAutomation 1200101022000001
ALL UNAUTHORIZED ACCESS TO THIS SYSTEM WILL BE PROSECUTED TO THE MAXIMUM EXTENT ALLOWED BY APPLICABLE LAWS
Last login: Wed Nov 18 11:20:48 2015 from 10.9.20.4



                Network Automation Administrative Shell
                ---------------------------

Available Commands:
  acl         ftp               md5sum           register    set          
  autoupdate  grep              more             remoteCopy  setup        
  cat         halt              netstat          removedsb   show         
  clear       help              ping             removemib   snmpwalk     
  configure   installdsb        provisiondisk    repair      ssh-key      
  debug       installhelpfiles  quit             reset       supportbundle
  deregister  installmib        rdtclient        restore     telnet       
  diagnostic  license           reboot           rm          tftpsync     
  exit        ls                recalculate-spm  route       top          
  export      maintenance       refreshgroups    sandbox     traceroute   

NetMRI> autoupdate

NOTICE: The inactivity timeout is being disabled temporarily while autoupdate is run.


-------------------------------------------------------------------------
This system has been patched since the last update was applied. It is 
possible that upgrading will overwrite these patches. If you are unsure
about what has been applied, please contact Network Automation support.

The following patches have been applied since your last upgrade:

        2015-07-02 15:53:23 - v6.8-NETMRI-24590
        2015-07-03 03:02:59 - v6.8.8-NETMRI-23483
        2015-07-03 03:03:07 - v6.8.8-NETMRI-24174
        2015-07-03 03:03:15 - v6.8.8-NETMRI-23388
        2015-07-03 03:03:23 - v6.8.8-NETMRI-24294
        2015-08-25 16:57:05 - v6.9.2-CollectAllLogs
        2015-09-04 10:50:58 - v6.8-NETMRI-24590
        2015-11-18 11:25:54 - PreUpgrade-v6.9-CheckServices
-------------------------------------------------------------------------

Do you want to continue, possibly overwriting these patches? (n|y): 

2. Manual Upgrade

You can manually upgrade your NetMRI by downloading the required packages and installing them on a one-by-one basis.

2.1 Goto the Downloads section of the Infoblox Support Center to download the latest software for your NetMRI system

 Note: Please read version release well, some versions may not be compatible with your hardware. For example, Network Automation version 7.02 can not be installed on old platform such as 1102A.

2.2 SCP the files to your NetMRI;

If you're using a command-line version of scp, you may need to specify the destination directory (e.g. scp foo.gpg [email protected]:Backup/foo.gpg)

2.3 Starting with the first file, issue the command: autoupdate filename.gpg; *note* the .gpg extension is required

Note: For some major version update, you must to run Network PreUpgrade Check Services patch first.  For example, to upgrade to 6.9.4 version from pre-6.9.1 releases (6.7.3 or 6.8.x), PreUpgrade-v6.9-CheckServices.gpg this patch has to be run first. The check will identify any network services addresses that will need to be changed based on the 6.9.x reconfiguration (for example DNS or NTP server address). It is the customer responsibility to make those changes prior to performing the upgrade. Once the check has been run, the upgrade is permitted.

2.4 Repeat until all packages are installed according to the given upgrade path

Note: please be more patient during update since it may take a while to get all update jobs done. Updatelog shows it took 53 minutes for my NetMRI to complete the process to update from 6.8.8 to 6.9.4.
NetMRI> autoupdate PreUpgrade-v6.9-CheckServices.gpg

NOTICE: The inactivity timeout is being disabled temporarily while autoupdate is run.


+++ Processing Upgrade File PreUpgrade-v6.9-CheckServices.gpg
+++ Checking Digital Signature
+++ Unpacking Upgrade File

-------------------------------------------------------------------------
DESCRIPTION: PreUpgrade-v6.9-CheckServices

Network Automation 6.9 supports network separation between all interfaces.
This introduces a change in behavior between SCAN and MGMT port that may affect
reachability of some network services.

The purpose of this diagnostic is to check connectivity and expected route of any
service that might be affected by this change.

This test runs in two modes
- the more accurate mode requires that the default gateway address
       be applied to the management interface
- the less accurate mode does not.

With the more accurate mode, Network Automation services will be stopped while
the test is made.

With the less accurate mode, services will not be stopped, but there may be
services falsely identified as not available.

It is recommended that the more accurate mode be used.
If you do not know the default gateway, or cannot stop services now,
you can run this in the less accurate mode, and then rerun later.

-------------------------------------------------------------------------

Do you want to apply this patch? (n|y): y

+++ Network Automation is being stopped for the upgrade process ...

+++ Executing Upgrade Script


No services affected by MGMT/SCAN interface route separation. Enabling upgrade.
+++ Network Automation is being restarted ...

NetMRI> autoupdate

NOTICE: The inactivity timeout is being disabled temporarily while autoupdate is run.


-------------------------------------------------------------------------
This system has been patched since the last update was applied. It is 
possible that upgrading will overwrite these patches. If you are unsure
about what has been applied, please contact Network Automation support.

The following patches have been applied since your last upgrade:

        2015-07-02 15:53:23 - v6.8-NETMRI-24590
        2015-07-03 03:02:59 - v6.8.8-NETMRI-23483
        2015-07-03 03:03:07 - v6.8.8-NETMRI-24174
        2015-07-03 03:03:15 - v6.8.8-NETMRI-23388
        2015-07-03 03:03:23 - v6.8.8-NETMRI-24294
        2015-08-25 16:57:05 - v6.9.2-CollectAllLogs
        2015-09-04 10:50:58 - v6.8-NETMRI-24590
        2015-11-18 11:25:54 - PreUpgrade-v6.9-CheckServices
-------------------------------------------------------------------------

Do you want to continue, possibly overwriting these patches? (n|y): n

                                                                                NetMRI> autoupdate v6.9.4-NetworkAutomation-MR-v6.9.4.80404.gpg

NOTICE: The inactivity timeout is being disabled temporarily while autoupdate is run.


+++ Processing Upgrade File v6.9.4-NetworkAutomation-MR-v6.9.4.80404.gpg
+++ Checking Digital Signature
+++ Unpacking Upgrade File

******************************************************************
*                                                                *
*   Infoblox recommends making a backup of the existing network  *
*          database before proceeding with the upgrade           *
*                                                                *
******************************************************************

Do you want to create a network backup? (y/n) [y]: y

Do you want to put backup on local or remote host? (local/remote) [local]: 

Please, choose one of the following (local/remote) [local]: 

Please, choose one of the following (local/remote) [local]: local

Do you want to run this update in the background? (y/n) [y]: y
+++ Network Automation is being stopped for the upgrade process ...

+++ Executing Upgrade Script - use "show updatelog" to check status

NetMRI> show updatelog
2015-11-18 12:12:20     Updating Reset Account ...
2015-11-18 12:12:20         +++ Updating FactoryReset Script ...
2015-11-18 12:12:20     Updating CDR Account ...
2015-11-18 12:12:20     Done Updating CDR Account ...
2015-11-18 12:12:20     Updating Server Files ...
2015-11-18 12:12:24     Configuring Server ...
2015-11-18 12:12:24     Updating Platform Profiles ...
2015-11-18 12:12:24     Updating Health Diagnostic Threshold Files ...
2015-11-18 12:12:24         +++ Editing /tools/skipjack/conf/server.xml ...

2015-11-18 12:12:24         +++ Editing /tools/skipjack/conf


Broadcast message from root@NetMRI (Wed, 18 Nov 2015 12:44:44 -0500):

The system is going down for reboot NOW!

NetworkAutomation 1200101022000001
ALL UNAUTHORIZED ACCESS TO THIS SYSTEM WILL BE PROSECUTED TO THE MAXIMUM EXTENT ALLOWED BY APPLICABLE LAWS
Last login: Wed Nov 18 12:05:29 2015 from 10.9.20.4

                Network Automation Administrative Shell
                ---------------------------
*** NOTICE ***

Successfully Upgraded From Version 6.8.8.77808 to 6.9.4.80404

                                                                     



Reference:


  • #135: Upgrading Network Automation software
0 Comments



Leave a Reply.

    Categories

    All
    Architecture
    Blog
    Checkpoint
    Cisco
    Cloud
    CyberArk
    F5
    Fortigate
    Guardium
    Juniper
    Linux
    Network
    Others
    Palo Alto
    Qualys
    Raspberry Pi
    Security
    SIEM
    Software
    Vmware
    VPN
    Wireless

    Archives

    March 2024
    February 2024
    January 2024
    December 2023
    November 2023
    October 2023
    September 2023
    August 2023
    July 2023
    June 2023
    May 2023
    April 2023
    March 2023
    February 2023
    January 2023
    December 2022
    November 2022
    October 2022
    September 2022
    August 2022
    July 2022
    June 2022
    May 2022
    April 2022
    March 2022
    February 2022
    January 2022
    December 2021
    November 2021
    October 2021
    September 2021
    August 2021
    July 2021
    June 2021
    May 2021
    April 2021
    March 2021
    February 2021
    January 2021
    December 2020
    November 2020
    October 2020
    September 2020
    August 2020
    July 2020
    October 2019
    September 2019
    June 2019
    July 2018
    May 2018
    December 2017
    August 2017
    April 2017
    March 2017
    January 2017
    December 2016
    November 2016
    October 2016
    September 2016
    August 2016
    July 2016
    June 2016
    May 2016
    April 2016
    March 2016
    February 2016
    January 2016
    December 2015
    November 2015
    October 2015
    September 2015
    August 2015
    July 2015
    June 2015
    May 2015
    April 2015
    March 2015

    Print Page:

    RSS Feed

    Email Subscribe
Powered by Create your own unique website with customizable templates.
  • Blog
  • Sitemap
    • Categories
  • Contact
  • About
  • Resources
  • Tools
  • 51sec.org