HOME Forums Gateways Pogo Plug Upgrading ZBPServer on HarmonyP2

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Anonymous
    Inactive
    Post count: 259

    Follow the steps below to upgrade:
    1. Backup existing configurations: $ cp -rf /etc/zbp /etc/zbp-bk
    2. Uninstall ZBPServer: $ uninstall_zbpservices.sh
    3. Install latest ZBPServer:
    $ cd /tmp/
    $ wget http://repo.smartenit.com/ZBPServer/pogo/zbpserver.sh
    $ chmod 777 zbpserver.sh
    $ ./zbpserver.sh

    4. Pogo will reboot after new installation. Log back in.
    5. Stop ZBPServer: $ killall -9 zmonitor.sh zbp_services
    6. Restore backup: $ cp /etc/zbp-bk/*.bin /etc/zbp/
    7. Reboot: $ /sbin/reboot

    Anonymous
    Inactive
    Post count: 259

    Above commands can be combined and changed to only 3 steps:

    1.
    $ cp -rf /etc/zbp /etc/zbp-bk;uninstall_zbpservices.sh;cd /tmp/;
    wget http://repo.smartenit.com/ZBPServer/pogo/zbpserver.sh;
    chmod 777 zbpserver.sh;./zbpserver.sh

    2. Pogo will reboot after new installation. Log back in.

    3. $ killall -9 zmonitor.sh zbp_services;cp /etc/zbp-bk/*.bin /etc/zbp/;/sbin/reboot

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.