Skip to main content

Get-ZrInfo

Shows the Clustron Zaris installation and manager connection status on this machine — version, install and data directories, module locations, host runtime, and the reachability of each connected manager. Use it as a first diagnostic when verifying an install or troubleshooting connectivity.

Syntax

Get-ZrInfo
[-Managers <string[]>] [-Port <int>] [-Token <string>] [-TimeoutSec <int>]

Description

Get-ZrInfo prints where and what Zaris is installed on this machine: the version (read from the assembly, so it tracks each build), the install date, the install directory, the data directory, and both PowerShell module directories (AdminShell and ClientShell), plus the host runtime and platform. It then probes each connected Management Service manager — using the active workspace/connection or an explicit -Managers — and reports whether each is reachable. A secured manager that answers with an authentication challenge is still reported as reachable. When nothing is connected, it still prints the installation details and explains how to connect. This is a read-only diagnostic and makes no changes to the cluster.

Parameters

ParameterTypeRequiredDescription
-Managersstring[]NoManagement Service endpoints to probe; when omitted the active workspace's managers are used.
-PortintNoManagement Service port for bare-host managers. Default 7801.
-TokenstringNoAdmin bearer token used when probing a secured manager.
-TimeoutSecintNoPer-request timeout in seconds. Default 30.

Examples

Show the installation details and the reachability of each connected manager.

Get-ZrInfo

Show installation details and probe a specific manager directly.

Get-ZrInfo -Managers 10.0.0.12:7801