Description:
|
eqlApplianceMultiStateOpsState OBJECT-TYPE
SYNTAX INTEGER {unknown(0),
-- 1001 to 1099 are for attach-node operation
attach-node-setup(1001), attach-internal-network(1002), attach-san-network(1003), attach-client-network(1004), attach-configure-gateway(1005), attach-start-nodes-validation(1006), attach-nodes-validation-inprogress(1007), attach-action(1008), attach-action-inprogress(1009), attach-completed(1010),
-- 1101 to 1199 are for resize operation
resize-expand(1101), resize-expand-inprogress(1102), resize-format(1103), resize-format-inprogress(1104), resize-completed(1105), resize-nas-volumes(1106), resize-discover-volumes(1107),
-- 1201 to 1299 are for detach operation
detach-inprogress(1201),
-- 1301 to 1399 are for start operation
start-inprogress(1301),
-- 1401 to 1499 are for stop operation
stop-inprogress(1401),
-- 1501 to 1599 are for add-pair operation
add-pair-node-setup(1501), -- deprecated
add-pair-node-count(1502), add-pair-cluster-internal-network(1503), -- deprecated
add-pair-reset-node-count(1504), -- deprecated
add-pair-nodes-internal-network(1505), -- deprecated
add-pair-cluster-san-network(1506), add-pair-nodes-san-network(1507), -- deprecated
add-pair-cluster-client-network(1508), add-pair-nodes-client-network(1509), -- deprecated
add-pair-configure-gateway(1510), -- deprecated
add-pair-start-nodes-validation(1511), -- deprecated
add-pair-nodes-validation-inprogress(1512), -- deprecated
add-pair-prepare(1513), -- deprecated
add-pair-create-volume-acls(1514), add-pair-start-attach(1515), -- deprecated
add-pair-attach-inprogress(1516), -- deprecated
add-pair-start-action(1517), -- deprecated
add-pair-action-inprogress(1518), -- deprecated
add-pair-completed(1519), add-pair-start-nas-appliance-add(1520), add-pair-nas-appliance-add-inprogress(1521), add-pair-start-volume-discovery(1522), add-pair-start-nas-appliance-join(1523), add-pair-nas-appliance-join-inprogress(1524),
-- 1601 to 1699 are for delete operation
delete-inprogress(1601), local-delete-inprogress(1602),
-- 1701 to 1799 are for long running operations that block communication to appliance for longer duration
modify-internal-network(1701), modify-san-network(1702), modify-client-network(1703), configure-credential-no-external(1704), configure-credential-ldap(1705), configure-credential-nis(1706), configure-credential-unknown(1707), configure-active-directory(1708), max-keep-set(1709), grp-inet-addr-set(1710), delete-container-host-access(1711), rename-cluster(1712), cifs-operation(1713), nas-cluster-update-start(1714),
-- 1801 to 1899 are for NAS Diagnostics
nas-diags-init(1801), nas-diags-start-general(1802), nas-diags-check-general-started(1803), nas-diags-check-general-finished(1804), nas-diags-start-file(1805), nas-diags-check-file-started(1806), nas-diags-check-file-finished(1807), nas-diags-finalize(1808), nas-diags-done(1809),
-- 1901 to 1999 are for NAS Cluster Firmware Update
nas-cluster-update-inprogress(1901),
-- 2001 to 2099 are for NAS cluster restore
restore-start(2001), restore-service-mode-to-maintenance(2002), restore-transitioning-to-maintenance(2003), restore-internal-network(2004), restore-cluster-name(2005), restore-start-nas-appliance-create(2006), restore-nas-appliance-create-in-progress(2007), restore-san-network(2008), restore-send-eql-group-ip(2009), restore-create-volume-acls(2010), restore-start-volume-discovery(2011), restore-start-format(2012), restore-format-in-progress(2013), restore-start-config-restore(2014), restore-config-restore-in-progress(2015), restore-done(2016),
-- 2101 to 2199 for service mode change operation
service-mode-change-inprogress(2101), container-cfg-modify-inprogress(2200)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This field represents the state during the attach state machine."
|
|