Copyright © Cloud Software Group, Inc. All Rights Reserved |
[-s Range_size]This command defines a new port range for use with this iProcess Engine node. You can then use the SET_RANGE command to place a server behind this port range.The port range is stored as a record in the port_range_conf table.
-m Range_mode 0 - Do not use port or RPC ranges. A process can use any port number and RPC number (as assigned by the operating system).1 - Use port ranges. A process must use a port number allocated from within the defined range, but can use any RPC number.2 - Use RPC ranges. A process must use an RPC number allocated from within the defined range, but can use any port number.3 - Use port ranges and RPC ranges. A process must use both a port number and an RPC number allocated from within the defined ranges. -p Port_range_start The port number that the range should start from. (The range will therefore end at Port_range_start + Range_size.) -r RPC_range_start The RPC number that the range should start from. (The range will therefore end at RPC_range_start + Range_size.) -s Range_size
swadm cannot update the iProcess Engine database. Examine the sw_error and sw_warn files, which is located in the SWDIR\logs directory, for more information about the cause of the error. See iProcess Engine Log Files for more information.
Copyright © Cloud Software Group, Inc. All Rights Reserved |