Cloverleaf Engine 5.8 port 13019

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Cloverleaf Engine 5.8 port 13019

  • Creator
    Topic
  • #52530
    Elden Jahnke
    Participant

      Hi

      Is there a way of changing the default server port from 13019 to lets say 17000?

      We have pretty strict firewall rules and we are looking of using another port that is currently open, e.g. 17000

      On the server side we have done port translation with ssh and it seems to be listening on 17000 fine. However, from the client IDE, is there a way to specify a server AND a port? it seems to be trying to connect to the hardcoded 13019 all the time even tho we have tried IP:PORT

      Any thoughts ?

      Thanks!

    Viewing 12 reply threads
    • Author
      Replies
      • #74571
        Elden Jahnke
        Participant

          in the integrator documentation there is a chapter called client ini settings

          inside there is a section that describes the following

          under [general] options

          rmi_registry_port

          Default Value – 13017

          Install Value – x

          Install Config – Client installs

          Required – FALSE

          Description – This is the RMI registry port of the current Host Server. This port is used when attempting connections to all Host Servers.

          After reading this, I’ve modified my client.ini to look like this

          [general]

          doc_base_dir=C:healthvisioncis5.8integrator

          debug=false

          rmi_registry_port=17000

          [logs]

          however, it still tries to connect to 13019

        • #74572
          Michael Hertel
          Participant

            I believe you need to run hciserveradmin to make the change.

          • #74573
            Elden Jahnke
            Participant

              can you elaborate?

              this exe doesnt seem to reside in the integrator folder

            • #74574
              Michael Hertel
              Participant

                I’m on AIX but I did call support and they said:

                On your Windows server, (not your desktop client) it is in the Cloverleaf Server tools folder.

              • #74575
                Elden Jahnke
                Participant

                  Hi

                  we don’t have a windows server. Backend is on linux

                  what we are trying to do is make the IDE client use another port which is not the default 13019

                  According to the docs is doable via the client.ini however, I tried the suggestion and didnt seem to make any difference

                • #74576
                  Michael Hertel
                  Participant

                    Add this to your server.ini file and restart the hostserver.

                    [firewall]

                    rmi_registry_port=17000

                  • #74577
                    Michael Hertel
                    Participant

                      Ok, I reread your post.

                      Quote:

                      On the server side we have done port translation with ssh and it seems to be listening on 17000 fine. However, from the client IDE, is there a way to specify a server AND a port? it seems to be trying to connect to the hardcoded 13019 all the time even tho we have tried IP:PORT

                      I thought you wanted to change the server side. Sorry.

                    • #74578
                      Elden Jahnke
                      Participant

                        That’s exactly the parameter that documentation suggests to change on the client.ini

                        however, it doesnt seem to take it into account when trying to connect. It still wants to use the default 13019

                        Anything special once has to do in order to make the IDE client read the client.ini properly??

                      • #74579
                        Highland Dave
                        Participant

                          did you ever get an answer or resolve the problem?

                        • #74580
                          Keith McLeod
                          Participant

                            You need to do both parts to use a different port.

                          • #74581

                            Here are my notes on working with firewalls, including port changes.

                            -- Max Drown (Infor)

                          • #74582
                            David Teh
                            Participant

                              Max,

                              I would want to go on record (as would many others) to say THANKS for that document…..saved lots of pulling of hair in the past! 😀  ðŸ˜€

                              Max Drown wrote:

                              Here are my notes on working with firewalls, including port changes.

                            • #74583

                              😛

                              -- Max Drown (Infor)

                          Viewing 12 reply threads
                          • The forum ‘Cloverleaf’ is closed to new topics and replies.