1 INFO-VAX	Sun, 24 Nov 2002	Volume 2002 : Issue 650       Contents: Re: allocating from P1 Re: CSWS hangsP Re: Exam 010-627 (HSx80 Solutions for OpenVMS): read this before youwrite it youP Re: Exam 010-627 (HSx80 Solutions for OpenVMS): read this beforeyouwrite it youw Re: Get owner info from UAF ) Re: Independent Consultants + OpenVMS.org ) Re: Independent Consultants + OpenVMS.org ) Re: Independent Consultants + OpenVMS.org  Re: job scheduling in VMS  Re: job scheduling in VMS  Re: job scheduling in VMS 6 RE: Jumper settings for TZ87 in StorageWorks enclosure Re: Misuse of SYSPRV in VMS % Re: PHP sybase_ct module availability % Re: poor Gigabit Ethernet performance " Problem with NFS on HP TCPIP stack& Re: Problem with NFS on HP TCPIP stack& Re: Problem with NFS on HP TCPIP stack& Re: Problem with NFS on HP TCPIP stack# Re: SMTP non working after upgrade. ! Re: What is DAP status code 5067? 6 RE: Where to get the last SRM for UP2000+ motherboard?  F ----------------------------------------------------------------------  # Date: Sun, 24 Nov 2002 14:38:27 GMT " From:   VAXman-  @SendSpamHere.ORG Subject: Re: allocating from P1 0 Message-ID: <00A17725.B6345B8C@SendSpamHere.ORG>  q In article <477e0934.0211232233.4ba15285@posting.google.com>, usenet_vms@lehrerfamily.com (Joshua Lehrer) writes: w >usenet_vms@lehrerfamily.com (Joshua Lehrer) wrote in message news:<477e0934.0211212034.53d11f67@posting.google.com>... [ >> VAXman-  @SendSpamHere.ORG wrote in message news:<00A174D7.3768A8CD@SendSpamHere.ORG>... v >> > In article <477e0934.0211210734.559962f9@posting.google.com>, usenet_vms@lehrerfamily.com (Joshua Lehrer) writes: >> >   >> >  H >> > Explain what you're trying to accomplish and there my be other ways3 >> > to skin the cat that you're trying to defrock.  >>   >  >Ok, here's my new problem.  > C >I allocate memory in P1 using sys$expreg passing in user mode, and C >region "1".  However, the first area of memory that it gives me is A >really close to the program stack, without leaving much room for < >growth.  Even worse, I have no way of knowing when my stackE >infiltrates on the memory I have received from sys$expreg.  How do I E >control the stack size?  Is it a linker/compiler switch?  Is there a E >way to programmatically reserve stack space?  Can I tell sys$expreg, 7 >or a simlar call, to stay away from the program stack?  >  >joshua lehrer >factset research systems   D The user stack is allowed to grow from @CTL$GL_CTLBASVA to the lowerD confine of P1 address space (ie. 40000000(16)).  $EXPREG will expandD a region from its present extent through the number of pages you askD for and in the direction of normal address space growth.  Thus, whenC you invoke $EXPREG and specify P1 space as the region argument, you B will be expanding downward from the current stack expanded address8 region through the number of pages you have requested.         +--------+ :7FFFFFFF(16)   ~        ~ misc. P1 stuff 1   +--------+ :@CTL$GL_CTLBASVA   ---------------- 0   | IN USE |                                   ^L   | USER   |                                   | Initial default establishedL   | STACK  |                                   | by LINKER or LINKER option J   |--------| :<- user SP                       | STACK.  Space grows auto-L   | SPACE  |                                   | matically to accomodate anyH   | FOR    |                                   | needed stack expansion.0   | USER   |                                   |0   | STACK  |                                   v2   +--------+ :<- end of user stack space --------    |$EXPREG |   | SPACE  |   |        |   v        v   +--------+ :40000000(16)    I If you can preconceive the limit needed for your stack, you might be able J to user the option STACK to set this aside and then invoke $EXPREG to open3 up the remaining extent of P1 space for your use.     J It might be advisable to allocate a NA page at the bottom of the stack be-H tween it and your first accessible P1 region extent to insure that thereL is enough stack being allocated before you start using the rest of P1 space.J This will cause your program to ACCVIO when/if the stack crosses into thisI space.  I'd think it better to find out that your stack allocation is in- H adequate in this manner that to find out later when *strangeness* beginsJ to occur in your program because the stack overwrote your allocated exten-
 sions to P1.     --O VAXman- OpenVMS APE certification number: AAA-0001     VAXman(at)TMESIS(dot)COM              5   "Well my son, life is like a beanstalk, isn't it?"     ------------------------------  # Date: Sun, 24 Nov 2002 15:22:23 GMT * From: "Mark E. Levy" <levy@sysman-inc.com> Subject: Re: CSWS hangs = Message-ID: <P86E9.98270$__1.58137@rwcrnsc51.ops.asp.att.net>   5 "Bob Ceculski" <bob@instantwhip.com> wrote in message 7 news:d7791aa1.0211131719.2ea14ad9@posting.google.com...   7 > I have the answer ... Purveyor ... it never hangs ...    Two words: dead product.  G It has lots of bugs that will never be fixed, and don't even try to get  support.   ML   ------------------------------  # Date: Sat, 23 Nov 2002 21:56:50 GMT & From: Curtis Rempel <curtis@telus.net>Y Subject: Re: Exam 010-627 (HSx80 Solutions for OpenVMS): read this before youwrite it you 8 Message-ID: <CQSD9.3534$hu.514052@news2.telusplanet.net>  
 G J wrote: > Chris, > G > I took this exam last month, and brought up the same points (20 of 61 M > questions were windows based, 1 vms question, and one unix question with no K > mark/review abilities).  I discussed it with some of my coworkers, and we K > thought that maybe the exam writer was a person that was from Compaq that N > had only a windows/Netware background, and this was their first exam writingM > experience (probably someone right out of college) that wasn't aware of the I > other test standards, or the operating system that had it's name in the L > title of the exam test.  I sent a note to the email address you mentioned,: > as well as put the same comments at the end of the test. >  > -Garth >  >    Garth,  I Sounds the same - the exam I wrote had 61 questions and according to the   breakdown on the result sheet:  - Section 8. SANworks Secure Path - 9 questions K Section 9. Windows NT 4.0 and Windows 2000 Host Configuration - 8 questions 8 Section 10. NetWare 5.x Host Configuration - 2 questions  I for a total of 19 non-VMS questions since VMS has built-in "Secure Path"  I capabilities.  I don't recall answering any VMS related questions at all.   C I'll update when I hear something back, but I think the wheels are  C probably going pretty slow on this... I have a feeling the biggest  A hurdle to overcome will be in them understanding that there is a  ' difference betweeen VMS and Windows :-(   H Fortunately though, Mark Gorham is aware of the matter and he has asked ; another individual to look into this matter.   Thanks Mark!    Curtis   ------------------------------  % Date: Sun, 24 Nov 2002 10:52:31 -0600 1 From: "David J. Dachtera" <djesys.nospam@fsi.net> Y Subject: Re: Exam 010-627 (HSx80 Solutions for OpenVMS): read this beforeyouwrite it youw ' Message-ID: <3DE103CF.76AC7C76@fsi.net>    Curtis Rempel wrote: >  > G J wrote:
 > > Chris, > > I > > I took this exam last month, and brought up the same points (20 of 61 O > > questions were windows based, 1 vms question, and one unix question with no M > > mark/review abilities).  I discussed it with some of my coworkers, and we M > > thought that maybe the exam writer was a person that was from Compaq that P > > had only a windows/Netware background, and this was their first exam writingO > > experience (probably someone right out of college) that wasn't aware of the K > > other test standards, or the operating system that had it's name in the N > > title of the exam test.  I sent a note to the email address you mentioned,< > > as well as put the same comments at the end of the test. > > 
 > > -Garth > >  > >  >  > Garth, > J > Sounds the same - the exam I wrote had 61 questions and according to the  > breakdown on the result sheet: > / > Section 8. SANworks Secure Path - 9 questions M > Section 9. Windows NT 4.0 and Windows 2000 Host Configuration - 8 questions : > Section 10. NetWare 5.x Host Configuration - 2 questions > J > for a total of 19 non-VMS questions since VMS has built-in "Secure Path"K > capabilities.  I don't recall answering any VMS related questions at all.  > D > I'll update when I hear something back, but I think the wheels areD > probably going pretty slow on this... I have a feeling the biggestB > hurdle to overcome will be in them understanding that there is a) > difference betweeen VMS and Windows :-(   E From what I've read elsewhere, the current greatest hurdle is getting ; teh HP-ers to distinguish between "OpenVMS" and "OpenView".   I > Fortunately though, Mark Gorham is aware of the matter and he has asked = > another individual to look into this matter.   Thanks Mark!   H You might wish o express your thanx to him personally. If you don't knowH how to guess his e-mail address, e-mail me privately. How to de-mung the# reply-to address should be obvious.    --   David J. Dachtera  dba DJE Systems  http://www.djesys.com/  ( Unofficial Affordable OpenVMS Home Page: http://www.djesys.com/vms/soho/    ------------------------------  % Date: Sat, 23 Nov 2002 14:58:19 -0600 1 From: "David J. Dachtera" <djesys.nospam@fsi.net> $ Subject: Re: Get owner info from UAF' Message-ID: <3DDFEBEB.F6FD463D@fsi.net>    Michael Unger wrote: > / > John Briggs <briggs@encompasserve.org> wrote:  > @ > > In article <819f1cc4.0211210955.c6a6de3@posting.google.com>,& > daveparboo@hotmail.com (DXP) writes:9 > > > $ owner = f$edit(f$extract(85, 31, record), "trim")  > > ... 7 > > > Well, if p1 .eqs. plebby_user then no problem.... I > > > However, if p1 .eqs. super_user_with_loads_of_privs_and_identifiers G > > > then I get the message, "%DCL-W-BUFOVF, command buffer overflow - ) > > > shorten expression or command line"  > > > I > > > Now, I am aware of the 1024k symbol buffer size limit, but how do I 0 > > > get the info from this record that I need. > > @ > > If I remember correctly, lexical functions such as f$extractA > > can only deal with arguments that are 256 characters long (or A > > some such value -- the exact limits for various limits change > > > from release to release.  And your SYSUAF record is longer > > than the limit.  > > 9 > > The only ideas I can come up with are pretty baroque:  > > : > > Data reduce SYSUAF using SORT with a /SPECICATION file > > B > > Use WRITE /SYMBOL to put your selected record back into a disk@ > > file and then CONVERT /TRUNCATE that to get it down to size. > > & > > Write a program.  (Oh, the shame!) > >  > > John Briggs  > F > Just a few lines of DCL code I extracted from a posting to this news7 > group (don't remember when or who was the sender) ...  >  > $ OPEN /READ uaf sysuaf.dat & > $ READ /END=no_more_records uaf line > $!5 > $ username = F$EDIT(F$EXTRACT(4, 32, line), "TRIM") 6 > $ account  = F$EDIT(F$EXTRACT(52, 32, line), "TRIM")H > $ owner    = F$EXTRACT(85, F$CVUI(0, 8, F$EXTRACT(84, 1, line)), line)F > $ member   = F$FAO("!OW", F$CVUI(0, 16, F$EXTRACT(36, 2, line))) / 1F > $ group    = F$FAO("!OW", F$CVUI(0, 16, F$EXTRACT(38, 2, line))) / 1  C UIC is a longword integer. You can also do the conversion this way:   / $ uic_l = F$CVUI(0, 32, F$EXTRACT(36, 4, line)) A $ uic_s = F$FAO( "!%U", uic_l )		! String representation, "[g,u]" ( $ uic_g = uic_l / 65536			! Group number1 $ uic_m = uic_l - (uic_g * 65536)	! Member number    --   David J. Dachtera  dba DJE Systems  http://www.djesys.com/  ( Unofficial Affordable OpenVMS Home Page: http://www.djesys.com/vms/soho/    ------------------------------  % Date: Sat, 23 Nov 2002 14:48:03 -0600 1 From: "David J. Dachtera" <djesys.nospam@fsi.net> 2 Subject: Re: Independent Consultants + OpenVMS.org' Message-ID: <3DDFE983.46FEB511@fsi.net>    Jerry Leslie wrote:  > 2 > David J. Dachtera (djesys.nospam@fsi.net) wrote: > : D > : ...then they're gonna hafta move the systems off-shore, as well,5 > : since there'll be no one left around to run them.  > :  >  > That's been done... [snip]  D A lotta stuff has "been done". A better question is: how long has itD lasted? ...and what happens to those undersea cables as the tectonicC plates shift? ...lava flows erupt? ...ships get sunk? ...terrorists  attack? ... etc.?   C I'm guessing that those "millions in savings" will evaporate rather : quickly as quality of service renders those sites useless.   --   David J. Dachtera  dba DJE Systems  http://www.djesys.com/  ( Unofficial Affordable OpenVMS Home Page: http://www.djesys.com/vms/soho/    ------------------------------  % Date: Sat, 23 Nov 2002 19:22:09 -0500 0 From: JF Mezei <jfmezei.spamnot@vl.videotron.ca>2 Subject: Re: Independent Consultants + OpenVMS.org/ Message-ID: <3DE01BAF.C4EC817F@vl.videotron.ca>   K Jerry Leslieprivided lots of reasons why cables are better than satellites:     S You forgot the most important reason why fibre cable is much better than satellite:   G MUCH SMALLER DELAY.  For phone and data, the delay induced by satellite J transmissions is a severe drawback. (evert called someone in Singapore andN gotten a satellite link ? I have and it isn't pretty - once you notice it suchJ a link, you have to epxlain to the person at the other end to be patient.   M As far as the cable being heavily shielded undersea and under seabed, that is M not the case. It is just deposited on the seabed, except near the shore where  it is below ground.   J In australia's outback, the main fibre backbones are only about 15cm belowK ground (about 6 inches) in most places, except when the cable crosses a dry L river/creek where they have to burry it much deeper so it can widthstand the+ annual rain (or in the nortwest, cyclones).   K I remember sleeping over the cable once. Was writing emails on my PDA in my M tent at night, thinking of the possibilities if I could just dig 6 inches and H plug my PDA onto the backbone to send my emails :-) :-) :-) :-)  I was 6< inches from high-tech, yet hundreds of km from civilisation.   ------------------------------  % Date: Sun, 24 Nov 2002 10:48:48 -0600 1 From: "David J. Dachtera" <djesys.nospam@fsi.net> 2 Subject: Re: Independent Consultants + OpenVMS.org' Message-ID: <3DE102F0.78477D91@fsi.net>    Jerry Leslie wrote:  > [extensive snippage]  H Eventually, the world will run out of "third-world" countries to exploitG like this. So, even though it won't be in our lifetimes, ultimately the  strategy must fail.    It is unavoidable.   --   David J. Dachtera  dba DJE Systems  http://www.djesys.com/  ( Unofficial Affordable OpenVMS Home Page: http://www.djesys.com/vms/soho/    ------------------------------  # Date: Sun, 24 Nov 2002 15:14:28 GMT * From: "Mark E. Levy" <levy@sysman-inc.com>" Subject: Re: job scheduling in VMS= Message-ID: <o16E9.97838$%m4.44808@rwcrnsc52.ops.asp.att.net>   2 "Dean Woodward" <deanw@rdrop.com> wrote in message" news:3DD884FD.5090806@rdrop.com... > Some DBA wrote:  > > "N.ws" wrote:  > > J > >>would any one could give me an example of how to run a job (a command); > >>at a spcify time once a day? for example, my commnad is < > >>reply/all "The system will be out of service in 15 mins"J > >>at 5:45pm every day, i want to run this job as a notice for all users.E > >>what can i do in openvms? (i am very new in vms)thank you for you 
 > >>reply. > H > Having gotten enough replies on how, I'm interested (monkey curiosity)= > why he thinks he needs to take the system down every day...      Microsoft Mentality.   ------------------------------  % Date: Sun, 24 Nov 2002 10:43:58 -0600 1 From: "David J. Dachtera" <djesys.nospam@fsi.net> " Subject: Re: job scheduling in VMS' Message-ID: <3DE101CE.5074EC66@fsi.net>    Dean Woodward wrote: >  > Some DBA wrote:  > > "N.ws" wrote:  > > J > >>would any one could give me an example of how to run a job (a command); > >>at a spcify time once a day? for example, my commnad is < > >>reply/all "The system will be out of service in 15 mins"J > >>at 5:45pm every day, i want to run this job as a notice for all users.E > >>what can i do in openvms? (i am very new in vms)thank you for you 
 > >>reply. > H > Having gotten enough replies on how, I'm interested (monkey curiosity)= > why he thinks he needs to take the system down every day...   H I think we need to distinguish between "taking the system down" (puttingF the application(s) into a condition where it is / they are unavailableF to the (ab)user(s)) and "taking the system down" (shutting down to theG console prompt, presumably to boot up in stand-alone mode for backup or 
 whatever).  G That said, in some shops, more or less standard procedure is to quiesce G the application(s) (get it/them to close all files and stop processing) D long enough to split shadow-sets or mirror-sets for backup, at whichE time the application(s) may or may not be made available to the users E while night-time processing is done ("end of day"/"beginning of day",  etc.).  E So, there's a coupla shades of grey (at least) to wade through before  such questions can be answered.    --   David J. Dachtera  dba DJE Systems  http://www.djesys.com/  ( Unofficial Affordable OpenVMS Home Page: http://www.djesys.com/vms/soho/    ------------------------------    Date: 24 Nov 2002 09:44:41 -0600- From: Kilgallen@SpamCop.net (Larry Kilgallen) " Subject: Re: job scheduling in VMS3 Message-ID: <wTR9tuUcml3c@eisner.encompasserve.org>   [ In article <3DE101CE.5074EC66@fsi.net>, "David J. Dachtera" <djesys.nospam@fsi.net> writes:   I > That said, in some shops, more or less standard procedure is to quiesce I > the application(s) (get it/them to close all files and stop processing) F > long enough to split shadow-sets or mirror-sets for backup, at whichG > time the application(s) may or may not be made available to the users G > while night-time processing is done ("end of day"/"beginning of day",  > etc.).  J I once did some work for a shop with three 780s which kicked the users offJ at 5pm because they needed the CPU power for the overnight BOM processing.   ------------------------------  % Date: Sun, 24 Nov 2002 11:26:30 -0500 ' From: "Main, Kerry" <Kerry.Main@hp.com> ? Subject: RE: Jumper settings for TZ87 in StorageWorks enclosure T Message-ID: <BE56C50EA024184DAF48F0B9A47F5CF402660B87@kaoexc01.americas.cpqcorp.net>   Bill,   ? >>> Can anyone point me to any documentation for this drive?<<<    This might be of assistance:H ftp://ftp.compaq.com/pub/supportinformation/techpubs/qrg/app_b_scsi_tape _drive_config_charts.pdf  7 Other product specific tech doc's for future reference: / http://h18000.www1.hp.com/support/Techpubs/qrg/      Regards   
 Kerry Main Senior Consultant  Hewlett-Packard (Canada) Co.! Consulting & Integration Services  Voice: 613-592-4660  Fax   : 613-591-4477 Email: kerryDOTmain@hpDOTcom-     (remove the DOT's and replace with "."'s)        -----Original Message-----6 From: Bill McLaughlin [mailto:mcbill20@hotmail.com]=20 Sent: November 23, 2002 7:52 PM  To: Info-VAX@Mvb.Saic.Com ; Subject: Jumper settings for TZ87 in StorageWorks enclosure     F Hello all. I just bought a TZ87 DLT drive in a StorageWorks enclosure.G Unfortunately, it didn't come with any documentation and the HP website # doesn't seem to contain any either.   B It seems to work fine-- the only thing is that it ignores the SCSIC address set by jumpers on the back of my StorageWorks enclosure and A always comes up as SCSI ID #4, no matter which slot it is put in.   E There is a tiny 6 position DIP switch on the ribbon cable in the back 4 but there is no indication of what the settings are.  8 Can anyone point me to any documentation for this drive?   Thanks.  Bill McLaughlin    ------------------------------  % Date: Sat, 23 Nov 2002 23:01:32 +0000 ) From: Antonio Carlini <arcarlini@iee.org> $ Subject: Re: Misuse of SYSPRV in VMS& Message-ID: <3DE008CC.5040106@iee.org>   JF Mezei wrote:  > Any comments ?  = PSI solved the problem by requiring users to have identifiers ; rather than privs for certain things. It's easier to add an 1 identifier to a system than to create a new priv.    Antonio    ------------------------------  % Date: Sun, 24 Nov 2002 10:13:34 +0200 $ From: "MikeR" <rechtman@tzora.co.il>. Subject: Re: PHP sybase_ct module availability5 Message-ID: <arq1ib$kn1ps$1@ID-103225.news.dfncis.de>   4 "Sam Rozenfeld" <rozenfeld@dls.net> wrote in message& news:2YSdnYiqudKC90CgXTWc2Q@dls.net...K > No, I don't. I don't even think they make Sybase for VMS anymore. I could  > really use it badly.7             ^^^^^^^^^^   ... but could you use it well?    Mike >    ------------------------------  % Date: Sun, 24 Nov 2002 00:13:10 +0000 ) From: Antonio Carlini <arcarlini@iee.org> . Subject: Re: poor Gigabit Ethernet performance& Message-ID: <3DE01996.2000100@iee.org>  ( Andrew Harrison SUNUK Consultancy wrote:  > > The bandwidth available through a 33MHz 32bit PCI bus should  > be more than the GigE network. > , > 132 MB/s if my memory serves me correctly.  3 That's the theoretical number but in the real world . you are more likely to see maybe 80MB/s or so.     Antonio    ------------------------------  % Date: Sat, 23 Nov 2002 17:22:38 -0700 $ From: Lee Y T Mah <lytmah@cha.ab.ca>+ Subject: Problem with NFS on HP TCPIP stack ) Message-ID: <3DE01BCE.5B4600CF@cha.ab.ca>   & --------------BA09E2280F40CBDC612259EF* Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit   B We've migrated from a third-party TCPIP stack to the HP stack.  InF addition, we've never implemented NFS on our VMS nodes for production.B I want to use NFS to back up my Windows folders and contents to an8 ES45.  I'm getting network errors on the Windows client.     VMS environment:   TCPIP> SHOW VERSION   ?   Compaq TCP/IP Services for OpenVMS Alpha Version V5.1 - ECO 4 ;   on a Compaq AlphaServer ES45 Model 2 running OpenVMS V7.3    TCPIP> SHOW MAP "             Dynamic Filesystem Map; Pathname                                Logical File System   / /vdka0                                  V$DKA0:    TCPIP> SHOW PROXY   ; VMS User_name     Type      User_ID    Group_ID   Host_name   3 LEE               OND            55         600   * 3 PCNFS_USER        OND             0          33   *    TCPIP> SHOW PROXY   ; VMS User_name     Type      User_ID    Group_ID   Host_name   3 LEE               OND            55         600   * 3 PCNFS_USER        OND             0          33   *   ' TCPIP NFS has been enabled and started.   D   Compaq TCP/IP Services for OpenVMS Server Components Configuration Menu     Configuration options:  D     1 - BIND         Enabled  Started      11 - NTP          Enabled Started D     2 - BOOTP        Disabled Stopped      12 - PC-NFS       Enabled Started E     3 - DHCP         Disabled Stopped      13 - POP          Disabled  Stopped D     4 - FINGER       Disabled Stopped      14 - PORTMAPPER   Enabled Started D     5 - FTP          Enabled  Started      15 - RLOGIN       Enabled Started E     6 - LBROKER      Enabled  Started      16 - RMT          Disabled  Stopped E     7 - LPR/LPD      Enabled  Started      17 - SNMP         Disabled  Stopped D     8 - METRIC       Enabled  Started      18 - TELNET       Enabled Started E     9 - NFS          Enabled  Started      19 - TFTP         Disabled  Stopped E    10 - LOCKD/STATD  Enabled  Started      20 - XDM          Disabled  Stopped    The NFS processes are running.  D OpenVMS V7.3  on node V  23-NOV-2002 16:42:09.64  Uptime  4 08:49:44F   Pid    Process Name    State  Pri      I/O       CPU       Page flts Pages < 2400082A TCPIP$NFS_1     HIB     10      190   0 00:00:00.05
 380    325  N < 2400082D TCPIP$PCNFSD_1  LEF     10      155   0 00:00:00.03
 285    245  N    The username has been set up.   
 UAF> SHOW LEE   6 Username: LEE                              Owner:  LEE; Account:  TEST                             UIC:    [600,55] 2 CLI:      DCL                              Tables: Default:  V$DKA0:[LEE]    & The directory for username Lee exists.   Directory V$DKA0:[000000]   > LEE.DIR;1                1  16-NOV-2002 09:55:52.70  [ABC,LEE] (RWE,RWE,RWE,RE)  < However, I get errors in just trying to get to the VMS host.   Microsoft(R) Windows NT(TM) ' (C) Copyright 1985-1996 Microsoft Corp.   B C:\>net use /delete z:                        Just cleaning up the connection here.* The network connection could not be found.  2 More help is available by typing NET HELPMSG 2250.    ) C:\>net use z: \\v\lee password /user:lee  System error 53 has occurred.    The network path was not found.     / C:\>net use z: \\v\vdka0\lee password /user:lee  System error 67 has occurred.   ! The network name cannot be found.     
 C:\>ping v  < Pinging v.abc.efg.ca [100.40.198.150] with 32 bytes of data:  4 Reply from 100.40.198.150: bytes=32 time=30ms TTL=614 Reply from 100.40.198.150: bytes=32 time=30ms TTL=614 Reply from 100.40.198.150: bytes=32 time=30ms TTL=614 Reply from 100.40.198.150: bytes=32 time=30ms TTL=61   C:\>  # Any help would be much appreciated.      -- Lee   ; Lee Y T Mah                        Capital Health Authority ? Email: lytmah@cha.ab.ca            Information Systems, RAH CSC 4 Phone:  (780) 477-4725, 477-4233   10240 Kingsway NW? Fax:      (780) 491-5119, 491-5619    Edmonton, AB, CAN  T5H3V9     & --------------BA09E2280F40CBDC612259EF) Content-Type: text/html; charset=us-ascii  Content-Transfer-Encoding: 7bit   > <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html>P <font face="Courier New,Courier"><font size=-1>We've migrated from a third-partyG TCPIP stack to the HP stack.&nbsp; In addition, we've never implemented 2 NFS on our VMS nodes for production.</font></font>G <br><font face="Courier New,Courier"><font size=-1>I want to use NFS to M back up my Windows folders and contents to an ES45.&nbsp; I'm getting network + errors on the Windows client.</font></font> 
 <br>&nbsp;P <p><font face="Courier New,Courier"><font size=-1>VMS environment:</font></font>S <p><font face="Courier New,Courier"><font size=-1>TCPIP> SHOW VERSION</font></font> F <p><font face="Courier New,Courier"><font size=-1>&nbsp; Compaq TCP/IP= Services for OpenVMS Alpha Version V5.1 - ECO 4</font></font> Q <br><font face="Courier New,Courier"><font size=-1>&nbsp; on a Compaq AlphaServer / ES45 Model 2 running OpenVMS V7.3</font></font> O <p><font face="Courier New,Courier"><font size=-1>TCPIP> SHOW MAP</font></font> u <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $ Dynamic Filesystem Map</font></font> <br><font face="Courier New,Courier"><font size=-1>Pathname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ! Logical File System</font></font>  <p><font face="Courier New,Courier"><font size=-1>/vdka0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; V$DKA0:</font></font> Q <p><font face="Courier New,Courier"><font size=-1>TCPIP> SHOW PROXY</font></font> W <p><font face="Courier New,Courier"><font size=-1>VMS User_name&nbsp;&nbsp;&nbsp;&nbsp; Q Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; User_ID&nbsp;&nbsp;&nbsp; Group_ID&nbsp;&nbsp;  Host_name</font></font>  <p><font face="Courier New,Courier"><font size=-1>LEE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x OND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 55&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 600&nbsp;&nbsp; *</font></font> g <br><font face="Courier New,Courier"><font size=-1>PCNFS_USER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; K OND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; F 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 33&nbsp;&nbsp; *</font></font> Q <p><font face="Courier New,Courier"><font size=-1>TCPIP> SHOW PROXY</font></font> W <p><font face="Courier New,Courier"><font size=-1>VMS User_name&nbsp;&nbsp;&nbsp;&nbsp; Q Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; User_ID&nbsp;&nbsp;&nbsp; Group_ID&nbsp;&nbsp;  Host_name</font></font>  <p><font face="Courier New,Courier"><font size=-1>LEE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x OND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 55&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 600&nbsp;&nbsp; *</font></font> g <br><font face="Courier New,Courier"><font size=-1>PCNFS_USER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; K OND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; F 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 33&nbsp;&nbsp; *</font></font> L <p><font face="Courier New,Courier"><font size=-1>TCPIP NFS has been enabled and started.</font></font>F <p><font face="Courier New,Courier"><font size=-1>&nbsp; Compaq TCP/IPG Services for OpenVMS Server Components Configuration Menu</font></font> F <p><font face="Courier New,Courier"><font size=-1>&nbsp; Configuration options:</font></font>F <p><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp; 1j - BIND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled&nbsp; Started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;L 11 - NTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled&nbsp; Started</font></font> G <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp; 2 ` - BOOTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disabled Stopped&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;S 12 - PC-NFS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled&nbsp; Started</font></font> G <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp; 3 e - DHCP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disabled Stopped&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G 13 - POP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disabled  Stopped</font></font> G <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp; 4 [ - FINGER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disabled Stopped&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ? 14 - PORTMAPPER&nbsp;&nbsp; Enabled&nbsp; Started</font></font> G <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp; 5 I - FTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled&nbsp; U Started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15 - RLOGIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Enabled&nbsp; Started</font></font> G <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp; 6 [ - LBROKER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled&nbsp; Started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G 16 - RMT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disabled  Stopped</font></font> G <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp; 7 [ - LPR/LPD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled&nbsp; Started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; X 17 - SNMP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disabled Stopped</font></font>G <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp; 8 ` - METRIC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled&nbsp; Started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;S 18 - TELNET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled&nbsp; Started</font></font> G <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp; 9 P - <b>NFS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled</b>&nbsp;_ Started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 19 - TFTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Disabled Stopped</font></font>V <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp; 10 - LOCKD/STATD&nbsp;r Enabled&nbsp; Started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20 - XDM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disabled Stopped</font></font>G <p><font face="Courier New,Courier"><font size=-1>The NFS processes are  running.</font></font>G <p><font face="Courier New,Courier"><font size=-1>OpenVMS V7.3&nbsp; on P node V&nbsp; 23-NOV-2002 16:42:09.64&nbsp; Uptime&nbsp; 4 08:49:44</font></font>O <br><font face="Courier New,Courier"><font size=-1>&nbsp; Pid&nbsp;&nbsp;&nbsp; L Process Name&nbsp;&nbsp;&nbsp; State&nbsp; Pri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;O I/O&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CPU&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Page flts&nbsp; Pages</font></font> _ <br><font face="Courier New,Courier"><font size=-1>2400082A TCPIP$NFS_1&nbsp;&nbsp;&nbsp;&nbsp;eL HIB&nbsp;&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 190&nbsp;&nbsp;G 0 00:00:00.05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 380&nbsp;&nbsp;&nbsp;  325&nbsp; N</font></font>dP <br><font face="Courier New,Courier"><font size=-1>2400082D TCPIP$PCNFSD_1&nbsp;L LEF&nbsp;&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 155&nbsp;&nbsp;G 0 00:00:00.03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 285&nbsp;&nbsp;&nbsp;uV 245&nbsp; N</font></font><font face="Courier New,Courier"><font size=-1></font></font>G <p><font face="Courier New,Courier"><font size=-1>The username has beenlR set up.</font></font><font face="Courier New,Courier"><font size=-1></font></font>M <p><font face="Courier New,Courier"><font size=-1>UAF> SHOW LEE</font></font>e <p><font face="Courier New,Courier"><font size=-1>Username: LEE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Owner:&nbsp; LEE</font></font> <br><font face="Courier New,Courier"><font size=-1>Account:&nbsp; TEST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- UIC:&nbsp;&nbsp;&nbsp; [600,55]</font></font>hU <br><font face="Courier New,Courier"><font size=-1>CLI:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X DCL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c Tables:</font></font>e\ <br><font face="Courier New,Courier"><font size=-1>Default:&nbsp; V$DKA0:[LEE]</font></font> <br><font face="Courier New,Courier"><font size=-1></font></font>&nbsp;<font face="Courier New,Courier"><font size=-1></font></font>L <p><font face="Courier New,Courier"><font size=-1>The directory for usernameV Lee exists.</font></font><font face="Courier New,Courier"><font size=-1></font></font> <p><font face="Courier New,Courier"><font size=-1>Directory V$DKA0:[000000]</font></font><font face="Courier New,Courier"><font size=-1></font></font> <p><font face="Courier New,Courier"><font size=-1>LEE.DIR;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tS 1&nbsp; 16-NOV-2002 09:55:52.70&nbsp; [ABC,LEE]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  (RWE,RWE,RWE,RE)</font></font>G <p><font face="Courier New,Courier"><font size=-1>However, I get errors4q in just trying to get to the VMS host.</font></font><font face="Courier New,Courier"><font size=-1></font></font>nF <p><font face="Courier New,Courier"><font size=-1>Microsoft(R) Windows NT(TM)</font></font>J <br><font face="Courier New,Courier"><font size=-1>(C) Copyright 1985-1996Z Microsoft Corp.</font></font><font face="Courier New,Courier"><font size=-1></font></font> <p><font face="Courier New,Courier"><font size=-1>C:\>net use /delete z:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3 Just cleaning up the connection here.</font></font> I <br><font face="Courier New,Courier"><font size=-1>The network connection ^ could not be found.</font></font><font face="Courier New,Courier"><font size=-1></font></font>H <p><font face="Courier New,Courier"><font size=-1>More help is available) by typing NET HELPMSG 2250.</font></font>  <br><font face="Courier New,Courier"><font size=-1></font></font>&nbsp;<font face="Courier New,Courier"><font size=-1></font></font>H <p><font face="Courier New,Courier"><font size=-1>C:\>net use z: \\v\lee  password /user:lee</font></font>F <br><font face="Courier New,Courier"><font size=-1>System error 53 hasT occurred.</font></font><font face="Courier New,Courier"><font size=-1></font></font>F <p><font face="Courier New,Courier"><font size=-1>The network path was not found.</font></font> <br><font face="Courier New,Courier"><font size=-1></font></font>&nbsp;<font face="Courier New,Courier"><font size=-1></font></font>N <p><font face="Courier New,Courier"><font size=-1>C:\>net use z: \\v\vdka0\lee  password /user:lee</font></font>F <br><font face="Courier New,Courier"><font size=-1>System error 67 hasT occurred.</font></font><font face="Courier New,Courier"><font size=-1></font></font>I <p><font face="Courier New,Courier"><font size=-1>The network name cannot  be found.</font></font>  <br><font face="Courier New,Courier"><font size=-1></font></font>&nbsp;<font face="Courier New,Courier"><font size=-1></font></font> <p><font face="Courier New,Courier"><font size=-1>C:\>ping v</font></font><font face="Courier New,Courier"><font size=-1></font></font>gF <p><font face="Courier New,Courier"><font size=-1>Pinging v.abc.efg.car [100.40.198.150] with 32 bytes of data:</font></font><font face="Courier New,Courier"><font size=-1></font></font>L <p><font face="Courier New,Courier"><font size=-1>Reply from 100.40.198.150:' bytes=32 time=30ms TTL=61</font></font>eM <br><font face="Courier New,Courier"><font size=-1>Reply from 100.40.198.150:-' bytes=32 time=30ms TTL=61</font></font>5M <br><font face="Courier New,Courier"><font size=-1>Reply from 100.40.198.150:0' bytes=32 time=30ms TTL=61</font></font> M <br><font face="Courier New,Courier"><font size=-1>Reply from 100.40.198.150: d bytes=32 time=30ms TTL=61</font></font><font face="Courier New,Courier"><font size=-1></font></font> <p><font face="Courier New,Courier"><font size=-1>C:\></font></font><font face="Courier New,Courier"><font size=-1></font></font>mH <p><font face="Courier New,Courier"><font size=-1>Any help would be much appreciated.</font></font>
 <br>&nbsp; <p>--N <br>Leec <p>Lee Y T Mah&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Capital Health Authority] <br>Email: lytmah@cha.ab.ca&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;o Information Systems, RAH CSCG <br>Phone:&nbsp; (780) 477-4725, 477-4233&nbsp;&nbsp; 10240 Kingsway NWnQ <br>Fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (780) 491-5119, 491-5619&nbsp;&nbsp;&nbsp;n Edmonton, AB, CAN&nbsp; T5H3V9 <br>&nbsp;</html>t  ( --------------BA09E2280F40CBDC612259EF--   ------------------------------  % Date: Sun, 24 Nov 2002 08:34:23 -0500 & From: Ken Robinson <kenrbnsn1@rcn.com>/ Subject: Re: Problem with NFS on HP TCPIP stackl< Message-ID: <5.1.0.14.2.20021124083133.05d03008@pop.rcn.com>  ( At 05:22 PM 11/23/2002 -0700, you wrote:= >However, I get errors in just trying to get to the VMS host.  >b >Microsoft(R) Windows NT(TM)( >(C) Copyright 1985-1996 Microsoft Corp. > D >C:\>net use /delete z:                        Just cleaning up the  >connection here.d+ >The network connection could not be found.s >a3 >More help is available by typing NET HELPMSG 2250.l >  >k* >C:\>net use z: \\v\lee password /user:lee >System error 53 has occurred. >   >The network path was not found. >0 > 0 >C:\>net use z: \\v\vdka0\lee password /user:lee >System error 67 has occurred. >S" >The network name cannot be found.  K The MS command NET is not for NFS. You need a  Windows NFS package. To use  K NET connections, you need a SMB server on VMS. I believe SAMBA can be used a to do this, but I am not sure.  , It is not a problem with your TCP/IP on VMS.   Ken Robinson   ------------------------------  % Date: Sun, 24 Nov 2002 01:55:44 +0100h; From: "Jerome" <Jerome.Forissier@removethis.libertysurf.fr>a/ Subject: Re: Problem with NFS on HP TCPIP stack 4 Message-ID: <newscache$dl226h$xv2$1@news.tiscali.fr>  1 "Lee Y T Mah" <lytmah@cha.ab.ca> wrote in messages# news:3DE01BCE.5B4600CF@cha.ab.ca...n@ > We've migrated from a third-party TCPIP stack to the HP stack.K > In addition, we've never implemented NFS on our VMS nodes for production.hJ > I want to use NFS to back up my Windows folders and contents to an ES45.3 > I'm getting network errors on the Windows client.  <snip>  K Windows does not use NFS natively. Either you need to setup a NFS client on F the Windows side, or use PathWorks on the VMS side to cerate a Windows "network drive".   -- Jerome   ------------------------------  % Date: Sun, 24 Nov 2002 09:11:48 -07000$ From: Lee Y T Mah <lytmah@cha.ab.ca>/ Subject: Re: Problem with NFS on HP TCPIP stackn) Message-ID: <3DE0FA44.D3DB365B@cha.ab.ca>a   Ken Robinson wrote:c  * > At 05:22 PM 11/23/2002 -0700, you wrote:? > >However, I get errors in just trying to get to the VMS host.  > >s > >Microsoft(R) Windows NT(TM)* > >(C) Copyright 1985-1996 Microsoft Corp. > >dE > >C:\>net use /delete z:                        Just cleaning up then > >connection here.i- > >The network connection could not be found.e > >e5 > >More help is available by typing NET HELPMSG 2250.s > >w > >O, > >C:\>net use z: \\v\lee password /user:lee  > >System error 53 has occurred. > >a" > >The network path was not found. > >  > >i2 > >C:\>net use z: \\v\vdka0\lee password /user:lee  > >System error 67 has occurred. > >I$ > >The network name cannot be found. > L > The MS command NET is not for NFS. You need a  Windows NFS package. To useL > NET connections, you need a SMB server on VMS. I believe SAMBA can be used  > to do this, but I am not sure.  H                 In testing over a year ago, but using NFS on the TCPware stack, I had success with2H                 similar commands on my Windows box.  I don't recall then having a SMB serverf;                 set up, nor have we ever implemented SAMBA.e     > . > It is not a problem with your TCP/IP on VMS. >> > Ken Robinson   -- Leee  ; Lee Y T Mah                        Capital Health Authorityo? Email: lytmah@cha.ab.ca            Information Systems, RAH CSC34 Phone:  (780) 477-4725, 477-4233   10240 Kingsway NW? Fax:      (780) 491-5119, 491-5619    Edmonton, AB, CAN  T5H3V9p   ------------------------------  % Date: Sat, 23 Nov 2002 19:09:50 -0500 0 From: JF Mezei <jfmezei.spamnot@vl.videotron.ca>, Subject: Re: SMTP non working after upgrade./ Message-ID: <3DE018CD.4495FE67@vl.videotron.ca>s  $ rifepe@langran.iem.csic.espam wrote:@ > #smtp$send_local\1548:---privs after mail$send_add_bodypart--- > #smtp$util\773:smtp$init_proce > #smtp$util\671:smtp$get_privQ > #smtp$util\714:curpriv=FFFFFFFF3015FFFF imagpriv=0000000000 procpriv=203015E081  > authpriv=2000004001g > I > and the mail is deliver to the local account but the process never end.e  M I recently saw a patch for MAIL on VMS. Seems that the callable interface has Y a few bugs and memory leaks. I don't recall the specifics, but it may lead you somewhere.p   ------------------------------  # Date: Sat, 23 Nov 2002 20:09:28 GMTC, From: "Ed Dennison" <ed.dennison@compaq.com>* Subject: Re: What is DAP status code 5067?1 Message-ID: <YfRD9.3$ZK6.108651@news.cpqcorp.net>e  	 Lawrence,   L     If you go to http://linux-decnet.sourceforge.net/docs/doc_index.html andL look (half way down) for the Data Access Protocol link (DAP). It is probably: worth taking copies of these documents - they move around.           Regards,                   Ed DennisonR7 "Lawrence Bleau" <bleau@umtof.umd.edu> wrote in message() news:ark0hg$1b$1@grapevine.wam.umd.edu..."@ > In article <fgLz9.4$H%1.23576@news.cpqcorp.net>, "Bob Knowles"  <bob.knowles@compaq.com> writes: > >Lawrence Bleau wrote: > >aI > >> Where would one find documentation on DAP error codes, anyway?  Just$
 > >> curious.X > >(J > >They were listed in "DECnet SNA Data Transfer Facility for OpenVMS Use"" > >(just a list - no explanation). >uF > Do you have a URL for this document?  I searched the online docs and! > couldn't find anything similar.  >p > Lawrence Bleau > University of Maryland$ > Physics Dept., Space Physics Group > 301-405-6223 > bleau@umtof.umd.edu-   ------------------------------  % Date: Sun, 24 Nov 2002 06:00:32 -0800a# From: "Tom Linden" <tom@kednos.com>R? Subject: RE: Where to get the last SRM for UP2000+ motherboard?69 Message-ID: <CIEJLCMNHNNDLLOOGNJIEEBAGCAA.tom@kednos.com>c  
 did you checkp:  ftp://ftp.digital.com/pub/Digital/Alpha/firmware/archive/       >-----Original Message----- ( >From: news [mailto:pbc@informchaos.com]* >Sent: Saturday, November 23, 2002 3:10 PM >To: Info-VAX@Mvb.Saic.Com< >Subject: Where to get the last SRM for UP2000+ motherboard? >a >w/ >Can't find latest SRM for UP2000+ motherboard.n >API site is gone. >Any ideas?r >? >Thanks  >  >Peter >r >i >  >t >k >. >---' >Incoming mail is certified Virus Free.n; >Checked by AVG anti-virus system (http://www.grisoft.com).cB >Version: 6.0.410 / Virus Database: 231 - Release Date: 10/31/2002 >t --- & Outgoing mail is certified Virus Free.: Checked by AVG anti-virus system (http://www.grisoft.com).A Version: 6.0.410 / Virus Database: 231 - Release Date: 10/31/20020   ------------------------------   End of INFO-VAX 2002.650 ************************                                                                                                                                                                                                                                                                                                                                2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ    2Ȫ     3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    	3Ȫ    
3Ȫ    3Ȫ    3Ȫ    
3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ     3Ȫ    !3Ȫ    "3Ȫ    #3Ȫ    $3Ȫ    %3Ȫ    &3Ȫ    '3Ȫ    (3Ȫ    )3Ȫ    *3Ȫ    +3Ȫ    ,3Ȫ    -3Ȫ    .3Ȫ    /3Ȫ    03Ȫ    13Ȫ    23Ȫ    33Ȫ    43Ȫ    53Ȫ    63Ȫ    73Ȫ    83Ȫ    93Ȫ    :3Ȫ    ;3Ȫ    <3Ȫ    =3Ȫ    >3Ȫ    ?3Ȫ    @3Ȫ    A3Ȫ    B3Ȫ    C3Ȫ    D3Ȫ    E3Ȫ    F3Ȫ    G3Ȫ    H3Ȫ    I3Ȫ    J3Ȫ    K3Ȫ    L3Ȫ    M3Ȫ    N3Ȫ    O3Ȫ    P3Ȫ    Q3Ȫ    R3Ȫ    S3Ȫ    T3Ȫ    U3Ȫ    V3Ȫ    W3Ȫ    X3Ȫ    Y3Ȫ    Z3Ȫ    [3Ȫ    \3Ȫ    ]3Ȫ    ^3Ȫ    _3Ȫ    `3Ȫ    a3Ȫ    b3Ȫ    c3Ȫ    d3Ȫ    e3Ȫ    f3Ȫ    g3Ȫ    h3Ȫ    i3Ȫ    j3Ȫ    k3Ȫ    l3Ȫ    m3Ȫ    n3Ȫ    o3Ȫ    p3Ȫ    q3Ȫ    r3Ȫ    s3Ȫ    t3Ȫ    u3Ȫ    v3Ȫ    w3Ȫ    x3Ȫ    y3Ȫ    z3Ȫ    {3Ȫ    |3Ȫ    }3Ȫ    ~3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    3Ȫ    