Reset-LocalNodeServicePort

Synopsis

Resets the port numbers that the node listens on.

Syntax

Reset-LocalNodeServicePort

Detailed Description

The Laserfiche Distributed Computing Cluster Service uses two ports to communicate with other applications. A node is identified by its host name and by its metadata port. The node uses this port to advertise its capabilities and the settings required to establish a secure connection. The node uses the buffered port to securely exchange data with other applications.

The Reset-LocalNodeServicePort command sets the ports that the node uses to the defaults. By default, the node uses port 8108 for metadata communication and 8107 for buffered communication.

Inputs

None

You cannot pipe input to this function.

Outputs

None

This function does not return any output.

Examples

Example 1

This command resets the port numbers that the node listens on.

PS C:\> Reset-LocalNodeServicePort

Related Links

Get-LocalNodeServicePort

Set-LocalNodeServicePort