Get-LocalNodeServicePort

Synopsis

Gets the port numbers that the node listens on.

Syntax

Get-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 Get-LocalNodeServicePort function returns an object that contains the port numbers that the node uses.

Inputs

None

You cannot pipe input to this function.

Outputs

Laserfiche.DistributedComputingCluster.PowerShellModules.LfDccLocalNodeAdmin.Data.LocalNodePorts

Get-LocalNodeServicePort returns an object that contains a property for each port number that the node uses.

Examples

This example gets the port numbers that the node listens on.

PS C:\> Get-LocalNodeServicePort
	MetaData                   BufferedCommunication
	--------                   ---------------------
	8108                                    8107

Related Links

Reset-LocalNodeServicePort

Set-LocalNodeServicePort