Notes.ini Entry



Name:

    PortOrder

Syntax

    PortOrder=Ports

Applies to:

    Servers

Add-on:


    First Release:

      7.0

    Obsolete since:


      Category:

        Ports

      Default:

        None

      UI equivalent:

        None

      Description:
      The PortOrder parameter is used as a state variable to hold the location of disabled ports so that if the disabled port is ever re-enabled, it will be added back to the Ports parameter in its previous position in the list. Here's an example:

      State 0:
      Ports=Port_1, Port_2, Port_3

      State 1 (Admin disabled Port_2)
      Ports=Port_1, Port_3
      PortOrder=Port_1, Port_2, Port_3
      DisabledPorts=Port_2

      State 2 (Admin re-enables Port_2)
      Ports=Port_1, Port_2, Port_3
      PortOrder=Port_1, Port_2, Port_3

      Note 1 : that this parameter is not directly used to determine which ports are started and what precedence they have. It is only used to remember a previous configuration and to add the newly re-enabled port back to its previous spot in the Ports list. 

      Note 2 : This notes.ini parameter was added to your notes.ini without administrator intervention.