Adding New Servers

Follow these steps to achieve the same internal SSL configuration for a new server.

Assumptions:

  • You run commands from the master host.

  • This is an offline operation.

  • One or more new servers have been created, either by cloning an existing server or creating from scratch.

  1. For each new server run:
    ./ssl.sh channel <new_bi_server> <port>
    
  2. Alternatively you can repeatedly run:
    ./ssl.sh internalssl true
    

    Then run the channel command as indicated in the internalssl command's error message.

  3. Restart the domain using:
    ./start.sh
    
  4. Check WebLogic certificates and corresponding trust are correctly configured using:
    ./ssl.sh report
    

Post conditions

The domain now runs with SSL, with all WebLogic managed servers using the internal SSL. If the servers were cloned, the cloned internal channel port has been replaced by the port given by the channel command. If the servers were created from scratch the internal channel has been created and configured to use SSL.