Citrix ADC 12.1 NITRO API Reference

CLUSTER ERRORS

CLUSTER ERRORS

Error Code Error Code(Decimal) Error Code(Hex) Error Message
NSERR_CLNOTEXIST 2448 0x990 Cluster does not exist
NSERR_TOOMANYCLS 2449 0x991 This node is already added to another cluster
NSERR_RMLOCALNODE 2450 0x992 Local Node cannot be deleted
NSERR_BKPLANEENABLED 2451 0x993 Cluster Backplane is enabled on this interface
NSERR_LOCALNODE_NOTCONFIGURED 2452 0x994 Clustering cannot be enabled as the local node is not a member of the cluster.
NSERR_HACL_CANNOT_COEXIST 2453 0x995 Clustering and HA cannot coexist.
NSERR_CLACPKEYNOTCRT 2454 0x996 LACP key for Node/cluster is not correct
NSERR_CLNODE_EXIST 2455 0x997 already in cluster
NSERR_BKPLANEDISABLED 2456 0x998 Disabling Cluster backplane interface
NSERR_CLAGTHROUGHPUT 2457 0x999 Currently throughput settings are not allowed on CLAG
NSERR_LICMISMATCH 2458 0x99A License mismatch between Configuration Coordinator and local node
NSERR_CLIP_INVALIDNETMASK 2459 0x99B CLIP netmask should be 255.255.255.255.
NSERR_BKPLANELACPDELETE 2460 0x99C This is the last interface in LACP channel configured as backplane
NSERR_LINKSETMEMBER 2461 0x99D Interface/Channel is Linkset member.
NSERR_CONFIG_PARAM 2462 0x99E Setting up of Citrix ADC parameter ignored using this command in HA/Cluster mode. Use set nsparamcommand for this purpose.
NSERR_CLIP_INVALIDPREFIXLEN 2463 0x99F CLIP prefix length should be 128.
NSERR_CLUSTER_L2NOTSUPP 2464 0x9A0 L2 Mode not supported in Cluster mode.
NSERR_LINKSET_ONEPERNODE 2465 0x9A1 Linkset can have only one Interface/Channel per Node
NSERR_LINKSET_NOTBOUND 2466 0x9A2 Interface/Channel not bound to Linkset
NSERR_LINKSET_IDINVALID 2467 0x9A3 Linkset name should be of form LS/
NSERR_CLUSTER_NBNOTSUPP 2468 0x9A4 CloudBridge is not supported in Cluster mode.
NSERR_CLUSTER_VPNNOTSUPP 2469 0x9A5 SSLVPN is not supported in Cluster mode.
NSERR_CLUSTER_AAANOTSUPP 2470 0x9A6 AAA is not supported in Cluster mode.
NSERR_CLUSTER_IPSECNOTSUPP 2471 0x9A7 IPSEC is not supported in Cluster mode.
NSERR_LINKSET_LAMEMBER 2472 0x9A8 Interface part of a Channel
NSERR_CLIP_LOCALNODE_NOTCONFIGURED 2473 0x9A9 CLIP cannot be added as the local node is not a member of the cluster.
NSERR_CLVERSIONMISMATCH 2474 0x9AA Cluster version mismatch between Configuration Coordinator and local node
NSERR_CLUSTER_CMNOTSUPP 2475 0x9AB Connection Mirroring is not supported in Cluster mode
NSERR_ARP_CLAG_OWNERNODE_MANDATORY 2476 0x9AC Owner Node should be specified for CLAG.
NSERR_ARP_OWNERNODE_MANDATORY 2477 0x9AD Owner Node should be specified.
NSERR_NOOPCCO 2478 0x9AE Operation not permitted on the Configuration Coordinator.
NSERR_SPOTTED_CONFIG_PRESENT 2479 0x9AF Operation not permitted as the node is part of spotted entity configuration.
NSERR_NOT_CLUSTER_IP 2480 0x9B0 IP address should be a CLIP address.
NSERR_CLUSTER_NNRES 2481 0x9B1 Error in communication with other nodes in the cluster
NSERR_LAST_CLUSTER_IP_REMOVAL 2482 0x9B2 A Citrix ADC cluster must have a minimum of one cluster IP address. This is the last available cluster IP address and hence it cannot be deleted.
NSERR_CONFIG_PARAM_INVALID 2483 0x9B3 Configured Param(s) too small for Cluster. Parameter value(s) will be bumped to OVS node count.
NSERR_CLUSTER_INVALIDNODE 2484 0x9B4 Owner node value should be between 0 and 31, both inclusive.
NSERR_LRONCLACPONLY 2485 0x9B5 Link Redundancy can be set only in Cluster LACP Channels
NSERR_MULTIBIND_NOT_SUPPINCLUSTER 2486 0x9B6 Multiple Bindings in Single Bind Command not Supported in Cluster.
NSERR_CLUSTER_FISNAMES_DUPNOTALLOWED 2487 0x9B7 In a cluster setup, the FIS name on each node must be unique.
NSERR_CLUSTER_CLAG_NOLOCALINTF 2488 0x9B8 CLA cannot be bound to the FIS as the CLA does not contain a local interface.
NSERR_FIS_MAX_LIMIT 2489 0x9B9 An appliance can have a maximum of 64 failover interface sets (FIS). This appliance or ownernode (cluster) already has maximum number of allowable FIS.
NSERR_BOUND_TO_FIS 2490 0x9BA Interface bound to FIS.
NSERR_CHANNEL_OPEN_FAILED 2491 0x9BB Unable to open channel
NSERR_NOT_BOUND_TO_FIS 2492 0x9BC Interface not bound to this FIS
NSERR_CLUSTER_INC_NOTSUPP 2493 0x9BD Feature not supported when cluster is configured in INC mode
NSERR_CONFIG_NG_CHANGED 4095 0xfff Config NodeGroup changed, force cluster sync should be fired on newly added node to be in sync
NSERR_STRIPED_IP_EXIST 2494 0x9BE Striped SNIPs/MIPs must be removed when transitioning to cluster-inc
NSERR_WRONG_NG 2495 0x9BF All cluster nodes should be bound to DEFAULT_NG before transitioning to cluster-inc
NSERR_NG_REQUIRED 2496 0x9C0 The nodegroup parameter is mandatory when the -inc parameter is enabled
NSERR_NG_CHANGE 2497 0x9C1 NodeGroup can be changed only for transition from cluster to cluster-inc
NSERR_NG_INVALID 2498 0x9C2 Invalid nodegroup
NSERR_NOT_LAST_NODE 2499 0x9C3 The -flushall parameter can be enabled only when there is one node in the nodegroup
NSERR_MULTI_NG_BINDING_EXIST 2500 0x9C4 More than one Nodegroup has nodes bound to it
NSERR_INVALID_NC_CONFIG 2501 0x9C5 The owner group parameter is applicable only when the INC parameter is enabled on the cluster instance
NSERR_FIPSCL_CANNOT_COEXIST 2502 0x9C6 Clustering and FIPs configuration cannot coexist.
NSERR_LS_CLAG_INTF_SAME_NG 2503 0x9C7 All interfaces of LinkSet/CLAG should belong to same nodegroup
NSERR_NODE_BINDING_INC 2504 0x9C8 Node cannot be bound to Default nodeGroup on cluster-inc setup
NSERR_IP_OWNERDOWN_PARAM 2522 0x9DA OwnerDownResponse allowed only for spotted SNIP on cluster
NSERR_INVALID_LS 2411 0x96b Invalid linkset
NSERR_IP_ALREADY_OWNED 2541 0x9ed Cannot add ip address as the address is already owned by cluster or peer node
NSERR_LS_UNABLE_GET_VLAN 2542 0x9ee Unable to get the current vlan of this linkset.
NSERR_LS_NOT_BOUND_VLAN 2543 0x9ef Linkset not a member of this vlan
NSERR_CL_UNSUPPORTED_PROTO 2544 0x9f0 Retain connections on joining a new node is not supported for this protocol
NSERR_CL_UNSUPPORTED_IN_NCORE 2545 0x9f1 This feature/option is not supported in n-core
NSERR_NO_SETTING_PROP 2546 0x9f2 This setting will not be propagated to other nodes.
NSERR_OWNERNODE_ALLOWED_ON_CLU 2547 0x9f3 ownerNode setting is allowed only on CLIP.
NSERR_CL_NOT_DFLT_NG 2548 0x9f4 In L2 cluster, adding a node with nodegroup other than DEFAULT_NG is not permitted.
CLUSTER ERRORS

In this article