Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

8700 alarming out

Status
Not open for further replies.

Stillyman

Programmer
Mar 24, 2003
123
US
I have a pair of 8700's and I need to know how to change the number that they call for alarming. I know you have to do it in the shell but I dont know the command I have to type.

Any help would be good

Thanks in advance.
 
almcall

Top


This command displays or administers the OSS telephone numbers, the number of retries, the time interval between retries and Alram Abbreviation parameters. It also applies to SNMP inform requests to INADS. All oss parameters are stored in alarm_oss.conf file.


Usage: almcall [-f first-number] [-a [y|n]]
[-s second-number] [-b [y|n]]
[-t [abbreviation-timer]]
[-i [interval]] | [-?]

no argument: display
-f: set first number to first-number
values allowed: up to 30 digits. ',' for pause
-a: set alarm abbreviation on first number to y(es)(default) or n(o)
-s: set second number to second-number
values allowed: up to 30 digits. ',' for pause
-b: set alarm abbreviation on second number to y(es)(default) or n(o)
-t: set alarm abbreviation timer in hours
values allowed: 1-24
default value: 4
-i: set interval between retries in minutes to interval
values allowed: 1-20
default value: 7

[root@definity-1 /root]# almcall

First OSS Number:
Alarm Abbreviation on First Number: y

Second OSS Number:
Alarm Abbreviation on Second Number: y

Alarm Abbreviation Timer: 4
Interval between Retries: 7


Courtesey of -
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top