Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
I recently tried to create a new rule using the FCL interface and noticed that it never appears to complete. The command was: CREATE DOMAIN RULES RULE node-reach-test EXPRE = (NODE x STATE <> ON), AT EVERY = 00:05:00 The command takes but the cursor never comes back to the upper region. What is repeated below is: Rule created and enabled successfully. Domain LOCAL_NS:.rules Rule node-reach-test AT 22-FEB-1993 16:31:29 Attempt to create duplicate rule not allowed. Domain LOCAL_NS:.rules Rule node-reach-test AT 22-FEB-1993 16:36:290 Attempt to create duplicate rule not allowed But if I go to the Iconic Map interface, I can list the rule, enable/disable same and change it's attributes. The rule is running! The only way to get out of the FCL window is to CLOSE it! Bug or feature? Al
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
4587.1 | You have misplaced the 'at every' | MOLAR::ROBERTS | Keith Roberts - Network Management Applications | Tue Feb 23 1993 08:26 | 12 |
>> CREATE DOMAIN RULES RULE node-reach-test EXPRE = (NODE x STATE <> ON), - >> AT EVERY = 00:05:00 Your expression does not contain a scheduling time (the 'at every') .. you put it outside the expression. This instructs the FCL to repeat the Create directive every 5 minutes .. which is what you are seeing. Change the expression to: (NODE x STATE <> ON, at every 00:05:00) /keith |