DEL_RANGE

swadm command

Syntax

swadm DEL_RANGE Port_range_ID

Description

This command deletes an existing port range from iProcess Engine. The port range is deleted from the port_range_conf table.

When you run this command, if any servers are currently configured to run behind this port range the following prompt is displayed:

Deleting this port range will cause the following servers to be removed from the port_range_nodes table:
server_ids, ...
Are you sure you want to do this (Y/N)?

where server_ids is a comma-separated list of server identifiers and names for the servers that are currently configured to run behind this port range. If you answer:

Y, the port range is deleted. The indicated servers are no longer running behind a port range. (The appropriate entries are deleted from the port_range_nodes table.)
N, the port range is not deleted. The indicated servers are still running behind it.

Options

Option

Description

Port_range_ID

The ID of the port range that you want to delete.

You can use the SHOW_RANGES command to find out what port range IDs are defined.

Errors

The following error messages may be returned by this command.

Message

Description

The specified port_range_ID parameter Port_range_ID is invalid.

You have used a Port_range_ID value that does not exist. Re-run the command using the correct Port_range_ID value.

Unable to access the database table.

swadm cannot update the iProcess Engine database. Examine the sw_error and sw_warn files, located in the SWDIR\logs directory, for more information about the cause of the error.

See Also

ADD_RANGE, MOD_RANGE, SET_RANGE, SHOW_PORTS, SHOW_RANGES