5.3 Upgrading to iPrint Advanced on OES 2018 SP3 Server (Cluster)

  1. Follow the step-by-step OES 2018 SP3 upgrade instructions. See Upgrading to OES 2018 SP3 in the OES 2018 SP3: Installation Guide.

    NOTE:Beginning with OES 2018 SP3, a new service file iprint-cups.service is added to start the cups binary on iPrint Advanced server with cupsd-iprint.conf (iPrint configuration file) file. The CUPS file (cups.service) available with the earlier release is masked and should not be used with the OES 2018 SP3 server.

  2. Ensure that the upgraded OES 2018 SP3 node is cluster enabled.

  3. Comment the cups service: exit_on_error systemctl start cups.service

    NOTE:Step 3 is not required when the servers are upgraded from OES2015SP1/OES2018 to OES2018 SP3

  4. Migrate the pool resource to the upgraded OES 2018 SP3 node.

  5. Ensure that the pool and volume is running on the node running the OES 2018 SP3 server.

  6. Run the iprint_nss_relocate script located at /opt/novell/iprint/bin on the 1st node where the pool resource is running.

    For more details on this script, see Running the iprint_nss_relocate script.

  7. Stop the Mobile (novell-iprint-tomcat) and License by executing the following commands:

    systemctl stop novell-iprint-tomcat.service

    systemctl stop novell-iprint-license.service

  8. Edit the load script (to add Mobile, License, and CUPS service) for the Cluster Pool. Add the following lines to the existing load script before the exit 0 statement.

    exit_on_error systemctl start novell-idsd.service

    exit_on_error systemctl start novell-ipsmd.service

    exit_on_error systemctl start novell-iprint-ocs.service

    exit_on_error systemctl start novell-iprint-license.service

    exit_on_error systemctl start orientdb.service

    exit_on_error systemctl start iprint-auth.service

    exit_on_error systemctl start iprint-cups.service

    exit_on_error systemctl start novell-iprint-tomcat.service

    NOTE:You must remove the line ignore_error rcnovell-iprint-mobile start as it is replaced with license and tomcat services and add exit_on_error systemctl start iprint-cups.service as it replaces CUPS service.

    Changes do not take effect until you take the resource offline, and bring it online again.

    For information on editing a load script, see Modifying the Load, Unload, and Monitor Scripts.

  9. Edit the unload script to add the Mobile, License, and CUPS service for the Cluster Pool. Add the following lines to the existing unload script after the ignore_error systemctl stop novell-ipsmd.service statement:

    ignore_error systemctl stop novell-iprint-tomcat.service

    ignore_error systemctl stop iprint-cups.service

    ignore_error systemctl stop iprint-auth.service

    ignore_error systemctl stop orientdb.service

    ignore_error systemctl stop novell-iprint-license.service

    ignore_error systemctl stop novell-iprint-ocs.service

    ignore_error systemctl stop novell-ipsmd.service

    ignore_error systemctl stop novell-idsd.service

    NOTE:You must remove the line ignore_error rcnovell-iprint-mobile stop as it is replaced with license and tomcat services and add ignore_error systemctl stop iprint-cups.serviceas it is replaced with CUPS service.

    .For information on editing an unload script, see Modifying the Load, Unload, and Monitor Scripts.

    Changes do not take effect until you take the resource offline, and bring it online again.

  10. Ensure all the services (Print Manager, License, Mobile, and Cups) are up and running. Also, ensure that the Driver Store configured with the Print Manager is running.

    systemctl status novell-ipsmd.service

    systemctl status novell-iprint-license.service

    systemctl status novell-iprint-tomcat.service

    systemctl status iprint-cups.service

  11. Log into iPrint Console. Logging into the console ensures that certain background activities required for upgrading iPrint for OES to OES 2018 SP3 on first node are completed. No additional tasks needs to be performed in the console.

    1. Specify the name and password of the OES administrator who has rights to manage the print manager.

      • If the user is unique in the tree, then use CN to login. For example, admin.

      • If there are multiple users with the same name in different containers, then specify FQDN in LDAP format. For example, cn=admin,o=microfocus.

    The 1st node is successfully upgraded to iPrint Advanced.

  12. To upgrade to the next identified nodes in cluster, do the following:

    1. Follow Step 1 to Step 5 on all the identified cluster nodes.

    2. Run the iprint_nss_relocate script located at /opt/novell/iprint/bin on the node where the pool resource is running.

      For more details on this script, see Running the iprint_nss_relocate script.

    3. Stop the Mobile and CUPS service by executing the following commands:

      systemctl stop novell-iprint-tomcat.service

      systemctl stop novell-iprint-license.service

      systemctl stop iprint-cups.service

    4. Changes do not take effect until you take the resource offline, and bring it online again.

    5. Login to iPrint Console on successful migration of a node.