Reference record for OID 1.3.6.1.2.1.64.1.4.1.1.10



parent
1.3.6.1.2.1.64.1.4.1.1 (smLaunchEntry)
node code
10
node name
smLaunchStart
dot oid
1.3.6.1.2.1.64.1.4.1.1.10
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) scriptMIB(64) smObjects(1) smRunObjects(4) smLaunchTable(1) smLaunchEntry(1) smLaunchStart(10)}
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) scriptMIB(64) smObjects(1) smRunObjects(4) smLaunchTable(1) smLaunchEntry(1) smLaunchStart(10)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) scriptMIB(64) smObjects(1) smRunObjects(4) smLaunchTable(1) smLaunchEntry(1) smLaunchStart(10)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib(1) scriptMIB(64) smObjects(1) smRunObjects(4) smLaunchTable(1) smLaunchEntry(1) smLaunchStart(10)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) scriptMIB(64) smObjects(1) smRunObjects(4) smLaunchTable(1) smLaunchEntry(1) smLaunchStart(10)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) scriptMIB(64) smObjects(1) smRunObjects(4) smLaunchTable(1) smLaunchEntry(1) smLaunchStart(10)}
  • iri oid
  • /iso/identified-organization/dod/internet/mgmt/mib-2/scriptMIB/smObjects/smRunObjects/smLaunchTable/smLaunchEntry/smLaunchStart
  • /iso/identified-organization/dod/internet/mgmt/mib/scriptMIB/smObjects/smRunObjects/smLaunchTable/smLaunchEntry/smLaunchStart
  • /iso/org/dod/internet/mgmt/mib-2/scriptMIB/smObjects/smRunObjects/smLaunchTable/smLaunchEntry/smLaunchStart
  • /iso/org/dod/internet/mgmt/mib/scriptMIB/smObjects/smRunObjects/smLaunchTable/smLaunchEntry/smLaunchStart
  • /iso/iso-identified-organization/dod/internet/mgmt/mib-2/scriptMIB/smObjects/smRunObjects/smLaunchTable/smLaunchEntry/smLaunchStart
  • /iso/iso-identified-organization/dod/internet/mgmt/mib/scriptMIB/smObjects/smRunObjects/smLaunchTable/smLaunchEntry/smLaunchStart
  • iri by oid_info
    /ISO/Identified-Organization/6/1/2/1/64/1/4/1/1/10

    Description by oid_info

    smLaunchStart OBJECT-TYPE
    SYNTAX Integer32 (0..2147483647)
    MAX-ACCESS read-create
    STATUS current
    DESCRIPTION
    "This object is used to start the execution of scripts.
    When retrieved, the value will be the value of smRunIndex
    for the last script that started execution by manipulating
    this object. The value will be zero if no script started
    execution yet.
    A script is started by setting this object to an unused
    smRunIndex value. A new row in the smRunTable will be
    created which is indexed by the value supplied by the
    set-request in addition to the value of smLaunchOwner and
    smLaunchName. An unused value can be obtained by reading
    the smLaunchRunIndexNext object.
    Setting this object to the special value 0 will start
    the script with a self-generated smRunIndex value. The
    consequence is that the script invoker has no reliable
    way to determine the smRunIndex value for this script
    invocation and that the invoker has therefore no way
    to obtain the results from this script invocation. The
    special value 0 is however useful for scheduled script
    invocations.
    If this object is set, the following checks must beperformed:
    1) The value of the smLaunchOperStatus object in this
    entry of the smLaunchtable must be `enabled.
    2) The values of smLaunchScriptOwner and
    smLaunchScriptName of this row must identify an
    existing entry in the smScriptTable.
    3) The value of smScriptOperStatus of this entry must
    be `enabled.
    4) The principal performing the set operation must have
    read access to the script. This must be checked by
    calling the isAccessAllowed abstract service interface
    defined in RFC 2271 on the row in the smScriptTable
    identified by smLaunchScriptOwner and smLaunchScriptName.
    The isAccessAllowed abstract service interface must be
    called on all columnar objects in the smScriptTable with
    a MAX-ACCESS value different than `not-accessible. The
    test fails as soon as a call indicates that access is
    not allowed.
    5) If the value provided by the set operation is not 0,
    a check must be made that the value is currently not
    in use. Otherwise, if the value provided by the set
    operation is 0, a suitable unused value must be
    generated.
    6) The number of currently executing scripts invoked
    from this smLaunchtable entry must be less than
    smLaunchMaxRunning.
    Attempts to start a script will fail with an
    inconsistentValue error if one of the checks described
    above fails.
    Otherwise, if all checks have been passed, a new entry
    in the smRunTable will be created indexed by smLaunchOwner,
    smLaunchName and the new value for smRunIndex. The value
    of smLaunchArgument will be copied into smRunArgument,
    the value of smLaunchLifeTime will be copied to
    smRunLifeTime, and the value of smLaunchExpireTime
    will be copied to smRunExpireTime.
    The smRunStartTime will be set to the current time and
    the smRunState will be set to `initializing before the
    script execution is initiated in the appropriate runtime
    system.
    Note that the data type and the range of this object must
    be consistent with the smRunIndex object. Since this
    object might be written from the scheduling MIB, thedata type Integer32 rather than Unsigned32 is used."
    DEFVAL { 0 }

    View at oid-info.com

    Description by mibdepot

    This object is used to start the execution of scripts.
    When retrieved, the value will be the value of smRunIndex
    for the last script that started execution by manipulating
    this object. The value will be zero if no script started
    execution yet.

    A script is started by setting this object to an unused
    smRunIndex value. A new row in the smRunTable will be
    created which is indexed by the value supplied by the
    set-request in addition to the value of smLaunchOwner and
    smLaunchName. An unused value can be obtained by reading
    the smLaunchRunIndexNext object.

    Setting this object to the special value 0 will start
    the script with a self-generated smRunIndex value. The
    consequence is that the script invoker has no reliable
    way to determine the smRunIndex value for this script
    invocation and that the invoker has therefore no way
    to obtain the results from this script invocation. The
    special value 0 is however useful for scheduled script
    invocations.

    If this object is set, the following checks must be

    performed:

    1) The value of the smLaunchOperStatus object in this
    entry of the smLaunchTable must be `enabled'.
    2) The values of smLaunchScriptOwner and
    smLaunchScriptName of this row must identify an
    existing entry in the smScriptTable.
    3) The value of smScriptOperStatus of this entry must
    be `enabled'.
    4) The principal performing the set operation must have
    read access to the script. This must be checked by
    calling the isAccessAllowed abstract service interface
    defined in RFC 2271 on the row in the smScriptTable
    identified by smLaunchScriptOwner and smLaunchScriptName.
    The isAccessAllowed abstract service interface must be
    called on all columnar objects in the smScriptTable with
    a MAX-ACCESS value different than `not-accessible'. The
    test fails as soon as a call indicates that access is
    not allowed.
    5) If the value provided by the set operation is not 0,
    a check must be made that the value is currently not
    in use. Otherwise, if the value provided by the set
    operation is 0, a suitable unused value must be
    generated.
    6) The number of currently executing scripts invoked
    from this smLaunchTable entry must be less than
    smLaunchMaxRunning.

    Attempts to start a script will fail with an
    inconsistentValue error if one of the checks described
    above fails.

    Otherwise, if all checks have been passed, a new entry
    in the smRunTable will be created indexed by smLaunchOwner,
    smLaunchName and the new value for smRunIndex. The value
    of smLaunchArgument will be copied into smRunArgument,
    the value of smLaunchLifeTime will be copied to
    smRunLifeTime, and the value of smLaunchExpireTime
    will be copied to smRunExpireTime.

    The smRunStartTime will be set to the current time and
    the smRunState will be set to `initializing' before the
    script execution is initiated in the appropriate runtime
    system.

    Note that the data type and the range of this object must
    be consistent with the smRunIndex object. Since this
    object might be written from the scheduling MIB, the

    data type Integer32 rather than Unsigned32 is used.

    Parsed from file DISMAN-SCRIPT-MIB.txt
    Company: None
    Module: DISMAN-SCRIPT-MIB

    Description by circitor

    This object is used to start the execution of scripts.
    When retrieved, the value will be the value of smRunIndex
    for the last script that started execution by manipulating
    this object. The value will be zero if no script started
    execution yet.

    A script is started by setting this object to an unused
    smRunIndex value. A new row in the smRunTable will be
    created which is indexed by the value supplied by the
    set-request in addition to the value of smLaunchOwner and
    smLaunchName. An unused value can be obtained by reading
    the smLaunchRunIndexNext object.

    Setting this object to the special value 0 will start
    the script with a self-generated smRunIndex value. The
    consequence is that the script invoker has no reliable
    way to determine the smRunIndex value for this script
    invocation and that the invoker has therefore no way
    to obtain the results from this script invocation. The
    special value 0 is however useful for scheduled script
    invocations.

    If this object is set, the following checks must be

    performed:

    1) The value of the smLaunchOperStatus object in this
    entry of the smLaunchTable must be `enabled'.
    2) The values of smLaunchScriptOwner and
    smLaunchScriptName of this row must identify an
    existing entry in the smScriptTable.
    3) The value of smScriptOperStatus of this entry must
    be `enabled'.
    4) The principal performing the set operation must have
    read access to the script. This must be checked by
    calling the isAccessAllowed abstract service interface
    defined in RFC 2271 on the row in the smScriptTable
    identified by smLaunchScriptOwner and smLaunchScriptName.
    The isAccessAllowed abstract service interface must be
    called on all columnar objects in the smScriptTable with
    a MAX-ACCESS value different than `not-accessible'. The
    test fails as soon as a call indicates that access is
    not allowed.
    5) If the value provided by the set operation is not 0,
    a check must be made that the value is currently not
    in use. Otherwise, if the value provided by the set
    operation is 0, a suitable unused value must be
    generated.
    6) The number of currently executing scripts invoked
    from this smLaunchTable entry must be less than
    smLaunchMaxRunning.

    Attempts to start a script will fail with an
    inconsistentValue error if one of the checks described
    above fails.

    Otherwise, if all checks have been passed, a new entry
    in the smRunTable will be created indexed by smLaunchOwner,
    smLaunchName and the new value for smRunIndex. The value
    of smLaunchArgument will be copied into smRunArgument,
    the value of smLaunchLifeTime will be copied to
    smRunLifeTime, and the value of smLaunchExpireTime
    will be copied to smRunExpireTime.

    The smRunStartTime will be set to the current time and
    the smRunState will be set to `initializing' before the
    script execution is initiated in the appropriate runtime
    system.

    Note that the data type and the range of this object must
    be consistent with the smRunIndex object. Since this
    object might be written from the scheduling MIB, the

    data type Integer32 rather than Unsigned32 is used.

    Parsed from file DISMAN-SCRIPT-MIB.mib
    Module: DISMAN-SCRIPT-MIB

    Information by oid_info

    Automatically extracted from RFC3165

    Information by mibdepot

    smLaunchStart OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to start the execution of scripts. When retrieved, the value will be the value of smRunIndex for the last script that started execution by manipulating this object. The value will be zero if no script started execution yet. A script is started by setting this object to an unused smRunIndex value. A new row in the smRunTable will be created which is indexed by the value supplied by the set-request in addition to the value of smLaunchOwner and smLaunchName. An unused value can be obtained by reading the smLaunchRunIndexNext object. Setting this object to the special value 0 will start the script with a self-generated smRunIndex value. The consequence is that the script invoker has no reliable way to determine the smRunIndex value for this script invocation and that the invoker has therefore no way to obtain the results from this script invocation. The special value 0 is however useful for scheduled script invocations. If this object is set, the following checks must be performed: 1) The value of the smLaunchOperStatus object in this entry of the smLaunchTable must be `enabled'. 2) The values of smLaunchScriptOwner and smLaunchScriptName of this row must identify an existing entry in the smScriptTable. 3) The value of smScriptOperStatus of this entry must be `enabled'. 4) The principal performing the set operation must have read access to the script. This must be checked by calling the isAccessAllowed abstract service interface defined in RFC 2271 on the row in the smScriptTable identified by smLaunchScriptOwner and smLaunchScriptName. The isAccessAllowed abstract service interface must be called on all columnar objects in the smScriptTable with a MAX-ACCESS value different than `not-accessible'. The test fails as soon as a call indicates that access is not allowed. 5) If the value provided by the set operation is not 0, a check must be made that the value is currently not in use. Otherwise, if the value provided by the set operation is 0, a suitable unused value must be generated. 6) The number of currently executing scripts invoked from this smLaunchTable entry must be less than smLaunchMaxRunning. Attempts to start a script will fail with an inconsistentValue error if one of the checks described above fails. Otherwise, if all checks have been passed, a new entry in the smRunTable will be created indexed by smLaunchOwner, smLaunchName and the new value for smRunIndex. The value of smLaunchArgument will be copied into smRunArgument, the value of smLaunchLifeTime will be copied to smRunLifeTime, and the value of smLaunchExpireTime will be copied to smRunExpireTime. The smRunStartTime will be set to the current time and the smRunState will be set to `initializing' before the script execution is initiated in the appropriate runtime system. Note that the data type and the range of this object must be consistent with the smRunIndex object. Since this object might be written from the scheduling MIB, the data type Integer32 rather than Unsigned32 is used." DEFVAL { 0 } ::= { smLaunchEntry 10 }

    Information by circitor

    smLaunchStart OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to start the execution of scripts. When retrieved, the value will be the value of smRunIndex for the last script that started execution by manipulating this object. The value will be zero if no script started execution yet. A script is started by setting this object to an unused smRunIndex value. A new row in the smRunTable will be created which is indexed by the value supplied by the set-request in addition to the value of smLaunchOwner and smLaunchName. An unused value can be obtained by reading the smLaunchRunIndexNext object. Setting this object to the special value 0 will start the script with a self-generated smRunIndex value. The consequence is that the script invoker has no reliable way to determine the smRunIndex value for this script invocation and that the invoker has therefore no way to obtain the results from this script invocation. The special value 0 is however useful for scheduled script invocations. If this object is set, the following checks must be performed: 1) The value of the smLaunchOperStatus object in this entry of the smLaunchTable must be `enabled'. 2) The values of smLaunchScriptOwner and smLaunchScriptName of this row must identify an existing entry in the smScriptTable. 3) The value of smScriptOperStatus of this entry must be `enabled'. 4) The principal performing the set operation must have read access to the script. This must be checked by calling the isAccessAllowed abstract service interface defined in RFC 2271 on the row in the smScriptTable identified by smLaunchScriptOwner and smLaunchScriptName. The isAccessAllowed abstract service interface must be called on all columnar objects in the smScriptTable with a MAX-ACCESS value different than `not-accessible'. The test fails as soon as a call indicates that access is not allowed. 5) If the value provided by the set operation is not 0, a check must be made that the value is currently not in use. Otherwise, if the value provided by the set operation is 0, a suitable unused value must be generated. 6) The number of currently executing scripts invoked from this smLaunchTable entry must be less than smLaunchMaxRunning. Attempts to start a script will fail with an inconsistentValue error if one of the checks described above fails. Otherwise, if all checks have been passed, a new entry in the smRunTable will be created indexed by smLaunchOwner, smLaunchName and the new value for smRunIndex. The value of smLaunchArgument will be copied into smRunArgument, the value of smLaunchLifeTime will be copied to smRunLifeTime, and the value of smLaunchExpireTime will be copied to smRunExpireTime. The smRunStartTime will be set to the current time and the smRunState will be set to `initializing' before the script execution is initiated in the appropriate runtime system. Note that the data type and the range of this object must be consistent with the smRunIndex object. Since this object might be written from the scheduling MIB, the data type Integer32 rather than Unsigned32 is used." DEFVAL { 0 } ::= { smLaunchEntry 10 }

    First Registration Authority (recovered by parent 1.3.6)

    Defense Communication Agency

    Current Registration Authority (recovered by parent 1.3.6.1.2)

    Internet Assigned Numbers Authority

    Brothers (18)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.2.1.64.1.4.1.1.1 smLaunchOwner 0 0 The manager who owns this row in the smLaunchTable. Every
    instance of a running script started from a particular entry
    in the smL…
    1.3.6.1.2.1.64.1.4.1.1.2 smLaunchName 0 0 The locally-unique, administratively assigned name for this
    launch table entry. This object allows an smLaunchOwner to
    have multi…
    1.3.6.1.2.1.64.1.4.1.1.3 smLaunchScriptOwner 0 0 The value of this object in combination with the value of
    smLaunchScriptName identifies the script that can be
    launched from this…
    1.3.6.1.2.1.64.1.4.1.1.4 smLaunchScriptName 0 0 The value of this object in combination with the value of
    the smLaunchScriptOwner identifies the script that can be
    launched from…
    1.3.6.1.2.1.64.1.4.1.1.5 smLaunchArgument 0 0 The argument supplied to the script. When a script is
    invoked, the value of this object is used to initialize
    the smRunArgument o…
    1.3.6.1.2.1.64.1.4.1.1.6 smLaunchMaxRunning 0 0 The maximum number of concurrently running scripts that may
    be invoked from this entry in the smLaunchTable. Lowering
    the current…
    1.3.6.1.2.1.64.1.4.1.1.7 smLaunchMaxCompleted 0 0 The maximum number of finished scripts invoked from this
    entry in the smLaunchTable allowed to be retained in the
    smRunTable. Whe…
    1.3.6.1.2.1.64.1.4.1.1.8 smLaunchLifeTime 0 0 The default maximum amount of time a script launched
    from this entry may run. The value of this object is used
    to initialize the …
    1.3.6.1.2.1.64.1.4.1.1.9 smLaunchExpireTime 0 0 The default maximum amount of time information about a
    script launched from this entry is kept in the smRunTable
    after the script…
    1.3.6.1.2.1.64.1.4.1.1.11 smLaunchControl 0 0 This object is used to request a state change for all
    running scripts in the smRunTable that were started from
    this row in the sm…
    1.3.6.1.2.1.64.1.4.1.1.12 smLaunchAdminStatus 0 0 The value of this object indicates the desired status of
    this launch table entry. The values enabled(1) and
    autostart(3) both ind…
    1.3.6.1.2.1.64.1.4.1.1.13 smLaunchOperStatus 0 0 The value of this object indicates the actual status of
    this launch table entry. The smLaunchOperStatus object
    may have the foll…
    1.3.6.1.2.1.64.1.4.1.1.14 smLaunchRunIndexNext 0 0 This variable is used for creating rows in the smRunTable.
    The value of this variable is a currently unused value
    for smRunIndex,…
    1.3.6.1.2.1.64.1.4.1.1.15 smLaunchStorageType 0 0 This object defines if this row is kept in volatile storage
    and lost upon reboot or if this row is backed up by stable
    storage.

    Th…
    1.3.6.1.2.1.64.1.4.1.1.16 smLaunchRowStatus 0 0 A control that allows entries to be added and removed from
    this table.

    Attempts to `destroy' a row or to set a row `notInService'…
    1.3.6.1.2.1.64.1.4.1.1.17 smLaunchError 0 0 This object contains a descriptive error message if an
    attempt to launch a script fails. Implementations must reset
    the error mes…
    1.3.6.1.2.1.64.1.4.1.1.18 smLaunchLastChange 0 0 smLaunchLastChange OBJECT-TYPE
    SYNTAX DateAndTime
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
    "The date and time when this …
    1.3.6.1.2.1.64.1.4.1.1.19 smLaunchRowExpireTime 0 0 The value of this object specifies how long this row remains
    in the `enabled' or `disabled' operational state. The value
    reported…