1 INFO-VAX	Fri, 19 Mar 2004	Volume 2004 : Issue 155       Contents:+ Re: ANN: bison 1.35 and flex 2.5.4a for GNV + Re: ANN: bison 1.35 and flex 2.5.4a for GNV + Re: ANN: bison 1.35 and flex 2.5.4a for GNV & Re: Cluster hang -- Getting Crash Dump& Re: Cluster hang -- Getting Crash Dump& Re: Cluster hang -- Getting Crash Dump/ Re: Contract VMS programming position available  Re: CSR mapping  Re: Hang Time: 15 minutes 3 Re: Help - Pathworks & Windows 2000 Advanced Server 3 Re: Help - Pathworks & Windows 2000 Advanced Server 3 Re: Help - Pathworks & Windows 2000 Advanced Server " Re: IA64 version of SETI for VMS ?& Re: Pathworks Current versions/product& Re: Pathworks Current versions/product& Re: Pathworks Current versions/product RE: SAN Replication over IP? Re: Server hang - compute bound  Re: Toys R Us and VMS ? 3 Re: VMS 5.5-2 disk size limitations on VAX 4000-200 3 Re: VMS 5.5-2 disk size limitations on VAX 4000-200 < Re: WARNING: cdrecord changes total block size value on a CD) What causes backups to produce split IOs? 3 Will Intersystems Open M 6.4-F.14 run on VMS 7.3-2?  Re: [OT?] Internet Appliances - Re: [Simh] Newbie has network compile problem M Re: [VMS V7.3-2/AMDS/AVAILMAN] AVAILMAN installation deletes AMDS$CONSOLE.EXE   F ----------------------------------------------------------------------  % Date: Fri, 19 Mar 2004 07:56:43 +0100 - From: "Martin Vorlaender" <mv@pdv-systeme.de> 4 Subject: Re: ANN: bison 1.35 and flex 2.5.4a for GNV9 Message-ID: <c3e5jg$26qbm2$1@ID-56200.news.uni-berlin.de>    Didier Morandi wrote:  > Bernard Giroud wrote: 3 >>>>> Did you $ SET PROCESS /PARSE_STYLE=EXTENDED ?  >>>>   >>>> No. >>> A >>> Then you're out of luck, I'd suppose. That's what I think the 5 >>> "...for GNV" in the announcement really is about.  >>  
 >> Very true.  > F > These stupid non standard characters in filenames are stupid and notG > standard. Why do you introduce them? To better see VMS killed because % > it does not handle them by default?   C You use GNV to ease porting from *ix. And then you should go on and I change the project again (starting all over again with every new version) $ to help anyone out who is all ODS-2?  & That doesn't sound like the real life.  > Either you do a full port, hand-craft your own DESCRIP.MMS andF CONFIG.H files, and perhaps even write a new interface with qualifiersI instead of *ix switches, or you use a unixoid environment and the project  as-is.   cu,    Martin --  @   OpenVMS:                | Martin Vorlaender  |  OpenVMS rules!3    The operating system   | work: mv@pdv-systeme.de F    God runs the           |   http://www.pdv-systeme.de/users/martinv/:    earth simulation on.   | home: martin@radiogaga.harz.de   ------------------------------  # Date: Fri, 19 Mar 2004 14:12:40 GMT & From: Joshua Cope <Joshua.Cope@hp.com>4 Subject: Re: ANN: bison 1.35 and flex 2.5.4a for GNV& Message-ID: <405AFDDC.EC81F04D@hp.com>  G > Bernard, do you think that I'll convert ODS especialy for using FLEX?   I   On the other hand, should we still be asking developers to add special  H filename handling code to every UNIX port? ODS-5 has been available for  something like 5 years now.    ------------------------------  % Date: Fri, 19 Mar 2004 21:14:24 +0300 : From: "Ruslan R. Laishev" <Laishev{at}DeltaTelecom{dot}RU>4 Subject: Re: ANN: bison 1.35 and flex 2.5.4a for GNV3 Message-ID: <D5351D05AA0D56DB756D173BF7CCF8CE@nntp>    Joshua Cope wrote:  G >>Bernard, do you think that I'll convert ODS especialy for using FLEX?  >  > K >   On the other hand, should we still be asking developers to add special  J > filename handling code to every UNIX port? ODS-5 has been available for  > something like 5 years now. 3 	For system disk? Have a look to release notes 7.3.    --   Cheers, Ruslan. D +---------------------pure personal opinion------------------------+C   RADIUS Server for OpenVMS project - www.starlet.spb.ru/radiusvms/ @   TKD (WTF) in Russia, St.-Petersburg - www.TaeKwonDo-WTF.SPb.RU   ------------------------------    Date: 19 Mar 2004 00:23:55 -08007 From: jones.computer.srv@worldnet.att.net (Daryl Jones) / Subject: Re: Cluster hang -- Getting Crash Dump = Message-ID: <8a646952.0403190023.4234dc57@posting.google.com>    Dear Dave Baxter:   ? Quorum is defined to be the "Computed Number of expected votes" ! (CEVOTES) plus 2 and divided by 2   A CEVOTES = Maximum value of (EXPECTED_VOTES or Sum of Votes or Old 	 CEVOTES).   D Initially, when the cluster forms the value for Old CEVOTES is equalD to 0. Therefore, EXPECTED_VOTES and Sum of Votes will have values as the cluster is formed.  9 In your case, setting EXPECTED_VOTES to 1 and VOTES TO 1    0            Your Quorum = (EXPECTED_VOTE + 2) / 2:                        = (1 + 2)/2 = 3/2 = 1 (rounds down)  F This means one node will form a cluster. Now when node two is added toA the cluster, with EXPECTED_VOTES and VOTES to be equal to 1, Then F CEVOTES will increase to 2 and this will change the Quorum value to beD changed to 2. Thus, if one node looses connection with the other theD cluster will hang because a quorum value is now two will not be met.  C Your cluster is the classic example used to introduce the idea of a C Quorum Disk. By adding a quorum disk and let it have a value of one C vote. Then, EXPECTED_VOTES is set to 3 on each node along with each ? node setting VOTES to 1. The Quorum will be calculated to be 2.   $           Quorum = (3+2)/2 = 5/2 = 2  F Now, if when one of the nodes loses connection to the other node, thenC one of the nodes with the Quorum disk will form the cluster without & hanging. The left out node will crash.  E So much for theory, your cluster is a LAVC or Local Area VAX Cluster, ? which is base upon the Ethernet. Therefore, using a Quorum Disk @ becomes a problem. The Quorum Disk should be able to have direct> connection with each node in the cluster. Not likely in a LAVCF configuration. Thus, the node that has the Quorum disk mounted locallyD was to exit the cluster the quorum will be lost and the cluster will hang.   D Adding a third node to the LAVC would make it act like a Quorum diskA (sometimes called Quorum Node by some). The third node would have D VOTES be equal to 1 and EXPECTED_VOTES would be equal to 3, then theD Quorum value will be 2. Then any one node could lose a connection to& the other without hanging the cluster.   I hope this helps.   Regards, Daryl Jones              u dave.baxter@bannerhealth.com (Dave Baxter) wrote in message news:<a3c44af1.0403180929.2b8dac62@posting.google.com>... C > In the past month, I have had two occasions when my (2-node ES40, G > OVMS731)cluster has hung.     All of the symptoms point to a probable A > Quorum Hang, (quite possible since I don't have a Quorum Disk), H > however there are some indications that this might not be the case.   , > (Note: VOTES = 1 each, EXPECTED_VOTES = 1) > 9 > 1.    Neither node crashed.  (so no quorum loss there). H > 2.    The cluster uses two fully independent GB ethernet interconnectsB > (switches), which are private and do not connect to the network.F > 3.    My other cluster, (which uses the same interconnect (i.e. same/ > pair of switches) was unaffected by the hang. H > 4.    On examination, (i.e. after driving in from home to take care ofE > the problem), all link lights are green on the GB Switches.    This F > would seem to rule out the interconnects as the source of any quorumB > loss.    And even if they did somehow, simultaneously lose theirE > connection and cause a loss of quorum, would quorum not be restored . > when the interconnect links reestablished??? > C >       I would really appreciate any comments/suggestions here.    G > (Please dont start berating me about the lack of a Quorum Disk unless E > you think it would have avoided this problem, and can explain why).  > E >      On a second, equally important issue.    In order to break the > > hang I had to HALT the nodes (one at a time with Cntrl/P).  A > (Comment:: Again, with the votes set as above, this should have 5 > released the hang on the other node,  it didn't!!).  > H >      Because the nodes were HALTed, they didn't automatically generateD > a Crash Dump, so I dont have any thing to diagnose with (Error LogB > contains no indications of problems, neither does Operator.log). > H >      The crash dump file SYSDUMP.DMP is set up off the system disk, onB > an internal drive, (and is correctly set up in sysgen and at the > console level).  > E > HOW CAN I FORCE A DUMP AFTER I AM AT THE "P00>>" CONSOLE PROMPT ???  > H >      I am sure that I remember being told that there is a command thatA > can  be entered at the "P00>>" prompt that forces a dump of the G > Registers.    I would really appreciate it if anyone can give me this G > information.     This is probably more important to me than the cause B > of the hang since, at the moment, I have nowhere to go except toE > endlessly analyse the symptoms in my head, (this leads to insanity,  > ultimately). > F >      The only other information I can think of which might be useful@ > is to mention that I am running the Cerner Millennium Clinical# > Application, with Oracle 8.1.7.4.  >  > Thanks >  > Dave.    ------------------------------    Date: 19 Mar 2004 08:01:36 -0600; From: koehler@eisner.nospam.encompasserve.org (Bob Koehler) / Subject: Re: Cluster hang -- Getting Crash Dump 3 Message-ID: <es4r6BuMFsKT@eisner.encompasserve.org>   p In article <a3c44af1.0403180929.2b8dac62@posting.google.com>, dave.baxter@bannerhealth.com (Dave Baxter) writes: > E > HOW CAN I FORCE A DUMP AFTER I AM AT THE "P00>>" CONSOLE PROMPT ???   C    The standard command to force an Alpha to crash from the console     prompt is "CRASH".   C    One you halted the system, you could have tried to force quorum:       >>> desp isrr c    >>> c	    IPC> Q 
    IPC> ^Z   ------------------------------    Date: 19 Mar 2004 08:04:49 -0600; From: koehler@eisner.nospam.encompasserve.org (Bob Koehler) / Subject: Re: Cluster hang -- Getting Crash Dump 3 Message-ID: <p4ZvkZMWE+uq@eisner.encompasserve.org>   q In article <cf15391e.0403181428.50250a66@posting.google.com>, keithparris_NOSPAM@yahoo.com (Keith Parris) writes: w > dave.baxter@bannerhealth.com (Dave Baxter) wrote in message news:<a3c44af1.0403180929.2b8dac62@posting.google.com>... D >> In the past month, I have had two occasions when my (2-node ES40,H >> OVMS731)cluster has hung.     All of the symptoms point to a probableB >> Quorum Hang, (quite possible since I don't have a Quorum Disk),I >> however there are some indications that this might not be the case.    - >> (Note: VOTES = 1 each, EXPECTED_VOTES = 1)  > E > EXPECTED_VOTES should always be set to the total of all VOTES (plus ' > QDSKVOTES if present) in the cluster.   C    With VOTES = 1 each and EXPECTED_VOTES = 1, either system can be D    brought up alone and operate as a one node cluster.  Since quorumE    will be 2 as soon as the other node joins, there is no possibility &    of operating a fragemented cluster.  5    I do this at home, and yes, I would do it at work.   A    EXPECTED_VOTES should be 2 if a critical application won't run     without both nodes present.   ------------------------------  # Date: Fri, 19 Mar 2004 14:38:48 GMT # From: "John Smith" <a@nonymous.com> 8 Subject: Re: Contract VMS programming position availableH Message-ID: <YBD6c.61550$ohV.60259@news01.bloor.is.net.cable.rogers.com>  / <tutor_removespam_@cfl.rr.com> wrote in message 2 news:50bi509j2k3neuhah01de2gfp5n3bssvio@4ax.com...1 > Darn, I used to know the name of the company...  >  > I used to work in Toronto.... F > And if memory served me better, I would know the name of the Winery.H > They were indeed a vax/vms shop. Heck, back as far as 1979 - they were' > probably a DEC 10 (20?) shop as well.  > E > For some reason, the name "Jordan Wines" pops up. But that's wrong. A > All I remember for "sure" is that they are in or near Vineland, > > Ontario (aptly named - the "wine belt" of the Niagara penn.)    H Jordan has been incorporation into a larger entity named Vincor. You got$ your geography more or less correct.  H My guess is that it is Dofasco or Stelco, both are steel companies. BothJ used to use VMS and if my guess is correct at least one of them still does to some extent.    ------------------------------    Date: 19 Mar 2004 07:54:50 -0600; From: koehler@eisner.nospam.encompasserve.org (Bob Koehler)  Subject: Re: CSR mapping3 Message-ID: <czl7wGrGUTAD@eisner.encompasserve.org>   b In article <c3c8br$dm6$1@news.fas.harvard.edu>, Chip Coldwell <coldwell@frank.harvard.edu> writes:H > OK, here's yet another question for the kernel gurus.  In "Creating anG > OpenVMS Alpha Device Driver from an OpenVMS VAX Device Driver" p. 2-3  > one reads  > E >     Most drivers want to call IOC$MAP_IO immediately after they are D >     loaded.  Traditionally, the correct place for a driver to call? >     IOC$MAP_IO would be its controller or unit initialization G >     routine.  However, because the controller and unit initialization G >     routines are called at IPL$_POWER, IOC$MAP_IO cannot take out the ' >     MMG spinlock in this environment.  > C >     The new driver support feature for calling IOC$MAP_IO has two E >     elements.  First, the driver may request preallocated space for H >     any number of I/O Handles (the output of IOC$MAP_IO).  Second, theE >     driver may name a routine that will be called in an environment ' >     suitable for calls to IOC$MAP_IO.  >   %    Cool, but traditionally we either: C       a) ignored the improper IPL, because we're loading the driver C       	 in an environment where that didn't actually break anything G       	 (works during boot on a single CPU VAX, never tried it anywhere 0       	 else), not supported and not recommneded  C       b) fork to a lower IPL where we can take out the MMG spinlock E       	 (probably want to use an alternate fork block and may want to +       	 interlock against multiple threads)    ------------------------------    Date: 19 Mar 2004 10:27:45 -08001 From: keithparris_NOSPAM@yahoo.com (Keith Parris) " Subject: Re: Hang Time: 15 minutes= Message-ID: <cf15391e.0403191027.37636b9e@posting.google.com>   j Don Sykes <paladin@mydomain.com> wrote in message news:<78t4c.9471$Qx2.6534@newssvr27.news.prodigy.com>...1 > During that time one person was able to log on,   3 So it appears SYSUAF and RIGHTSLIST weren't locked.   ! > but then could do nothing else.   A Perhaps the Audit Server SUSPending processes due to insufficient ) system disk space to log security events?   > I second the recommendation to use console management softwareE (ConsoleWorks, Unicenter Console Management for OpenVMS, etc.) to log  all console output.   ? I also second the recommendation to run Availability Manager or D DECamds. This allows you to examine the cluster while it's hung, andF also detects and logs things like lock contention (user holding a lockC for an excessive length of time) that can cause apparent hangs, and @ even allows you to clear many problems on-the-fly with immediate fixes.   ------------------------------  % Date: Fri, 19 Mar 2004 12:54:10 +0000  From: Roy Omond <Roy@Omond.net> < Subject: Re: Help - Pathworks & Windows 2000 Advanced Server4 Message-ID: <c3eqhk$k8t$1$8300dec7@news.demon.co.uk>   David Gray wrote:   " > Fixed it thought not sure how!   > = > From the server DATABASE01 I issued the following command.   > + > C:\>NET USE * \\ip address \daves_share    > E > Normally I would use the DNS name JERRY to connect but this did not . > work, even though I was able to PING JERRY.    [...snip...]   Hi Dave :-)   F Are you quite sure that DATABASE01 had the correct address for Jerry ?/ What does "nslookup jerry" give on DATABASE01 ?   D If it gave a different address than Jerry's *real* address, then you9 might have been (successfully) pinging the wrong machine.   < > Anyone got any ideas on what might have been the problem?    In a word: Windows !   Regards,  	 Roy Omond  Blue Bubble Ltd.   ------------------------------  % Date: Fri, 19 Mar 2004 12:37:46 +0000 % From: David Gray <police@spamcop.net> < Subject: Re: Help - Pathworks & Windows 2000 Advanced Server8 Message-ID: <a2ql50910upl2h60ltmtm9lgt2p2qqkc6d@4ax.com>  	 Hi Paul,      Fixed it thought not sure how!    ; From the server DATABASE01 I issued the following command.    ) C:\>NET USE * \\ip address \daves_share     C Normally I would use the DNS name JERRY to connect but this did not , work, even though I was able to PING JERRY.   C I'm now able to map drives in the normal method and Pathworks shows F the connection as being authenticated.  The server I've logged onto is/ DATABASE02 though which is clustered with 01.          Administration information:    , The domain being administered is: TURPINS-WM2 The domain controller for the domain is: (unknown)( The domain controller type is: (unknown)   , The server being administered is: DATABASE02" The server type is: Windows NT 5.0    The user name is: ADMINISTRATOR F The user is logged on to domain TURPINS-WM and has been authenticated.3 The user's privilege level on this domain is: ADMIN < The user's workstation is JERRY and is in domain EXTENZA-W1.  : Anyone got any ideas on what might have been the problem?     @ The $SHOW COMPUTERS command still says the PDC cannot be found.   % TURPINS-WM\\DATABASE02> show computer ; %PWRK-E-DCNOTFND, cannot find Primary Domain Controller for  "TURPINS-WM"< -PWRK-W-NODOMOPRPOS, domain-wide operations are not possible   ! Computers in domain "TURPINS-WM":    > Computer              Type                         Description1 --------------------  --------------------------- Q --------------------------------------------------------------------------------- + [SV] APPLICATION01    Windows NT 5.0 Server + [SV] APPLICATION02    Windows NT 5.0 Server + [SV] BKUPEXECVRS      Windows NT 5.0 Server , [PD] DATABASE01       Windows NT 5.0 Primary+ [BD] DATABASE02       Windows NT 5.0 Backup + [SV] WMCLUSTER        Windows NT 5.0 Server       Total of 6 computers       Thanks for your help.    Cheers,  	Dave.        B On Wed, 17 Mar 2004 10:44:19 -0500, "PEN" <paul.nuneznosp@mhp.com> wrote:  
 >Hi David, > J >Well, this is odd; I can't recall ever in all my years of supporting this, >product, having seen a netlogon 5720 error. > D >It's as if JERRY thinks it's a part of the TURPINS-WM domain or the >TURPINS-WM domain thinks so.?.  > C >The error code in the event data section - 0xC000018A - indicates:  > K >    The workstation does not have a trust secret for the primary domain in  >the local LSA database. > L >A "trust secret...in the local LSA database" would be the object in jerry'sL >SAM holding the machine account password for its domain or the password forD >the trust account of a trusted domain.  But I'm not sure which it's >referring to. >  >Sanity check time :)  >  >On Jerry, do: >  >$ admin >  >does the prompt change to:  >  >    EXTENZA-W1\\JERRY>  >  >or  >  >    TURPINS-WM\\JERRY>  >  >Exit ADMIN and do:  >  >$ DIR PWRK$LMDOMAINS: > 4 >is the file there named EXTENZA-W1. or TURPINS-WM.? > L >See if there's a machine account for JERRY in the TURPINS-WM domain.  Note:J >if JERRY is a member of an OpenVMS cluster, the machine account for JERRYL >will not be JERRY; instead, the account name will match the Advanced Server >cluster alias name: > % >    $ ADMIN LOGON /DOMAIN=TURPINS-WM   >    Username: <admin-acct-name> >    Password: > . >    $ ADMIN SHOW COMPUTER/TYPE=DOMAIN_MEMBERS > 5 >Is JERRY (or the AS cluster alias name) in the list?  > K >Is there a trust between these two domains (if one-way, which way)?  Since = >you're logged into the TURPINS-WM domain, check there first:  >  >    $ ADMIN SHOW TRUSTS > 5 >then login to the EXTENZA-W1 domain and check there:  > $ >    $ ADMIN LOGON/DOMAIN=EXTENZA-W1 >    Username: >    Password: >  >    $ ADMIN SHOW TRUSTS > I >If a trust is involved, are you sure jerry is receiving SAM updates from M >ZAKARY regularly?  Do you see successful partial synchronizations of the SAM ) >database reflected in JERRY's event log:  > 5 >    $ ADMIN SHOW EVENT/SINCE="-10-"   ! Last 10 days  > J >    If EXTENZA-W1 trusts TURPINS-WM, does JERRY know that?  To check, setL >your admin focus so you are looking into the copy of the local SAM database
 >on JERRY: >  >    $ ADMIN >    ...\\JERRY> LOGON! >    Username:  <admin-acct-name>  >    Password:' >    ...\\JERRY> DEBUG SET /FLAG=ADMBDC M >    ...\\JERRY> SET ADMIN/DOMAIN=\\JERRY  ! The double-backslash is required L >    Note: The admin prompt should change to \\JERRY\\JERRY; if not, try the >above 2 commands again :).  >   >    \\JERRY\\JERRY> SHOW TRUSTS >    \\JERRY\\JERRY> exit  >   >> XDS_JERRY> admin show version >>$ >> Advanced Server V7.3A for OpenVMS >> > K >Unfortunately, $ admin show version is useless - it never reflects the ECO : >installed, if any; to find the true version you must use: > ( >    $ @sys$startup:pwrk$define_commands >  >    $ pwver > M >Hopefully, your image idents are v7.3-120A, which is the latest - v7.3A ECO2 $ >(available from the ITRC FTP site). >  >  >Paul  >    ------------------------------  % Date: Fri, 19 Mar 2004 10:34:01 -0500 $ From: "PEN" <paul.nuneznosp@mhp.com>< Subject: Re: Help - Pathworks & Windows 2000 Advanced Server, Message-ID: <c3f3tb$fhe$1@hplms2.hpl.hp.com>  	 Hi David,   F Ok, JERRY clearly understands it is in the correct domain.   And I see, there's a 2-way trust between the 2 domains.  K You noted in a follow-up reply that it's now working and are wondering what  change.  I may have an idea.  2 "David Gray" <police@spamcop.net> wrote in message2 news:gr2j505fhtutiffrd0s19v1utp5sr2if8h@4ax.com... [snip]G > >See if there's a machine account for JERRY in the TURPINS-WM domain.  Note: L > >if JERRY is a member of an OpenVMS cluster, the machine account for JERRYG > >will not be JERRY; instead, the account name will match the Advanced  Server > >cluster alias name: > E > JERRY is not a member of a cluster, DATABASE01 is part of a Windows F > cluster and is the domain TURPINS-WM.   I'm not really sure what youG > mean about the machine name, I've looked in the cluster administrator D > on DATABASE01 and JERRY is not listed.   The only names listed are; > DATBASE01 & DATABASE02, the latter being a failover node.  >   J "Machine account" = Computer account - the account created when a computerJ is added to a domain.  I want to determine if JERRY has a computer accountE in the TURPINS-WM domain.   However, seeing the latest data, I'm less  inclined to think so.    > , > EXTENZA-W1\\JERRY> logon/domain=TURPINS-WM > Username: administrator  > Password: F > The server \\DATABASE01 successfully logged you on as Administrator.5 > Your privilege level on domain TURPINS-WM is ADMIN. 4 > The last time you logged on was 03/18/04 10:09 AM. > = > %PWRK-E-DCNOTFND, cannot find Primary Domain Controller for  > "TURPINS-WM" > TURPINS-WM\\DATABASE01>   L Ok, that's an error I'm VERY familiar with :).  But since the PDC (emulator)L is a Windows cluster, that may complicate matters.   More on troubleshooting
 this below...    > = > TURPINS-WM\\DATABASE01> show computers /type=domain_members = > %PWRK-E-DCNOTFND, cannot find Primary Domain Controller for  > "TURPINS-WM"> > -PWRK-W-NODOMOPRPOS, domain-wide operations are not possible) > %PWRK-E-NOENTFND, no entries were found  >  >   G Since we can't find the PDC, we can't get the list of computer accounts J (/type=domain_members restricts the display to computer accounts, omitting the browse list).   ( > TURPINS-WM\\DATABASE01> show computers= > %PWRK-E-DCNOTFND, cannot find Primary Domain Controller for  > "TURPINS-WM"> > -PWRK-W-NODOMOPRPOS, domain-wide operations are not possible > # > Computers in domain "TURPINS-WM":  > @ > Computer              Type                         Description3 > --------------------  --------------------------- L > -------------------------------------------------------------------------- ------- - > [SV] APPLICATION01    Windows NT 5.0 Server - > [SV] APPLICATION02    Windows NT 5.0 Server - > [SV] BKUPEXECVRS      Windows NT 5.0 Server . > [PD] DATABASE01       Windows NT 5.0 Primary- > [BD] DATABASE02       Windows NT 5.0 Backup - > [SV] WMCLUSTER        Windows NT 5.0 Server  >  >   Total of 6 computers >   H Sans /type=domain_member, the browse list is included.  But that doesn'tH answer the question about a computer account for JERRY in the TURPINS-WM domain.    [snip]  ) > EXTENZA-W1\\JERRY> show event/sin /full  > / > Events in System Event Log on server "JERRY":  > > > T Date     Time        Source    Category        Event  User
 > Computer9 > - -------- ----------- --------- --------------- ------ & > -------------------- ---------------= > E 03/18/04 12:30:16 PM NETLOGON  None            5719   N/A  > JERRY A > No domain controller is available for domain TURPINS-WM for the  > following reason:  > %1311  > Data: / >     0000: 5e 00 00 c0 00 00 00 00    ^......  > = > E 03/18/04 12:29:19 PM NETLOGON  None            5719   N/A  > JERRY A > No domain controller is available for domain TURPINS-WM for the  > following reason:  > %1311  > Data: / >     0000: 5e 00 00 c0 00 00 00 00    ^......  > = > I 03/18/04 11:04:46 AM NETLOGON  None            5715   N/A  > JERRY F > The partial synchronization replication of the LSA database from theA > primary domain controller \\ZAKARY completed successfully. 1 ch * > ange(s) is(are) applied to the database. >   I Note the above event references the LSA database (not the SAM).  T'he LSA I database is used to store the trust secrets referred to in the 5720 error L (from your original posting).   It's hard to say if it was the trust accountJ for the TURPINS-WM domain, but it's a definite possibility.  Did the trustJ where EXTENZA-W1 trusts TURPINS-WM just recently get established?  If yes,J then JERRY had not received the new trust secret from ZAKARY, resulting inL the 5720 error.  Now that the trust secret has been replicated to JERRY, the' trust works (that's my theory, anyway).   J If you haven't cleared the system event log on jerry and/or zakary in some? time, you should be able to review it for other LSA references:   K $ PIPE ADMIN SHOW EVENT/FULL/SOURCE=NETLOGON  |  SEARCH/WINDOW=5 SYS$INPUT:  LSA   H You can do the same for ZAKARY by simply adding /SERVER=ZAKARY (you must first log onto the domain).   I As for the problems finding the PDC of TURPINS-WM, the Advanced Server is L seeking the NetBIOS name TURPINS-WM\0x1B.  Since JERRY is getting the browseJ list, I suspect it is able to resolve that name.   You noted in your otherK reply that using the name JERRY isn't working when mapping a drive, yet you E can specify the IP address.  That's likely the cause for this problem I finding the PDC.  The real problem isn't that JERRY can't find the PDC of G TURPINS-WM, it's that database01/02 can't resolve JERRY's NetBIOS name. I Part of the process of getting authenticated by the PDC is the requesting L system sends over its name.  The Windows server won't reply to that request.J They'll take the name provided and resolve it to the address it thinks theK reply should go to.  If that name resolution fails, the PDC doesn't respond E to the logon request, resulting in the "can't find PDC" error.     To  confirm:  # $ @sys$startup:pwrk$define_commands     $ nbshow knbstatus turpins-wm 1b  F You should get a list of NetBIOS names owned from/by database01 or 02.  F From the database0n system that responds, go to a dos shell and enter:   nbtstat -a jerry  I I suspect you'll get "host not found".    So you'll need to determine (1) J what method database1/2 use to resolve the name jerry (dns, wins, lmhosts,9 hosts, broadcasts) and (2) ensure the address is correct.   K If nbtstat -a jerry works, then there could be a security policy setting on K database01/02 that is denying Advanced Server the ability to continue being K authenticated in order to access the SAM.  Since there's a 2-way trust, you J should be able to logon to the EXTENZA-W1 domain with admin privileges and: then query database01/02 for information (ie, $ admin showJ shares/server=database01) to determine if the cluster is otherwise denying the Advanced Server access.    HTH,   Paul   ------------------------------    Date: 19 Mar 2004 05:50:26 -0800- From: martin.platts@cdl.co.uk (Martin Platts) + Subject: Re: IA64 version of SETI for VMS ? = Message-ID: <b367fb16.0403190550.5eb561be@posting.google.com>   [ Roy Omond <Roy@Omond.net> wrote in message news:<c3c91a$1ic$1$8302bc10@news.demon.co.uk>...  > Subject says it all ...  > = > We've just received one of these IA64 thingies, and it will 8 > very probably have a fair amount of idle time.  Anyone/ > (Burns Fisher ?) have a SETI client for VMS ?  >  > Roy Omond > > Blue Bubble Ltd.  (11,396 units complete, almost all VMS :-)  B yes - will be required at the rate borkeley are going with Seti IIC (which we should at least be able to port for ourselves (being open D source)) - but I doubt you'll get an IA64 version at this time - not? one that they can release (as it will be the optimised one that $ borkeley would not let them release.   Martin* (123,000 WU's - over 1/3 on OpenVMS Alpha)  1 Join OcUK SETI Team - The World #3 Ranked Team  ( C http://forums.overclockers.co.uk/forumdisplay.php?s=&forumid=39 :D)    ------------------------------    Date: 19 Mar 2004 04:25:44 -08006 From: andrew.rycroft@intrinsitech.com (Andrew Rycroft)/ Subject: Re: Pathworks Current versions/product = Message-ID: <58ba0101.0403190425.65a1d6da@posting.google.com>    Hi,    Try here :-   0 http://h71000.www7.hp.com/pathworks32/index.html   Andrew  ` "Earl Lakia" <elakia@hotmail.com> wrote in message news:<RuKdnUGt2a4LesTdRVn-ig@netnitco.net>...A > I have been on the phone with HP trying to find out about a new 5 > version of Pathworks, if that is still the product.  > 8 > I need to connect a Windows 2000 box to an OpenVMS/VAX6 > over DECNET.  All I need is the ability to connect a0 > transparent task to task link to the VMS host. > / > So what is the product I need on the W2K box. ? > I never got through to anyone after 30 minutes of very polite  > but not helpful folks at HP. >  > -earl    ------------------------------  % Date: Fri, 19 Mar 2004 08:08:43 -0600 ' From: "Earl Lakia" <elakia@hotmail.com> / Subject: Re: Pathworks Current versions/product 1 Message-ID: <UvedndHAfOFsY8fd4p2dnA@netnitco.net>   @ After going to the SPD, etc.  Do I need to have software running9 on an OpenVMS system?  I currently connect to a PDP and a = OpenVMS VAX, but I only really need to talk to the PDP.  Will < the Pathworks Client work without a VMS host?  All I want is& the DLL for the DECNET protocol stack.   -earl   C "Andrew Rycroft" <andrew.rycroft@intrinsitech.com> wrote in message 7 news:58ba0101.0403190425.65a1d6da@posting.google.com...  > Hi,  > 
 > Try here :-  > 2 > http://h71000.www7.hp.com/pathworks32/index.html >  > Andrew > 4 > "Earl Lakia" <elakia@hotmail.com> wrote in message- news:<RuKdnUGt2a4LesTdRVn-ig@netnitco.net>... C > > I have been on the phone with HP trying to find out about a new 7 > > version of Pathworks, if that is still the product.  > > : > > I need to connect a Windows 2000 box to an OpenVMS/VAX8 > > over DECNET.  All I need is the ability to connect a2 > > transparent task to task link to the VMS host. > > 1 > > So what is the product I need on the W2K box. A > > I never got through to anyone after 30 minutes of very polite   > > but not helpful folks at HP. > > 	 > > -earl    ------------------------------    Date: 19 Mar 2004 07:46:57 -0800# From: axica_nopub@yahoo.com (Safir) / Subject: Re: Pathworks Current versions/product = Message-ID: <2b49c9e0.0403190746.3059bb20@posting.google.com>    " / > So what is the product I need on the W2K box. ? > I never got through to anyone after 30 minutes of very polite  > but not helpful folks at HP. >  > -earl    check PAthworks32 7.4    ------------------------------  % Date: Fri, 19 Mar 2004 13:48:50 -0500 ' From: "Main, Kerry" <kerry.main@hp.com> % Subject: RE: SAN Replication over IP? R Message-ID: <FD827B33AB0D9C4E92EACEEFEE2BA2FB2C6708@tayexc19.americas.cpqcorp.net>   > -----Original Message------ > From: Hal Kuff [mailto:kuff@comcast.net]=20  > Sent: March 14, 2004 8:06 PM > To: Info-VAX@Mvb.Saic.Com ' > Subject: Re: SAN Replication over IP?  >=20? >     Thanxs Mike... always a pleasure....  Yes we were told=20V@ > about the Brocade software a few months ago, we are looking=20? > into that. If we chose the Cusiness Copy S/W we wound only=20 A > replicate one or possibly two LUNS... we could then ship off=20 * > RMS and Oracle after image log files.... >=20> >     One thing we should all keep in mind (if we are still=20; > using RMS files) is that a one megabyte data write can=20S@ > initiate a 10 or 20MB write during which a lot of index and=20B > bucket split operations occur on a poorly designed application.. >=20? >    Our theory is that say two LUNS that have peak write of=20 > > 10GB total could easily be replicated (asynch) over a T-3 .. >=20> >     We are wondering who out there is using Brocade, CNT,=20 > Nishan, Cisco  > MDS9216 etc....  >=20 >=20 [snip]   Hal,  C We have a number of OpenVMS Customers using SAN Valley's FC over IPa% offerings for long distance clusters.i  E Email me off line and I will send you the contact info. My experience F with these folks has been very good - very knowledgeable. Also, as farB as I know, they are the only SAN IP switch vendor to certify their@ offerings with OpenVMS shadowing (HP CXO did the tests as well).   http://www.sanvalley.com     Regardst  
 Kerry Main Senior Consultant  HP Services Canada Voice: 613-592-4660- Fax: 613-591-4477- Email: kerryDOTmainAThpDOTcoma. (remove the DOT's and AT for email address)=20   ------------------------------    Date: 18 Mar 2004 23:59:31 -0800. From: martinkirby12@yahoo.co.uk (Martin Kirby)( Subject: Re: Server hang - compute bound< Message-ID: <224291b.0403182359.4461f8ab@posting.google.com>   Joe,  @ Do you have the graphics update kit installed? It is pretty well
 necessary.  A We don't have any reports of that. If you have a service contract F please raise a call, if not please give me some details on your system> - graphics cards, cpus etc. and see if you can gather some cpu2 addresses and stack traces for the looping server.   Martin Kirby   ------------------------------  # Date: Fri, 19 Mar 2004 14:41:43 GMTs# From: "John Smith" <a@nonymous.com>a  Subject: Re: Toys R Us and VMS ?H Message-ID: <HED6c.61551$ohV.29292@news01.bloor.is.net.cable.rogers.com>  7 "JF Mezei" <jfmezei.spamnot@istop.com> wrote in messagen# news:405A1972.42800F27@istop.com...F > Paul Repacholi wrote:vK > > It has been `improved' and is now all done from Melbourne and Brisbane.  > >xJ > > >> > The next time the AWACS goes up and tracks all aircraft along the< > > >> > borders of the US to protest us, you can thank VMS. >eK > By the way, was VMS involved at all at that super secret over the horizonpJ > radar facility they tried to hide in the middle of the outback just west of > Laverton WA ?     + Damn JF. You just let the secret out.   :-)    ------------------------------  % Date: Fri, 19 Mar 2004 09:48:18 +0000:* From: Nic Clews <sendspamhere@[127.0.0.1]>< Subject: Re: VMS 5.5-2 disk size limitations on VAX 4000-200' Message-ID: <c3efml$rt6$1@lore.csc.com>n   Frank Gribbin wrote: > I >     We have Vaxes running VMS 5.5-2. We can't upgrade because we dependnH > on third party software that was never upgraded beyond 5.5-2. I recallC > that one can't address SCSI disks that are bigger than 8Gb. We've0J > recently had a 4Gb disk fail. Fortunately we had disk shadowing and haveJ > a couple more disks on-line. However we don't have any spares to replace > the failed 4Gb disk. > I >     Does anyone know if its possible to use larger disks but initialiseDH > so it looks like it's 8Gb or less? It seems like it's difficult to get7 > SCSI disks less than 18Gb. Suggestions for suppliers?l  
 Three points.   H 1. Have you actually tried the application on higher versions of VMS? V4E VMS compiled code works perfectly well on 7.3 and all points between,l this is VMS you know.   C 2. Try www.hpaq.net (Island), I know they do have some of the older F stuff around (i.e. smaller disks) and they have an excellent worldwideH service and they won't rip you off and you'll have service comeback, not( that I think you'll need to exercise it.   3. There is no point 3.d   -- .? Regards, Nic Clews a.k.a. Mr. CP Charges, CSC Computer Sciencesm nclews at csc dot com5   ------------------------------  % Date: Fri, 19 Mar 2004 09:28:36 -0700i+ From: "Barry Treahy, Jr." <Treahy@MMaz.com>t< Subject: Re: VMS 5.5-2 disk size limitations on VAX 4000-200' Message-ID: <405B1FB4.9050103@MMaz.com>V   Nic Clews wrote:   >Frank Gribbin wrote:h >  s > I >>    We have Vaxes running VMS 5.5-2. We can't upgrade because we dependnH >>on third party software that was never upgraded beyond 5.5-2. I recallC >>that one can't address SCSI disks that are bigger than 8Gb. We'verJ >>recently had a 4Gb disk fail. Fortunately we had disk shadowing and haveJ >>a couple more disks on-line. However we don't have any spares to replace >>the failed 4Gb disk. >>I >>    Does anyone know if its possible to use larger disks but initialiseoH >>so it looks like it's 8Gb or less? It seems like it's difficult to get7 >>SCSI disks less than 18Gb. Suggestions for suppliers?h >>     >> >u >Three points. >wI >1. Have you actually tried the application on higher versions of VMS? V4 F >VMS compiled code works perfectly well on 7.3 and all points between, >this is VMS you know.   >  T >VE That is not entirely true, if there are any executive or kernel code .< hooks or references to data structures, you are in trouble.    Barry=   -- 2  > Barry Treahy, Jr                       E-mail: Treahy@MMaz.com> Midwest Microwave                          Phone: 480/314-1320> Vice President & CIO                         FAX: 480/661-7028                        r   ------------------------------    Date: 19 Mar 2004 11:26:50 +0100C From: vaxinf@chclu.chemie.uni-konstanz.de (Eberhard Heuser-Hofmann)kE Subject: Re: WARNING: cdrecord changes total block size value on a CDr- Message-ID: <405acaea$1@news.uni-konstanz.de>e  F In article <9uk6c.13357$t16.7764561@newssvr28.news.prodigy.com>, "John! Vottero" <John@mvpsi.com> writes:e   [snip]   >>B >> Yes, because all files are there, but think about the following >situation:s >>E >> You're getting a CD-R and copy the "image" to a disk (by copying a  >foreignJ >> mounted device). Then use cdrecord or cdwrite. which adds those records >tod >> youroH >> "image". The next person get your copy and make the same dirty thing!H >> That means everytime you use your new copy you will change your data.$ >> This is a dangerous game I think. >> >aH >I don't think it's dangerous because there's nothing in indexf.sys that >points to the bogus blocks. >d >S >   I It's definitely better to avoid this and, what I've shown, it is possible  to do.   eberhard   ------------------------------    Date: 19 Mar 2004 09:44:26 -0800  From: aileenm79@hotmail.com (AM)2 Subject: What causes backups to produce split IOs?= Message-ID: <4034601c.0403190944.47ba2910@posting.google.com>   C Could anyone provide some insight on why backups produce split IOs?t   Thanks!    ------------------------------   Date: 19 MAR 2004 15:18:26 GMT4 From: karcher@thuria.waisman.wisc.edu (Carl Karcher)< Subject: Will Intersystems Open M 6.4-F.14 run on VMS 7.3-2?6 Message-ID: <19MAR04.15182638@thuria.waisman.wisc.edu>  D Can anyone verify if Instersystems "Open M (ISM) V6.4-F.14 (REL 03)"E will run on OpenVMS/Alpha V7.3-2? This release was around the time ofhC the "Cache" name change - November 1998 (but the CD does have theirl Cache logo on it).  G I'm currently running it on VMS 7.3-1 and suspect it should be fine but E would like confirmation if possible before upgrading VMS (rather thanyG having to contact Intersystems which I'm loath to attempt from previoust experience).   Thanks.a   --G -- Carl Karcher, Waisman Computing Services, Waisman Center, UW-Madisonx9 --                  karcher.nomorespxm@waisman.wisc.edu  u   ------------------------------  # Date: Fri, 19 Mar 2004 14:34:36 GMTm# From: "John Smith" <a@nonymous.com>n& Subject: Re: [OT?] Internet AppliancesH Message-ID: <0yD6c.61548$ohV.55351@news01.bloor.is.net.cable.rogers.com>  / "Didier Morandi" <no@spam.com> wrote in messagea( news:c3d1td$1arf$1@biggoron.nerim.net... > So, a thin Client? >oF > How come http://www.rightvision.com/?lg=english&rubrique=main may be	 called angK > Internet Appliances Company? They sell Internet Office Desktop interfaces  ala D > easyplanet (http://www.easyplanet.com/). Is EasyPlanet an Internet	 Appliance) > product too?     It is if they call it one ;-)"B That's because there is no ISO definition ;-) of what an 'internet appliance' is.   Welcome to Marketing 101.b   ------------------------------  % Date: Fri, 19 Mar 2004 12:01:55 +0100 - From: "Martin Vorlaender" <mv@pdv-systeme.de> 6 Subject: Re: [Simh] Newbie has network compile problem9 Message-ID: <c3ejv9$22bok4$1@ID-56200.news.uni-berlin.de>e   Steve Smith wrote: > Using "make USE_NETWORK=1".s >  > SIMH V3.1-0 updated 31-Dec-03s >  > Linux version 2.4.18-3( > (bhcompile@stripples.devel.redhat.com): > (gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)) >  > libpcap 0.8.1M > * > /tmp/cc3ffVSZ.o: In function `eth_open':6 > /tmp/cc3ffVSZ.o(.text+0x4fa): undefined reference to > `pcap_setnonblock', > /tmp/cc3ffVSZ.o: In function `eth_filter':6 > /tmp/cc3ffVSZ.o(.text+0xd8b): undefined reference to > `pcap_setnonblock'- > /tmp/cc3ffVSZ.o: In function `eth_devices':n6 > /tmp/cc3ffVSZ.o(.text+0xdd3): undefined reference to > `pcap_findalldevs'6 > /tmp/cc3ffVSZ.o(.text+0xf01): undefined reference to > `pcap_freealldevs'% > collect2: ld returned 1 exit statusC > make: *** [BIN/pdp11] Error 1d  = This look suspiciously like it's not finding the pcap libraryp; while linking. Find libpcap.a and add it's path on the linee  ,  NETWORK_OPT = -DUSE_NETWORK -lpcap -L<path>   of makefile.  2 Disclaimer: On Linux, I'm just an ordinary user...   cu,9   Martin -- :@   OpenVMS:                | Martin Vorlaender  |  OpenVMS rules!3    The operating system   | work: mv@pdv-systeme.de F    God runs the           |   http://www.pdv-systeme.de/users/martinv/:    earth simulation on.   | home: martin@radiogaga.harz.de   ------------------------------  # Date: Fri, 19 Mar 2004 15:04:39 GMT(0 From: "Barry Kierstein" <Barry.Kierstein@HP.Com>V Subject: Re: [VMS V7.3-2/AMDS/AVAILMAN] AVAILMAN installation deletes AMDS$CONSOLE.EXE1 Message-ID: <b_D6c.1262$Fh4.971@news.cpqcorp.net>    All,  ;     The AM kit, under certain circumstances, thinks it ownsiJ AMDS$CONSOLE.EXE.  This will be fixed in a new release of AM.  Until then,K one should be able to reinstall DECamds to regain the console image.  SorryT for the inconvenience.   Barry Kiersteins HP OpenVMS Engineering    C "Peter 'EPLAN' LANGSTOEGER" <peter@langstoeger.at> wrote in messageE+ news:newscache$3a5lsh$r6z1$1@news.sil.at...tJ > I use AVAILMAN (JAVA/Alpha based) and AMDS (MOTIF/VAX/Alpha based) on myJ > systems for a long time now (ok, AMDS much longer than AVAILMAN) but was > quite surprised today. >eJ > I thought, the two products do the same thing with different methods andG > can coexist on the same Alpha. At least that was my impression of thet" > last years. And I use them both. >-I > I installed AVAILMAN and AMDS on my Alphas and all was right. But today<J > I tried on another Alpha to use AMDS and found AMDS$CONSOLE.EXE missing.H > After some seconds I found out, that the AVAILMAN installation deletedI > the AMDS$CONSOLE.EXE on this system (on all my other systems, I did the1A > installation of AMDS after AVAILMAN and just didn't notice thisc behaviour).  > K > So, do you have any idea, why AVAILMAN seems to want to get rid of AMDS ?w" > Is this intended or just a bug ? >n > TIAv >v > -- . > Peter "EPLAN" LANGSTOEGERt' > Network and OpenVMS system specialista > E-mail  peter@langstoeger.atH > A-1030 VIENNA  AUSTRIA              I'm not a pessimist, I'm a realist   ------------------------------   End of INFO-VAX 2004.155 ************************