Troubleshooting
Problem
Using cluster.exe on Windows to issue cluster commands may result in the following error: System error 1825 has occurred (0x00000721). A security package specific error occurred.
Cause
There is a security error when referencing the name of the cluster
Resolving The Problem
To bypass this error do not specify the name of the cluster:
Original:
C:\>cluster /cluster:TSMCLUSTER resource "TSM Scheduler GroupA" /create /group:"Group1" /type:"Generic Service"
Instead use a dot which represents the "current" cluster's name:
C:\>cluster . resource "TSM Scheduler GroupA" /create /group:"Group1" /type:"Generic Service"
[{"Product":{"code":"SSGSG7","label":"Tivoli Storage Manager"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Component":"Client","Platform":[{"code":"PF033","label":"Windows"}],"Version":"All Supported Versions","Edition":"","Line of Business":{"code":"LOB26","label":"Storage"}}]
Was this topic helpful?
Document Information
Modified date:
17 June 2018
UID
swg21386519