IP Library Granted Patent US 7,177,896
Granted Patent B2
US 7,177,896 · App. 09/832,619 · Granted Feb 13, 2007

Dynamic rule sets for generated logs

View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 7,177,896
App. No.
09/832,619
Filed
Apr 11, 2001
Granted
Feb 13, 2007
Kind
B2
Art Unit
2121
USPC
709/200
Abstract

A network administration system for automatically activating and deactivating dynamic rule sets in response to receipt of error logs from network devices and applications, comprising a user interface for manually activating and deactivating rule sets having defined rule set criteria and for associating rule set activation keys with the rule sets, wherein said activation keys associate changes in status of the dynamic rule sets, and a program for receiving the error logs and for each of the rule sets in connection with which activation keys have been associated and whose criteria have been satisfied by the error logs, reading the activation keys and one of either activating or deactivating the dynamic rule sets in accordance with the associated changes in status.

Claims (39)

1. A network administration system comprising:

a user interface for manually activating and deactivating rule sets having defined rule set criteria and for associating rule set activation keys with said rule sets, wherein said activation keys associate changes in status of other rule sets; and

program means for receiving said error logs from at least one of network devices and applications and for each of said rule sets in connection with which activation keys have been associated and whose criteria have been satisfied by said error logs, reading said activation keys and one of either automatically activating or automatically deactivating said other rule sets in accordance with said associated changes in status so as to cause the status of said other rule sets to change.

2. The network administration system of claim 1 wherein, said program means is implemented via pseudo-code comprising:

Dynamic rule sets function prog

Retrieve log

Compare logs with rule sets

If rule set fully satisfied

If rule set has activation keys

Go to first activation key

While activation keys exist

Set status of specified rule set id

Go to next activation key

endwhile

endif

endif

End dynamic rule sets function prog.

3. A method of automatically activating and deactivating rule sets in response to receipt error logs form network devices and applications, comprising the steps of:

manually activating predetermined rule sets having defined rule set criteria;

associating rule set activation keys with said predetermined rule sets, wherein said activation keys associated changes in status of other rule sets;

receiving said error logs; and

comparing said error logs with said predetermined rule sets and for each of said predetermined rule sets in connection with which activation keys have been associated and whose criteria have been satisfied by said error logs, reading said activation keys and one of either automatically activating or automatically deactivating said other rule sets in accordance with said associated changes in status so as to cause the status of said other rule sets to change.

4. A software product automatically activating and deactivating dynamic rule sets in response to receipt of error logs from network devices and applications, comprising:

a user interface for manually activating and deactivating rule sets having defined rule set criteria and for associating rule set activation keys with said rule sets, wherein said activation keys associate changes in status of other rule sets; and

program means for receiving said error logs from at least one of network devices and applications and for each of said rule sets in connection with which activation keys have been associated and whose criteria have been satisfied by said error logs, reading said activation keys and one of either automatically activating or automatically deactivating said other rule sets in accordance with said associated changes in status so as to cause the status of said other rule sets to change.

5. The software product of claim 4 , wherein said program means is implemented via pseudo-code comprising:

Dynamic rule sets function prog

Retrieve log

Compare logs with rule sets

If rule set fully satisfied

If rule set has activation keys

Go to first activation key

While activation keys exist

Set status of specified rule set id

Go to next activation key

endwhile

endif

endif

End dynamic rule sets function prog.