Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
P
Production Test Suite
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 9
    • Issues 9
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Wiki
    • Wiki
  • image/svg+xml
    Discourse
    • Discourse
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Projects
  • Production Test Suite
  • Issues
  • #1

Closed
Open
Opened Jan 15, 2015 by Theodor-Adrian Stana@tstana
  • Report abuse
  • New issue
Report abuse New issue

[SVEC] Changes to men-on/off/reset scripts

In newer versions of the ELMA SysMon firmware, the OID for powering on and off the crate has changed. In the current SVEC PTS version, the command for turning on power to the crate is (from the men-on script):

OLD*

snmpset -v2c -c ADMIN elma  1.3.6.1.4.1.37968.1.1.7.2.1.3.0 i 0

This command is, in newer SysMon firmware versions (note the changed OID -- the argument full of dots to the snmpset command):

NEW*

snmpset -v2c -c ADMIN elma  1.3.6.1.4.1.37968.1.1.7.2.1.3.1 i 0

Simlarly, the command for turning off power to the crate (from men-off):

OLD*

snmpset -v2c -c ADMIN elma  1.3.6.1.4.1.37968.1.1.7.2.1.3.0 i 1

should be:

NEW*

snmpset -v2c -c ADMIN elma  1.3.6.1.4.1.37968.1.1.7.2.1.3.1 i 1

This change should be made in the following files:

  • men-on
  • men-off
  • men-reset
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
1
Labels
feature
Assign labels
  • View project labels
Reference: project/pts#1