<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Madgoat Watcher in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710595#M102346</link>
    <description>James,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 53 of 112 responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;If you have closed some of those streams, you must "Reopen" them to "Submit points". (After which you can "Close" again)&lt;BR /&gt;&lt;BR /&gt;Do not forget to explicitly activate "Submit points", or your effort gets lost again!!&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;PPS. - Zero points for this.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
    <pubDate>Tue, 09 Nov 2010 13:33:27 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2010-11-09T13:33:27Z</dc:date>
    <item>
      <title>Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710592#M102343</link>
      <description>Has anyone seen any strange behavior on running Watcher V3.2-1 on I64 platform? &lt;BR /&gt;We have run Watcher for years with no issues, until recently. When we moved from AXP to I64, on our development system, it acted as it ignored the config file that was setup, but our production system worked fine. Then recently the production system started ignoring configuration file setup.</description>
      <pubDate>Mon, 08 Nov 2010 15:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710592#M102343</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-11-08T15:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710593#M102344</link>
      <description>Have you enabled tracing to see if it gives you any clues about what's going on?  Does the control program show you the rules that you think you've entered in the configuration file, e.g.,&lt;BR /&gt;&lt;BR /&gt;$ mcr watcher_dir:wcp show watch&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;Note that WATCHER_STARTUP.COM does a RUN/DETACHED with a number of quotas explicitly set.  The values that were appropriate on Alpha might well be inappropriate on Itanium.&lt;BR /&gt;&lt;BR /&gt;I've only dabbled with Watcher but haven't rolled it out because I couldn't get the following very simple rule working.  Basically this should allow everyone to stay logged in during the day but kick them out at night:&lt;BR /&gt;&lt;BR /&gt;WATCH *&lt;BR /&gt;EXCLUDE */DURING=(PRIMARY:6-20,SECONDARY:6-20)&lt;BR /&gt;&lt;BR /&gt;After enabling tracing and reading the code I was pretty sure that UIC wildcarding doesn't work for the EXCLUDE directive (and probably never has).  But I don't know BLISS so I'm not at all sure I've understood the code correctly.&lt;BR /&gt;&lt;BR /&gt;But in answer to your question, no, I have not seen a general inability to read the configuration file.</description>
      <pubDate>Mon, 08 Nov 2010 20:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710593#M102344</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-11-08T20:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710594#M102345</link>
      <description>I've "SET DEBUG=31", and looking at the log it sets up my exclusions:&lt;BR /&gt;&lt;BR /&gt;Example: &lt;BR /&gt;EXCLUDE HORN/DURING=(PRIMARY:0-23,SECONDARY=8-17)&lt;BR /&gt;&lt;BR /&gt;Here I believe it is checking to see if HORN is excluded and finds the exclude record:&lt;BR /&gt;( 8-NOV-2010 13:58:04.15) Process: PID=000886BF, user=HORN, term=ERP01$FTA397:, accpor=&lt;BR /&gt;( 8-NOV-2010 13:58:04.15)   -- Searching exclude list...&lt;BR /&gt;( 8-NOV-2010 13:58:04.15)     -- Username: exclude=SYSTEM, process=HORN&lt;BR /&gt;( 8-NOV-2010 13:58:04.15)     -- Username: exclude=FIELD, process=HORN&lt;BR /&gt;( 8-NOV-2010 13:58:04.18)     -- Username: exclude=HORN, process=HORN&lt;BR /&gt;( 8-NOV-2010 13:58:04.18)     -- UIC: exclude=[0,0], process=[2,5]&lt;BR /&gt;( 8-NOV-2010 13:58:04.24)     -- Exhausted list: no match.&lt;BR /&gt;( 8-NOV-2010 13:58:04.24)   -- Process found on count list&lt;BR /&gt;( 8-NOV-2010 13:58:04.24)   -- Searching override list...&lt;BR /&gt;( 8-NOV-2010 13:58:04.25)     -- Username: exclude=SAMINFO, process=HORN&lt;BR /&gt;( 8-NOV-2010 13:58:04.25)     -- Username: exclude=NGL_SAMINFO, process=HORN&lt;BR /&gt;( 8-NOV-2010 13:58:04.25)     -- Exhausted list: no match.&lt;BR /&gt;( 8-NOV-2010 13:58:04.25)   -- Queueing count record for checking&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I believe from this HORN has been idle for 54 minutes, and will be terminated.&lt;BR /&gt;&lt;BR /&gt;( 8-NOV-2010 13:58:08.71) Check for warn/force: PID=000886BF, user=HORN&lt;BR /&gt;( 8-NOV-2010 13:58:08.71)   -- Force check: Is 00:54:55.68 GTR 01:10:00.00?&lt;BR /&gt;( 8-NOV-2010 13:58:08.71)   -- Warn check: Is 00:54:55.68 GTR 01:00:00.00?&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2010 20:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710594#M102345</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-11-08T20:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710595#M102346</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 53 of 112 responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;If you have closed some of those streams, you must "Reopen" them to "Submit points". (After which you can "Close" again)&lt;BR /&gt;&lt;BR /&gt;Do not forget to explicitly activate "Submit points", or your effort gets lost again!!&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;PPS. - Zero points for this.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 09 Nov 2010 13:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710595#M102346</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2010-11-09T13:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710596#M102347</link>
      <description>James, I think your reading of the trace makes sense.  Which means, I *think*, that it's not ignoring the config file.  You're not using wildcard UICs in the exclusion list, so there's no reason to believe your problem is related to mine.&lt;BR /&gt;&lt;BR /&gt;Does anything appear in the log file?  Does it say that it logged out processes that are in fact still there?</description>
      <pubDate>Tue, 09 Nov 2010 15:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710596#M102347</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-11-09T15:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710597#M102348</link>
      <description>I changed the config to use your example (exclude * /during=(primary:6-20,secondary:8-18) and it still is "ignoring" the exclusions:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;( 9-NOV-2010 10:28:02.25) Process: PID=0005E987, user=HORN, term=ERP01$FTA403:, accpor=&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)   -- Searching exclude list...&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)     -- Username: exclude=SYSTEM, process=HORN&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)     -- Username: exclude=*, process=HORN&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)     -- UIC: exclude=[0,0], process=[2,5]&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)     -- Exhausted list: no match.&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)   -- Process found on count list&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)   -- Searching override list...&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)     -- Username: exclude=SAMINFO, process=HORN&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)     -- Username: exclude=NGL_SAMINFO, process=HORN&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)     -- Exhausted list: no match.&lt;BR /&gt;( 9-NOV-2010 10:28:02.25)   -- Queueing count record for checking&lt;BR /&gt;( 9-NOV-2010 10:28:02.51) Check for warn/force: PID=0005E987, user=HORN&lt;BR /&gt;( 9-NOV-2010 10:28:02.51)   -- Force check: Is 00:07:13.17 GTR 01:10:00.00?&lt;BR /&gt;( 9-NOV-2010 10:28:02.51)   -- Warn check: Is 00:07:13.17 GTR 01:00:00.00?&lt;BR /&gt;&lt;BR /&gt;currently using "SET NOACTION" so it does not stop processes, but seems to be saying it will stop all processes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2010 16:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710597#M102348</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-11-09T16:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710598#M102349</link>
      <description>I can now reproduce your problem with ignored EXCLUDE directives using both wildcarded and explicitly specified usernames.  And I think I'm starting to understand what the trace means. It matches on username, but fails to match on UIC.  Since we're not specifying a UIC, it should default to a wildcarded UIC which matches everything.  However, if you look at what it thinks it has like so:&lt;BR /&gt;&lt;BR /&gt;$  mcr watcher_dir:wcp show exclude&lt;BR /&gt;&lt;BR /&gt;You'll see records like&lt;BR /&gt;&lt;BR /&gt;  Username: BACKUP, UIC: [0,200]&lt;BR /&gt;  Device: *, Port name: *&lt;BR /&gt;  Running image: *&lt;BR /&gt;  Times: MONDAY:(0-23),TUESDAY:(0-23),WEDNESDAY:(0-23),THURSDAY:(0-23),FRIDAY:(0-23),SATURDAY:(0-23),SUNDAY:(0-23)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This derives from the record that looks like:&lt;BR /&gt;&lt;BR /&gt;EXCLUDE BACKUP&lt;BR /&gt;&lt;BR /&gt;in the sample configuration file.  The design appears to be that all the fields not specified explicitly default to wildcard values.  However, a UIC of [0,200] is definitely not a wildcard UIC.  Not sure if it's supposed to display as [*,*] or [0,0], but [0,200] is definitely not right.  Any attempt to specify a UIC explicitly looks like this:&lt;BR /&gt;&lt;BR /&gt;WCP&amp;gt; exclude backup/uic=[1,1]&lt;BR /&gt;%WCP-W-UICERR, error translating UIC "[1,1]"&lt;BR /&gt;-LIB-F-SYNTAXERR, string syntax error detected by LIB$TPARSE&lt;BR /&gt;&lt;BR /&gt;The use of LIB$TPARSE might be a clue here, as I believe it's translated VAX code and probably ought to be replaced with LIB$TABLE_PARSE.  I thought I'd have a go at doing that, so I installed this:&lt;BR /&gt;&lt;BR /&gt;$ prod show hist *bliss*&lt;BR /&gt;------------------------------------ ----------- ----------- --- -----------&lt;BR /&gt;PRODUCT                              KIT TYPE    OPERATION   VAL DATE&lt;BR /&gt;------------------------------------ ----------- ----------- --- -----------&lt;BR /&gt;HP I64VMS BLISSI64 V1.12-72          Full LP     Install     (U) 11-NOV-2010&lt;BR /&gt;------------------------------------ ----------- ----------- --- -----------&lt;BR /&gt;&lt;BR /&gt;1 item found&lt;BR /&gt;&lt;BR /&gt;Is that really the latest?  It's dated 2006 and it's hard to believe there haven't been any tweaks to the Itanium BLISS compiler since then, but this was the latest I could find; I got it from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.hp.com/pub/openvms/freeware/bliss" target="_blank"&gt;ftp://ftp.hp.com/pub/openvms/freeware/bliss&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then I grabbed the sources for Watcher v4.0 (which appears identical to v3.2-1 except for the license text).  I got it from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?WATCHER" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?WATCHER&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Before making any code changes, I tried compiling like so:&lt;BR /&gt;&lt;BR /&gt;$ @[.source]compile&lt;BR /&gt;$ BLISS/LIBR=FIELDS.L32I FIELDS.R32&lt;BR /&gt;$ BLISS/LIBR=WATCHER.L32I WATCHER.R32&lt;BR /&gt;; %MESSAGE:     Structure GBLDEF size: 296 bytes&lt;BR /&gt;; %MESSAGE:     Structure TRMDEF size: 206 bytes&lt;BR /&gt;; %MESSAGE:     Structure EXCDEF size: 507 bytes&lt;BR /&gt;; %MESSAGE:     Structure IDDEF size: 72 bytes&lt;BR /&gt;$ BLISS/LIBR=WATCHER_PRIVATE.L32I WATCHER_PRIVATE.R32&lt;BR /&gt;; %MESSAGE:     Structure CTRDEF size: 535 bytes&lt;BR /&gt;; %MESSAGE:     Structure PRCDEF size: 469 bytes&lt;BR /&gt;; %MESSAGE:     Structure PGBLDEF size: 10 bytes&lt;BR /&gt;; %MESSAGE:     Structure CHKDEF size: 12 bytes&lt;BR /&gt;; %MESSAGE:     Structure MIOSBDEF size: 8 bytes&lt;BR /&gt;$ BLISS/OBJECT=[-.BIN-IA64]WATCHER.OBJ WATCHER.B32&lt;BR /&gt;$ LIBRARY/REPLACE [-.BIN-IA64]WATCHER.OLB [-.BIN-IA64]WATCHER.OBJ&lt;BR /&gt;$ BLISS/OBJECT=[-.BIN-IA64]COLLECT.OBJ COLLECT.B32&lt;BR /&gt;$ LIBRARY/REPLACE [-.BIN-IA64]WATCHER.OLB [-.BIN-IA64]COLLECT.OBJ&lt;BR /&gt;$ BLISS/OBJECT=[-.BIN-IA64]LOG.OBJ LOG.B32&lt;BR /&gt;$ LIBRARY/REPLACE [-.BIN-IA64]WATCHER.OLB [-.BIN-IA64]LOG.OBJ&lt;BR /&gt;$ BLISS/OBJECT=[-.BIN-IA64]FORCE.OBJ FORCE.B32&lt;BR /&gt;$ LIBRARY/REPLACE [-.BIN-IA64]WATCHER.OLB [-.BIN-IA64]FORCE.OBJ&lt;BR /&gt;$ BLISS/LIBR=WCP.L32I WCP.R32&lt;BR /&gt;; %MESSAGE:     Structure DFLTDEF size: 41 bytes&lt;BR /&gt;$ BLISS/OBJECT=[-.BIN-IA64]CONFIG.OBJ CONFIG.B32&lt;BR /&gt;$ LIBRARY/REPLACE [-.BIN-IA64]WATCHER.OLB [-.BIN-IA64]CONFIG.OBJ&lt;BR /&gt;$ BLISS/OBJECT=[-.BIN-IA64]DECW_DISPLAY.OBJ DECW_DISPLAY.B32&lt;BR /&gt;$ LIBRARY/REPLACE [-.BIN-IA64]WATCHER.OLB [-.BIN-IA64]DECW_DISPLAY.OBJ&lt;BR /&gt;$ BLISS/OBJECT=[-.BIN-IA64]MEM.OBJ MEM.B32&lt;BR /&gt;$ LIBRARY/REPLACE [-.BIN-IA64]WATCHER.OLB [-.BIN-IA64]MEM.OBJ&lt;BR /&gt;$ MESSAGE /OBJECT=[-.BIN-IA64]WATCHER_MSG.OBJ WATCHER_MSG.MSG&lt;BR /&gt;$ LIBRARY/REPLACE [-.BIN-IA64]WATCHER.OLB [-.BIN-IA64]WATCHER_MSG.OBJ&lt;BR /&gt;$ BLISS/OBJECT=[-.BIN-IA64]PERFORM_DISCONNECT.OBJ PERFORM_DISCONNECT.B32&lt;BR /&gt;&lt;BR /&gt;                    PRESERVE=NO);&lt;BR /&gt;.............................^&lt;BR /&gt;%BLS32-W-TEXT, Illegal register number 0 in LINKAGE declaration&lt;BR /&gt;at line number 183 in file D0:[craig.WATCHER.source]perform_disconnect.b32;1&lt;BR /&gt;&lt;BR /&gt;                    PRESERVE=NO);&lt;BR /&gt;.............................^&lt;BR /&gt;%BLS32-W-TEXT, Illegal register number 1 in LINKAGE declaration&lt;BR /&gt;at line number 183 in file D0:[craig.WATCHER.source]perform_disconnect.b32;1&lt;BR /&gt;&lt;BR /&gt;                    PRESERVE=NO);&lt;BR /&gt;.............................^&lt;BR /&gt;%BLS32-W-TEXT, Illegal register number 2 in LINKAGE declaration&lt;BR /&gt;at line number 183 in file D0:[craig.WATCHER.source]perform_disconnect.b32;1&lt;BR /&gt;&lt;BR /&gt;                    NEWIPL=.TMP, PRESERVE=NO);&lt;BR /&gt;..........................................^&lt;BR /&gt;%BLS32-W-TEXT, Illegal register number 0 in LINKAGE declaration&lt;BR /&gt;at line number 190 in file D0:[craig.WATCHER.source]perform_disconnect.b32;1&lt;BR /&gt;&lt;BR /&gt;                    NEWIPL=.TMP, PRESERVE=NO);&lt;BR /&gt;..........................................^&lt;BR /&gt;%BLS32-W-TEXT, Illegal register number 1 in LINKAGE declaration&lt;BR /&gt;at line number 190 in file D0:[craig.WATCHER.source]perform_disconnect.b32;1&lt;BR /&gt;&lt;BR /&gt;                    NEWIPL=.TMP, PRESERVE=NO);&lt;BR /&gt;..........................................^&lt;BR /&gt;%BLS32-W-TEXT, Illegal register number 2 in LINKAGE declaration&lt;BR /&gt;at line number 190 in file D0:[craig.WATCHER.source]perform_disconnect.b32;1&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;All I can find on this is that you can't use registers 0, 1, and 2 in BLISS on IA64, but I have no idea why it thinks this code is doing that.&lt;BR /&gt;&lt;BR /&gt;Clearly someone has built Watcher on Itanium, but it seems unlikely they did so using the released sources with the released BLISS compiler.  I'm a bit stuck here unless some BLISS gurus can spot something I'm doing wrong.</description>
      <pubDate>Fri, 12 Nov 2010 14:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710598#M102349</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-11-12T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710599#M102350</link>
      <description>I have it down to two rules:&lt;BR /&gt;&lt;BR /&gt;wcp show exclu&lt;BR /&gt;%WCP-I-READCFG, read configuration from file SYS2:[WATCHER]WATCHER_CONFIG.WCFG;146&lt;BR /&gt;&lt;BR /&gt;Exclude records:&lt;BR /&gt;&lt;BR /&gt;  Username: SYSTEM, UIC: [0,0]&lt;BR /&gt;  Device: *, Port name: *&lt;BR /&gt;  Running image: *&lt;BR /&gt;  Times: MONDAY:(8-23),TUESDAY:(8-23),WEDNESDAY:(8-23),THURSDAY:(8-23),FRIDAY:(8-23),SATURDAY:(8-17),SUNDAY:(8-17)&lt;BR /&gt;&lt;BR /&gt;  Username: *, UIC: [0,0]&lt;BR /&gt;  Device: *, Port name: *&lt;BR /&gt;  Running image: *&lt;BR /&gt;  Times: MONDAY:(6-20),TUESDAY:(6-20),WEDNESDAY:(6-20),THURSDAY:(6-20),FRIDAY:(6-20),SATURDAY:(8-18),SUNDAY:(8-18)&lt;BR /&gt;&lt;BR /&gt;I figured it had something to do with matching USERNAME and UIC, and I was willing to code the exclusions with /UIC=... but you can't specify the UIC without getting that error.&lt;BR /&gt;&lt;BR /&gt;With the environment of our system, I am basically running watcher from between 7pm and 5am so processes will be cleaned up, then during the day leaving them going with no exclusion.&lt;BR /&gt;&lt;BR /&gt;I'm hoping someone with Bliss knowledge can assist.</description>
      <pubDate>Fri, 12 Nov 2010 15:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710599#M102350</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-11-12T15:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710600#M102351</link>
      <description>I'm not inclined to power up and boot an Itanium box to go poke at this, but (from a cursory look) it appears that either the syntax of the $devicelock and $deviceunlock macros has changed, or possibly that the macros aren't being found during the compilation. &lt;BR /&gt;&lt;BR /&gt;If you've not rebuilt the Bliss system require libraries after the most recent OpenVMS upgrade or since installing Bliss, here are the 32-bit library builds...&lt;BR /&gt;&lt;BR /&gt;$ BLISS /LIBRARY=SYS$COMMON:[SYSLIB]LIB.L32 - &lt;BR /&gt;        SYS$LIBRARY:LIB.REQ+SYS$LIBRARY:STARLET.REQ&lt;BR /&gt;$ BLISS /LIBRARY=SYS$COMMON:[SYSLIB]STARLET.L32 - &lt;BR /&gt;        SYS$LIBRARY:STARLET.REQ&lt;BR /&gt;&lt;BR /&gt;Have a look at the macro declarations within the LIB.REQ file (IIRC, though if it's not there go look in STARLET.REQ), as the REQ files are directly readable; they're source code.</description>
      <pubDate>Fri, 12 Nov 2010 15:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710600#M102351</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-11-12T15:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710601#M102352</link>
      <description>Ok, so I am a little excited for the help on this issue, I might have been a little too generous on points.</description>
      <pubDate>Fri, 12 Nov 2010 15:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710601#M102352</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-11-12T15:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710602#M102353</link>
      <description>I executed the commands Hoff posted.  Both emitted a large number of warnings and informational messages.  The warnings were about illegal register numbers like so:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        JSB (   REGISTER = 2,                           ! rsn&lt;BR /&gt;...........................^&lt;BR /&gt;%BLS32-W-TEXT, Illegal register number 2 in LINKAGE declaration&lt;BR /&gt;at line number 102486 in file SYS$COMMON:[SYSLIB]LIB.REQ;1&lt;BR /&gt;&lt;BR /&gt;and the informational messages were, as far as I could see, all about numeric literal overflow like so:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;literal VA$M_VRNX = %X'F000000000000000';&lt;BR /&gt;......................^&lt;BR /&gt;%BLS32-I-TEXT, Numeric literal overflow&lt;BR /&gt;at line number 22858 in file SYS$COMMON:[SYSLIB]STARLET.REQ;1&lt;BR /&gt;&lt;BR /&gt;I attempted to build Watcher again anyway, but now I don't even get as far as I did before:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ BLISS/OBJECT=[-.BIN-IA64]DECW_DISPLAY.OBJ DECW_DISPLAY.B32&lt;BR /&gt;&lt;BR /&gt;    LIBRARY 'SYS$LIBRARY:LIB';&lt;BR /&gt;.............................^&lt;BR /&gt;%BLS32-W-TEXT, Warnings issued during LIBRARY precompilation:  263&lt;BR /&gt;at line number 58 in file D0:[craig.WATCHER.source]decw_display.b32;1&lt;BR /&gt;&lt;BR /&gt;Luckily I can easily get back to where I was by simply deleting the .L32 files in SYS$LIBRARY that I just created.  So, no forward progress yet, but no backward either.</description>
      <pubDate>Fri, 12 Nov 2010 16:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710602#M102353</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-11-12T16:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710603#M102354</link>
      <description>Finally read all the way to the *end* of the BLISS release notes, which is where it tells you how to install the package containing the release notes.  The gist of it is that I think the incantation Hoff was recommending should be unnecessary because the installation now does that, and if it is necessary, some of the details have changed:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                                 CHAPTER 5&lt;BR /&gt;&lt;BR /&gt;                        HOW TO INSTALL THE COMPILERS&lt;BR /&gt;&lt;BR /&gt;   5.1  Installing the compilers on OpenVMS&lt;BR /&gt;&lt;BR /&gt;   This is a PCSI kit.  See the appropriate PCSI documentation for&lt;BR /&gt;   information on how to install it.&lt;BR /&gt;&lt;BR /&gt;   5.2  Building the Starlet and Lib .L32 and .L64 libraries&lt;BR /&gt;&lt;BR /&gt;   As part of the PCSI installation the Starlet and Lib .L32 and .L64&lt;BR /&gt;&lt;BR /&gt;   libraries will be built and placed in SYS$LIBRARY by default.  If you&lt;BR /&gt;   chose not to have the installation build these files and wish to build&lt;BR /&gt;   them by hand yourself, below are the commands required to do so:&lt;BR /&gt;&lt;BR /&gt;   $bliss/i32/terminal=noerrors/lib=sys$common:[syslib]:starlet.l32 sys$library:starlet.req&lt;BR /&gt;   $bliss/i32/terminal=noerrors/alpha_register_mapping/lib=sys$common:[syslib]:lib.l32 sys$library:lib.req&lt;BR /&gt;   $bliss/i64/lib=sys$common:[syslib]:starlet.l64  sys$library:starlet.r64&lt;BR /&gt;   $bliss/i64/alpha_register_mapping/lib=sys$common:[syslib]:lib.l64 sys$library:lib.r64&lt;BR /&gt;&lt;BR /&gt;   You will need to be logged into an account with system privileges to&lt;BR /&gt;   successfuly write the files to SYS$LIBRARY.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or, to mimic exactly what the installer does, use the procedure the installer uses (substituting sys$common for pcsi$destination):&lt;BR /&gt;&lt;BR /&gt;$ product extract file/select=BLISSI64$LIBINSTAL.COM blissi64/version=1.12-72&lt;BR /&gt;&lt;BR /&gt;$ type BLISSI64$LIBINSTAL.COM&lt;BR /&gt;$! Copyright 2003 Hewlett-Packard Company&lt;BR /&gt;$!&lt;BR /&gt;$! Builds the Bliss system libraries&lt;BR /&gt;$!&lt;BR /&gt;$! Turn off errors to the terminal because building starlet and lib&lt;BR /&gt;$! with BLISS32 will cause lots of informational overflow messages&lt;BR /&gt;$! which are entirely normal.&lt;BR /&gt;$!&lt;BR /&gt;$       bliss/i32/terminal=noerrors/lib=pcsi$destination:[syslib]starlet.l32  sys$library:starlet.req&lt;BR /&gt;$&lt;BR /&gt;bliss/i32/terminal=noerrors/alpha_register_mapping/lib=pcsi$destination:[syslib]lib.l32 -&lt;BR /&gt; sys$library:starlet.req+sys$library:lib.req&lt;BR /&gt;$       bliss/i64/lib=pcsi$destination:[syslib]starlet.l64  sys$library:starlet.r64&lt;BR /&gt;$       bliss/i64/alpha_register_mapping/lib=pcsi$destination:[syslib]lib.l64 sys$library:starlet.r64+sys$library:lib.r64&lt;BR /&gt;$       exit $status&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So far that;s just BLISS basics.  On to struggling with the Watcher sources.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Nov 2010 17:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710603#M102354</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-11-12T17:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710604#M102355</link>
      <description>&lt;!--!*#--&gt;I think I fixed it.  I had to do this to complete the set-up of my BLISS environment:&lt;BR /&gt;&lt;BR /&gt;$ BLISS/I32/TERMINAL=NOERRORS/LIB=SYS$LIBRARY:TPAMAC.L32 SYS$LIBRARY:TPAMAC.REQ&lt;BR /&gt;&lt;BR /&gt;And I had to add the /ALPHA_REGISTER_MAPPING option when compiling DECW_DISPLAY.B32 and PERFORM_DISCONNECT.B32.&lt;BR /&gt;&lt;BR /&gt;I discovered that the switch from LIB$TPARSE to LIB$TABLE_PARSE had already been made via macros like:&lt;BR /&gt;&lt;BR /&gt;%IF %BLISS (BLISS32E) OR %BLISS (BLISS32I) %THEN&lt;BR /&gt;    MACRO LIB$TPARSE = LIB$TABLE_PARSE%;&lt;BR /&gt;%FI&lt;BR /&gt;&lt;BR /&gt;which means just use LIB$TABLE_PARSE as a drop-in replacement for LIB$TPARSE.  I think that mostly works *except* when creating user action routines, and Watcher makes extensive use of a user-action routine called CVT_ASCTOID_STORE to process UICs.  According to the docs at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/5932/5932pro_050.html#tp_sec_3_1" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/5932/5932pro_050.html#tp_sec_3_1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;LIB$TPARSE has the VAX-like expectation that the action routine can just process arguments as offsets from the argument pointer, but "LIB$TABLE_PARSE uses the standard calling mechanism and passes the argument block, by reference, as the only argument to the action routine."&lt;BR /&gt;&lt;BR /&gt;Watcher very cleverly has a TPA_ROUTINE macro which does both types of argument handling.  BUT it was not using the correct option on Itanium.  I made the following change:&lt;BR /&gt;&lt;BR /&gt;$ diff [.source]wcp.r32&lt;BR /&gt;************&lt;BR /&gt;File D0:[craig.WATCHER.source]wcp.r32;2&lt;BR /&gt;   88               %IF %BLISS(BLISS32E) OR %BLISS(BLISS32I) %THEN&lt;BR /&gt;   89                   %IF NOT %DECLARED (TPA_ARGCNT) %THEN&lt;BR /&gt;******&lt;BR /&gt;File D0:[craig.WATCHER.source]wcp.r32;1&lt;BR /&gt;   88               %IF %BLISS(BLISS32E) %THEN&lt;BR /&gt;   89                   %IF NOT %DECLARED (TPA_ARGCNT) %THEN&lt;BR /&gt;************&lt;BR /&gt;&lt;BR /&gt;Number of difference sections found: 1&lt;BR /&gt;Number of difference records found: 1&lt;BR /&gt;&lt;BR /&gt;DIFFERENCES /MERGED=1-&lt;BR /&gt;    D0:[craig.WATCHER.source]wcp.r32;2-&lt;BR /&gt;    D0:[craig.WATCHER.source]wcp.r32;1&lt;BR /&gt;&lt;BR /&gt;Then I recompiled and appear to be in business:&lt;BR /&gt;&lt;BR /&gt;$ wcp/nofile&lt;BR /&gt;WCP&amp;gt; exclude system&lt;BR /&gt;WCP&amp;gt; show exclude&lt;BR /&gt;&lt;BR /&gt;Exclude records:&lt;BR /&gt;&lt;BR /&gt;  Username: SYSTEM, UIC: [*,*]&lt;BR /&gt;  Device: *, Port name: *&lt;BR /&gt;  Running image: *&lt;BR /&gt;  Times: MONDAY:(0-23),TUESDAY:(0-23),WEDNESDAY:(0-23),THURSDAY:(0-23),FRIDAY:(0-23),SATURDAY:(0-23),SUNDAY:(0-23)&lt;BR /&gt;&lt;BR /&gt;WCP&amp;gt; exclude */uic=[1,*]&lt;BR /&gt;WCP&amp;gt; show exclude&lt;BR /&gt;&lt;BR /&gt;Exclude records:&lt;BR /&gt;&lt;BR /&gt;  Username: SYSTEM, UIC: [*,*]&lt;BR /&gt;  Device: *, Port name: *&lt;BR /&gt;  Running image: *&lt;BR /&gt;  Times: MONDAY:(0-23),TUESDAY:(0-23),WEDNESDAY:(0-23),THURSDAY:(0-23),FRIDAY:(0-23),SATURDAY:(0-23),SUNDAY:(0-23)&lt;BR /&gt;&lt;BR /&gt;  Username: *, UIC: [1,*]&lt;BR /&gt;  Device: *, Port name: *&lt;BR /&gt;  Running image: *&lt;BR /&gt;  Times: MONDAY:(0-23),TUESDAY:(0-23),WEDNESDAY:(0-23),THURSDAY:(0-23),FRIDAY:(0-23),SATURDAY:(0-23),SUNDAY:(0-23)&lt;BR /&gt;&lt;BR /&gt;WCP&amp;gt;&lt;BR /&gt;&lt;BR /&gt;It seems to be handling UICs correctly now.  I have not (yet) tested whether the exclusions are handled properly, but I suspect they will be.  New Itanium images only (not complete kits) are attached.  Use with caution until more testing has been done.&lt;BR /&gt;&lt;BR /&gt;I will try to get the attention of someone who can release a new kit.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Nov 2010 21:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710604#M102355</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-11-12T21:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710605#M102356</link>
      <description>I am running the new versions on our development system and if all works will should start the new changes on our production system tomorrow.</description>
      <pubDate>Mon, 15 Nov 2010 14:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710605#M102356</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-11-15T14:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710606#M102357</link>
      <description>Looks like exclusions are now working correctly on our test system.  I haven't tested overrides but they use the same logic.&lt;BR /&gt;&lt;BR /&gt;I've been in touch with Tim Sneddon off-forum and he plans to release a new version with my change soonish and also has other changes in the works.  If I hear of a release that hasn't already been posted, I'll try to remember to add details here.</description>
      <pubDate>Mon, 15 Nov 2010 16:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710606#M102357</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-11-15T16:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710607#M102358</link>
      <description>Test testing on the development server and changes worked. Implemented on production server and is working great. Thank you for all the assistance.</description>
      <pubDate>Mon, 15 Nov 2010 22:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/4710607#M102358</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-11-15T22:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/5390955#M102359</link>
      <description>&lt;P&gt;Maybe you could email the solution to Hunter Goatley? The V4.0 he is distributing is not working. I had some email contact with him about Watcher.&lt;BR /&gt;Anybody knows if WATCHER handles ACMS users correctly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2011 13:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/5390955#M102359</guid>
      <dc:creator>Bart Buitenhuis_1</dc:creator>
      <dc:date>2011-11-15T13:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Madgoat Watcher</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/5391125#M102360</link>
      <description>&lt;P&gt;Thanks to Bart and Craig, I have updated my distribution of WATCHER to include this fix.&amp;nbsp; I also modified the DESCRIP.MMS and LINK.COM so they actually work for Alpha and I64.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have numbered my update WATCHER V4.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="ftp://ftp.process.com/vms-freeware/fileserv/watcher.zip"&gt;ftp://ftp.process.com/vms-freeware/fileserv/watcher.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hunter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2011 15:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/madgoat-watcher/m-p/5391125#M102360</guid>
      <dc:creator>Hunter Goatley</dc:creator>
      <dc:date>2011-11-15T15:31:14Z</dc:date>
    </item>
  </channel>
</rss>

