Adding another loader

Adding another loader

  • First thing to do would be to get the 2nd DMZ relay up and running.
  • 2nd would be to set up the new loader/relay.
  • 3rd would be to adjust the relays to talk to the new loader.
  • After that, adjust the DNS servers and virtual webApps to include the new relays.
  • You also need to make sure that the DMZ relays will be able to talk to this new loader on the inside of network.


-- New DMZ Relay --
  • Install the OS, and install the SAME version of webNetwork on this new box. 
  • Once webNetwork is running, run the wizard to add a new relay.
  • Once the relay is up, test it and make sure things are working. 

-- New Inside Relay/Loader --
  • Install the OS and install the same version of webNetwork on this new box. 
  • Run a full new install, making sure to replace the word default (as in defaultProfile) with something like your server name so it is unique from the other webnetwork installs. 
  • Once done, test the relay that gets auto installed to make sure you can login on this new standalone system. 
  • If that works, the next thing to configure the cluster. 

-- Make Cluster --
  • On the original loader, go to the 8090 console and go to cluster services.

    Cluster Port: 16000
    Connection Port: 16010
    Host Address: DNS name or IP address of this box. (We recommend using the short name of the DNS name, and adding them to the hosts files on all the servers if necessary).
    Cluster Network: Pool Network
    Max Connection Pool: -1
    Persistence Repository: File Repository
    Socket Timeout: 0
    Connection Timeout: 2
    Asynchronous Garbage: checked
    Garbage Delay: 300

  • When you click save, it will activate a 1 node cluster.
  • Go back to cluster services and click on Cluster status. It should show itself and say UP. 
  • This is now Node 0 in the cluster. 

-- Join Cluster --
  • On the new loader, go to the 8090 console, cluster services and click Join Cluster. 
  • You will be asked for:

    Cluster Address: DNS name or IP address of Node 0. (We recommend using the short name of the DNS name, and adding them to the hosts files on all the servers if necessary).
    Cluster Port: 16000 
    Connection Port: 16010
    Host Address: DNS name or IP address of this box. (We recommend using the short name of the DNS name, and adding them to the hosts files on all the servers if necessary).
    Cluster Network: Pool Network
    Max Connection Pool: -1
    Persistence Repository: File Repository
    Socket Timeout: 0
    Connection Timeout: 2
    Asynchronous Garbage: checked
    Garbage Delay: 300

  • When you click save, it will join the cluster. 
  • Go back to cluster services and click on Cluster status. It should show itself and the other node. 
  • This is now Node 1 in the cluster. 
  • Go to the 8090 console on Node 0 and do a cluster status to make sure that both nodes show up. 

-- Adjust Relays --
  • Go to the first DMZ relay's 8090 Console, Select the Services tab, Right-click on the relay service, Choose Properties.
  • The Service Address field will have the DNS/IP that points to your original loader, you will want to add a "," (comma) and the DNS/IP of the new relay (example: "x.x.x.x,y.y.y.y").
  • Doing this will allow the relay to talk to both loaders in case one has been taken down for maintenance. 
  • Do the same thing for the other relays. 

-- Adjust virtual webApplications --
  • Go to your DNS server and adjust your relay DNS names to include the new relays. 
  • Adjust the DNS entries for virtual webApps to include the new DNS names.



    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Install a new relay / loader

        If you already have a working webNetwork system and need to add an additional Relay or Server (loader) then the following information can be used.  First, if you did not do your initial install or have never installed webNetwork and do not feel ...
      • Connection is busy with results for another hstmt

        I wrote a JSP page to connect to a SQL database. I have about 3 connections for each result set. I receive the error "Connection is busy" with results for another hstmt. Sometimes I receive the error, sometimes I do not. I also would like to know if ...
      • What to consider before adding an Active Directory search index for an attribute?

        Problem:  webNetwork installation has slowness issues and you are looking to index certain directory attributes in an effort to improve performance, but do not know the effects of adding an index to Active Directory. Solution(s):  Here are the ...
      • How can we authenticate someone and then redirect them to another url ?

        An example:  https://portal.example-cloud.com/index.jsp?redirectTo=http://www.google.com  Will authenticate you to webNetwork and then redirect your browser over to google.com  This is handled in the /stoneware/webserv/index.jsp page. If you are not ...
      • What ports does UW/webNetwork use by default ?

        Have a relay in the DMZ and need to know what ports on the firewall need to be opened. 80 - TCP - Relay Port - Client > Relay  443 - TCP - Relay Port - Client > Relay  1099 - TCP - RMI port - Loader <> Relay  3390 - TCP - Proxy port (If using Proxy ...