For Linux

Upgrading

This section describes how to upgrade Remote Service Manager installed on Linux.

Note
  • Upgrade Remote Service Manager during the period when the product is less accessed.
  • For upgrading Remote Service Manager, you must have the root authority.

  1. Confirm the installation environment.
  1. Stop Remote Service Manager.

/etc/init.d/cbrs_(installation identifier) stop

  1. Copy the Remote Service Manager data.Create ./backup/ folder in the target folder before copying the data.
    To prevent breakdown of the Remote Service Manger server and missing data, you should back up the data.
    • To upgrade Remote Service Manager from version 2.0.4 or earlier, copy the following data:
      • All the files and directories under (installation directory)/conf

    cp -rp /usr/local/cybozu/(installation identifier)/conf ./backup/(date for copying data)

    • To upgrade Remote Service Manager from version 2.1.0 or later, copy the following data:
      • All the files and directories under (installation directory)/conf
      • All the files and directories under (installation directory)/data

    cp -rp /usr/local/cybozu/(installation identifier)/conf ./backup/(date for copying data)

    cp -rp /usr/local/cybozu/(installation identifier)/data ./backup/(date for copying data)

  1. Save the downloaded installer "cbrs-rc-3.x.x.bin" to a proper directory, and go to the directory.
  1. Start the installer by sh command.

[root@localhost root]# sh cbrs-rc-3.x.x.bin

  1. Enter "1" and press "Enter".

==============================
Choose Locale...
----------------
1- English

CHOOSE LOCALE BY NUMBER: 1

  1. Enter "2" and press "Enter".

Cybozu(R) Remote Service
------------
Welcome to Cybozu(R) Remote Service Setup

Cybozu(R) Remote Service is already installed.
Select whether to install another Cybozu(R) Remote Service or upgrade the installed Cybozu(R) Remote Service.

1- Install another Cybozu(R) Remote Service.
->2- Upgrade the Cybozu(R) Remote Service.

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:2

  1. Enter the installation identifier of the product you want to upgrade, and press "Enter".

Setting an Installation Identifier
------------
The following installation identifiers are already in use:
cbrc

Enter the same installation identifier of the product that you want to upgrade.

[cbrc]: (DEFAULT: cbrc):

Tip
  • If you are upgrading from version 2.2.0 or earlier, the license agreement is displayed after Step 8.
      - To accept the license agreement: Enter "Y" and then press "Enter" key.
      - To reject the license agreement: Enter "N" and then press "Enter" key to stop upgrading.
  1. Enter "1" and press "Enter".The upgrade begins.

Are you sure you want to upgrade the product?
->1- OK
2- Cancel

ENTER THE NUMBER OF THE DESIRED CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT: 1

  1. Press "Enter".When the completion message is displayed, press "Enter" to quit the installer.
    The upgrade is completed.

Installation Complete
--------------------------

Congratulations. Remote Service has been successfully installed to:

/usr/local/cybozu/cbrc

PRESS <ENTER> TO EXIT THE INSTALLER:

  1. Confirm that the upgrading completed successfully.Start the Web browser, and access Remote Service Manager.
    Check whether the version number on the bottom of the "Login" screen is updated.
    The access URL is as follows:
    http://(server IP address or FQDN):(Remote Service Manager port number)/remote/login.vm Example: IP address is "192.168.1.1", port number is "8080".
         http://192.168.1.1:8080/remote/login.vm
    Example: FQDN is "bozuman.co.jp", port number is "8080".
         http://bozuman.co.jp:8080/remote/login.vm