Supplemental Document : Updating the big3d Agent Manually

Applies To:

Show Versions Show Versions

F5 Monitoring Pack

  • 3.2.2, 3.2.1, 3.2.0, 3.1.2, 3.1.1, 3.1.0, 3.0.0
Original Publication Date: 08/30/2013 Updated Date: 04/18/2019

Note: This documentation was adapted from the F5 Management Pack Wiki hosted on DevCentral (http://devcentral.f5.com/wiki/MgmtPack.HomePage.ashx). Certain links or context described in this document may refer to content originally created on the Wiki.


Manually updating big3d by pushing it from one Big-IP to another

The big3d_install script will be used to update big3d on the specified devices to the version on the current device. Running the script with no parameters will not find any devices to push the big3d agent to, except on configured GTM devices. However, the script is included on all non-GTM devices as well and can be run by giving IP addresses as parameters.

Here's the command to manually install big3d:

# big3d_install 10.10.10.1

This will install the big3d located at /usr/sbin/big3d to the device at IP address 10.10.10.1 By copying an older version of big3d to /usr/sbin/ you can use this script to rollback the versions of big3d on the specified devices. The original big3d is on the box as /usr/sbin/big3d.default so you can always rollback to the original.

[ Top ]

Manually updating big3d with the big3d agent that ships with the F5 Monitoring Pack

You will need the PSCP utility or another secure SCP utility for this operation.

  1. Log into the BIG-IP console through SCP, and run these commands:

    cd /usr/sbin
    big3d -v (this will show you your current big3d version)
    bigstart stop big3d
    rm -f big3d


  2. Copy the agent from the RMS using this command, where <IPaddress> is the IP address of the BIG-IP system from which you are copying the big3d agent :

    pscp -pw password "C:\Program Files\F5 Networks\Monitoring Pack\Agent\big3d" root@<IPaddress>:/usr/sbin

  3. Next, run these commands on the BIG-IP command console (from /usr/sbin)

    chmod a+x big3d
    big3d -v (should show the updated big3d version)
    bigstart start big3d

[ Top ]

Contacting F5 Networks

  Phone: (206) 272-6888
Fax: (206) 272-6802
Web: http://support.f5.com
Email: support@f5.com

For additional information, please visit http://www.f5.com.


Legal notices