1 INFO-VAX	Tue, 31 May 2005	Volume 2005 : Issue 302       Contents:C Re: Are the sys$icc_* services being replaced/rewritten for Itanium C Re: Are the sys$icc_* services being replaced/rewritten for Itanium  Earn $$ With GreenZap 8 Re: Help! .JSB_ENTRY triggered ROPRAND and OPCDEC errorsP Re: HELP! Serious Alpha Image Activation problem. Symbol Resolution - No errors P Re: Hewlett-Packard's final PA-Risc processor offers users last stop on road to P Re: Hewlett-Packard's final PA-Risc processor offers users last stop on road to ? Re: HP to help governments with tracking users with NAtional ID ? Re: HP to help governments with tracking users with NAtional ID ? Re: HP to help governments with tracking users with NAtional ID ? RE: HP to help governments with tracking users with NAtional ID ? Re: HP to help governments with tracking users with NAtional ID ? Re: HP to help governments with tracking users with NAtional ID / Re: iTerm 0.8.1, Unicode UTF-8 ,  Mac OS 10.3.8 P ITRC Natural Language Search (was Re: Third party Windows App to NFS map OpenVMS Re: MultiHead issue on AS400 Re: Oracle8, ODBC and VMS 1 Re: two TCPIP cluster aliases in the same cluster G VAMP - VMS Apache Mysql PHP - file upload problem/issue-tracker package   F ----------------------------------------------------------------------  # Date: Tue, 31 May 2005 13:19:51 GMT & From: John Reagan <john.reagan@hp.com>L Subject: Re: Are the sys$icc_* services being replaced/rewritten for Itanium1 Message-ID: <XvZme.6215$hl1.239@news.cpqcorp.net>    Richard Maher wrote: > Hi,  > M > It is my understanding that these services were bound fairly closely to the J > Alpha architecture. (No more than 6 arguments to maximize register usage. > etc) Will there be new versions for Itanium? >  > Regards Richard Maher  >  >   F They are written in BLISS, are common code between Alpha and I64, and D required just a few changes for the I64 version (mostly getting the F conditional compilation tests correct. ie "if not vax" vs "if alpha").  E I see no comments or BLISS constructs that are "bound closely to the  D Alpha architecture".  I don't expect new versions for Itanium and I + certainly don't think the API would change.    --   John Reagan / HP Pascal/{A|I}MACRO for OpenVMS Project Leader  Hewlett-Packard Company    ------------------------------  + Date: Tue, 31 May 2005 16:04:44 +0000 (UTC) 3 From: "Richard Maher" <maher_rj@hotspamnotmail.com> L Subject: Re: Are the sys$icc_* services being replaced/rewritten for Itanium? Message-ID: <d7i1ur$g6c$1@nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com>    Hi John,  A I've not looked at the I64 calling standard or the optimimization L possibilities of the upcoming interconnect hardware, BUT I've always thoughtE this 6 argument maximum to stay in registers to be pretty restrictive J (Certainly from a COBOL perspective (BY VALUE et al)). But now we all knowK that unlike $IPC ($persona really pisses me off!) these services are her to ( stay, I'l start engraving them in stone.   HAVING SAID THAT. . .   L I really want your attention for a MACRO problem I have. (See seperate note)   Regards Richard Maher   3 "John Reagan" <john.reagan@hp.com> wrote in message + news:XvZme.6215$hl1.239@news.cpqcorp.net...  > Richard Maher wrote: > > Hi,  > > K > > It is my understanding that these services were bound fairly closely to  the L > > Alpha architecture. (No more than 6 arguments to maximize register usage0 > > etc) Will there be new versions for Itanium? > >  > > Regards Richard Maher  > >  > >  > G > They are written in BLISS, are common code between Alpha and I64, and E > required just a few changes for the I64 version (mostly getting the H > conditional compilation tests correct. ie "if not vax" vs "if alpha"). > F > I see no comments or BLISS constructs that are "bound closely to theE > Alpha architecture".  I don't expect new versions for Itanium and I - > certainly don't think the API would change.  >  > --  
 > John Reagan 1 > HP Pascal/{A|I}MACRO for OpenVMS Project Leader  > Hewlett-Packard Company    ------------------------------    Date: 30 May 2005 23:30:05 -0700 From: AwaraGard@gmail.com  Subject: Earn $$ With GreenZapC Message-ID: <1117521005.456151.256760@z14g2000cwz.googlegroups.com>    Dear FRIEND,  E Have you heard of GreenZap?  They are an online payment site (similar ' to PayPal), except much more rewarding.   F Their website doesn't officially launch until this summer, but you canC pre-register now and earn some great rewards.  Plus, if you open an $ account now, you'll get $25 from me!   Just click the link below:   http://www.greenzap.com/fakeera    Talk to you later    Mishraz   F Ever wanted an apple ipod, ipod mini for free! Just Complete one offer and refer 5 people. > No credit card required for any offer and only 5 referrals per	 giveaway! D So join chaped today and start referring your friends, coworkers and$ post it on your blog other forums!!!  # http://www.chaped.com?referer_id=47    ------------------------------  # Date: Tue, 31 May 2005 17:14:24 GMT & From: John Reagan <john.reagan@hp.com>A Subject: Re: Help! .JSB_ENTRY triggered ROPRAND and OPCDEC errors 2 Message-ID: <QX0ne.6238$Nt1.1214@news.cpqcorp.net>   Richard Maher wrote:  N > I can, and will, investigate further but just in case this rings a bell with# > anyone these are the symptons : -  > 2 > 1) On VAX, this is a working Executive Mode UWSS > F > 2) I was doing BSBWs to subroutine labels to do different bits of an > initialization routine > < > 3) On Alpha, I had to relace LABEL: with LABEL: .JSB_ENTRY > N > 4) Reading the docs (and even though I was not using /VAXREG qualifiers etc)M > I thought these "output=<>,input=<> and scratch=<>" options looked like the 3 > Dog's Bollocks for the conscientious code cutter.  > M > 5) If I tried to modify a register that was in the SCRATCH=<> Register Mask  > I got ROPRAND errors > N > 6) Take the SCRATCH clause away and if I tried to modify a register that was, > in the OUTPUT=<> mask I got OPCDEC errors. > 1 > 7) Remove these clauses and so far it limps on.   F You tried putting INPUT, OUTPUT, SCRATCH on the .JSB_ENTRY directives?  B In general, INPUT has almost no value to the compiler and SCRATCH I usually just suppresses any auto-saving done in the routine prologue but  
 nothing else.   D OUTPUT is pretty important since in both .CALL_ENTRY and .JSB_ENTRY D routines, any references to R2-R15 cause them to get auto-preserved I unless they are marked OUTPUT.  What Alpha instruction raised the OPCDEC  % error?  Nothing rings a bell with me.   I If this code is all self-contained Macro-32 (ie, no 64-bit addresses, no  G calls between other languages, etc.), you might want to read about the  H .JSB32_ENTRY directive.  That directive makes the JSB routine fell like F a real VAX JSB routine (nothing is auto-preserved, all registers flow > into the routine, all registers flow out of the routine, etc.)  I If you have something small, email it to me.  I've only been reading the  H other thread from a distance...  I've been busy finishing my slides for - the talks I'm giving at next week's bootcamp.    --   John Reagan / HP Pascal/{A|I}MACRO for OpenVMS Project Leader  Hewlett-Packard Company    ------------------------------  # Date: Tue, 31 May 2005 13:50:51 GMT ( From: Mark Schafer <mark.schafer@hp.com>Y Subject: Re: HELP! Serious Alpha Image Activation problem. Symbol Resolution - No errors  2 Message-ID: <%YZme.6216$sk1.1919@news.cpqcorp.net>   re: privs on testdrive  H Nope, not even 1 strike.  HP testdrive is a free service for all.  DSPP G company members may reserve a system for their development for up to 2  4 weeks at a time.  Full access, all privileges, free.   www.hp.com/dspp    Mark   ------------------------------    Date: 31 May 2005 05:43:10 -0700 From: bob@instantwhip.com Y Subject: Re: Hewlett-Packard's final PA-Risc processor offers users last stop on road to  C Message-ID: <1117543390.061200.117140@g44g2000cwa.googlegroups.com>   G Butcher said Itanium is also becoming popular on high-end OpenVMS-based   	 machines.   B >>> "The OpenVMS operating system is very important to Itanium and runs nicely on it.<<<   3 VMS has been running on Itanium for the past couple F of years. A lot of people are trying out the Itanium kit, and it looks
 pretty good."    ------------------------------  % Date: Tue, 31 May 2005 15:32:03 +0200 - From: Didier Morandi <prenom.nom@freesurf.fr> Y Subject: Re: Hewlett-Packard's final PA-Risc processor offers users last stop on road to  4 Message-ID: <429c6753$0$16619$626a14ce@news.free.fr>   bob@instantwhip.com wrote:I > Butcher said Itanium is also becoming popular on high-end OpenVMS-based  >  > machines.  >  > B >>>>"The OpenVMS operating system is very important to Itanium and >  > runs nicely on it.<<<  > 5 > VMS has been running on Itanium for the past couple H > of years. A lot of people are trying out the Itanium kit, and it looks > pretty good."  >   % So, are we facing the rebirth of VMS? 2 I'll try to figure that out next week in Nashua...   D. --  1 Didier MORANDI - Expert informaticien - VMS / SAP 0   13 chemin du Gu, 1213 Petit-Lancy (GE) Suisse0 Tl. : +33(0)6 7983 6418 ~ www.didiermorandi.com   ------------------------------   Date: 31 May 2005 13:04:49 GMT( From: bill@cs.uofs.edu (Bill Gunshannon)H Subject: Re: HP to help governments with tracking users with NAtional ID+ Message-ID: <3g35nhFa9qq8U1@individual.net>   , In article <_dSdnfOOA4QHwQHfRVn-3A@igs.net>,& 	"John Smith" <a@nonymous.com> writes: > Larry Kilgallen wrote:7 >> In article <42968F77.794EECD@teksavvy.com>, JF Mezei ) >> <jfmezei.spamnot@teksavvy.com> writes:  >>G >>> The technology, called the HP National Identity System, is designed  >>> to >>8 >> But at least they won't be keeping permanent records: >  > K > Don't count on it.  Go to www.thomas.loc.gov and enter "Real ID Act" nand , > then read through the enacted legislation.  J I think it was supposed to be a joke.  You know, Windows, crash, BSOD,      data loss.  Too subtle, I guess,   > L > Everyone in the US will be required to get one. Failure to produce it  andM > be validated will result in you being denied a drivers license, boarding on I > an airline, a ticket on Amtrak, or entry into any Federal building. You < > might even be detained if you can't produce one on-demand. > I > Don't think for an instant that they aren't going to keep track of your  > movements. >   > And you don't think they already do that?  In most metro areas; the streets are riddled with cameras and microphones.  Just < about everyone today carries a cell phone that is constantly< transmitting your location.  All the new motor vehicles seem> to have GPS and OnStar.  This has become a wonderful place for< the truly paranoid to live.  But then I guess it takes their minds of their hypochondria,   bill   --  J Bill Gunshannon          |  de-moc-ra-cy (di mok' ra see) n.  Three wolvesD bill@cs.scranton.edu     |  and a sheep voting on what's for dinner. University of Scranton   |A Scranton, Pennsylvania   |         #include <std.disclaimer.h>       ------------------------------  % Date: Tue, 31 May 2005 08:46:08 -0400 # From: "John Smith" <a@nonymous.com> H Subject: Re: HP to help governments with tracking users with NAtional ID, Message-ID: <_dSdnfOOA4QHwQHfRVn-3A@igs.net>   Larry Kilgallen wrote:6 > In article <42968F77.794EECD@teksavvy.com>, JF Mezei( > <jfmezei.spamnot@teksavvy.com> writes: > F >> The technology, called the HP National Identity System, is designed >> to  > 7 > But at least they won't be keeping permanent records:     I Don't count on it.  Go to www.thomas.loc.gov and enter "Real ID Act" nand * then read through the enacted legislation.  J Everyone in the US will be required to get one. Failure to produce it  andK be validated will result in you being denied a drivers license, boarding on G an airline, a ticket on Amtrak, or entry into any Federal building. You : might even be detained if you can't produce one on-demand.  G Don't think for an instant that they aren't going to keep track of your 
 movements.         --F OpenVMS - The never-advertised operating system with the dwindling ISV base.    ------------------------------    Date: 31 May 2005 06:28:10 -0700$ From: "AEF" <spamsink2001@yahoo.com>H Subject: Re: HP to help governments with tracking users with NAtional IDB Message-ID: <1117546090.135387.76500@g49g2000cwa.googlegroups.com>   Bill Gunshannon wrote:. > In article <_dSdnfOOA4QHwQHfRVn-3A@igs.net>,( > 	"John Smith" <a@nonymous.com> writes: > > Larry Kilgallen wrote:9 > >> In article <42968F77.794EECD@teksavvy.com>, JF Mezei + > >> <jfmezei.spamnot@teksavvy.com> writes:  > >>I > >>> The technology, called the HP National Identity System, is designed  > >>> to > >>: > >> But at least they won't be keeping permanent records:  C [From Larry Kilgallen's post, provided for proper context, with >'s  added as needed:]   J > >> be used in conjunction with a number of Microsoft products, including  M > > Don't count on it.  Go to www.thomas.loc.gov and enter "Real ID Act" nand . > > then read through the enacted legislation. > H > I think it was supposed to be a joke.  You know, Windows, crash, BSOD," > data loss.  Too subtle, I guess,    6 Yes, it was a joke. I thought it was pretty good, too!  9 What do we need now, a new IDG book: "Humor for Dummies"?   ; (No offense intended. I often miss such subtleties myself.)    [...]    ------------------------------  % Date: Tue, 31 May 2005 09:53:37 -0500 * From: Michael Clark <MClark@Nemschoff.com>H Subject: RE: HP to help governments with tracking users with NAtional IDA Message-ID: <3A0A94E82B68C64D9412D3CA3B32D6A68C05F1@EMAILSERVER3>   D > What you call "clunky interfaces" are more than suitable for EmailH > and are still in use by many people, including people who's experienceG > doesn't go back to the days when that was all there was.  No one ever ; > got infected with an email borne virus using Pine or Elm.   E I Still read all of my personal mail in Pine or Mutt.  No viruses, No K spam images loading, no needed to setup an email client.  Just ssh and load  =)          A CONFIDENTIALITY NOTE: This electronic transmission, including all L attachments, is directed in confidence solely to the person(s) to whom it isL addressed, or an authorized recipient, and may not otherwise be distributed,L copied or disclosed. The contents of the transmission may also be subject toJ intellectual property rights and all such rights are expressly claimed andG are not waived. If you have received this transmission in error, please H notify the sender immediately by return electronic transmission and thenH immediately delete this transmission, including all attachments, without* copying, distributing or disclosing same.    ------------------------------    Date: 31 May 2005 10:18:06 -0500; From: koehler@eisner.nospam.encompasserve.org (Bob Koehler) H Subject: Re: HP to help governments with tracking users with NAtional ID3 Message-ID: <AtUtIJOpVYA0@eisner.encompasserve.org>   Z In article <429791c3@duster.adelaide.on.net>, Mark Daniel <mark.daniel@vsm.com.au> writes:  9 > I hope you are using an equally hard computing machine.   ?    The CPU was designed specifically to run in a high radiation G    environment.  Of about a dozen built (that I knw of), I don' believe "    any of them ever took an upset.   ------------------------------    Date: 31 May 2005 10:24:57 -0500; From: koehler@eisner.nospam.encompasserve.org (Bob Koehler) H Subject: Re: HP to help governments with tracking users with NAtional ID3 Message-ID: <Tl478rJOYBn$@eisner.encompasserve.org>   V In article <3fpjtlF90q5gU2@individual.net>, bill@cs.uofs.edu (Bill Gunshannon) writes: >   < > So which do they have on ISS?  An IBM 24 or a Univac 1610?  A    "They" as in NASA, the Russians, or one of the other builders?   8    Sadly I think they're all using different processors.   ------------------------------  % Date: Tue, 31 May 2005 10:40:14 +0200 . From: "Hans M. Aus" <aus@vim.uni-wuerzburg.de>8 Subject: Re: iTerm 0.8.1, Unicode UTF-8 ,  Mac OS 10.3.87 Message-ID: <aus-1D8CED.10401331052005@news.cis.dfn.de>   7 In article <aus-C0A32B.10103730052005@news.cis.dfn.de>, 0  "Hans M. Aus" <aus@vim.uni-wuerzburg.de> wrote:  < > OpenVMS 7.2-1, iTerm 0.8.1, Unicode UTF-8 ,  Mac OS 10.3.8# > VT terminal is set to eight bits.  > @ > This is what I've noticed in the new iTerm 0.8.1. (04/06/2005) > . > 1) Connect to vms with:  telnet  10.xx.xxx.x > > > Back space deletes previous character, which is what I want. >   > The German Umlauts don't work. > ) > When I type this command: edit test.lis E > The extraneous "#########" appears on the next line of the display.  > 1 > 2) Connect to vms with:  telnet  -8 10.xx.xxx.x  > ! > Back space terminates the line.  >   > Lowercase German Umlauts work.E > Uppercase Umlauts appear only once and then the line is terminated   > immediately with "####".   For example:& $               <<< uppercase A umlautF %DCL-W-IVVERB, unrecognized command verb - check validity and spelling ####' $               <<< uppercase U umlaut F %DCL-W-IVVERB, unrecognized command verb - check validity and spelling #### $  > H > "######" appears when I enter a upper case umlaut in the an edit file.   ------------------------------  % Date: Tue, 31 May 2005 13:44:47 -0400 4 From: "Peter Weaver" <newsgroup@weaverconsulting.ca>Y Subject: ITRC Natural Language Search (was Re: Third party Windows App to NFS map OpenVMS + Message-ID: <3g3m4hFa8fu7U1@individual.net>    Keith Cayemberg wrote: >...; > Sorry about that I was in a bit of a hurry when I posted.   F No need for you to be sorry, if HP puts a box on a page labeled SEARCH@ with an option for "All of HP" then that SEARCH box should work!   >...B > There are also other NFS related documents to be found using the, > HP natural language search assistant at... >...  E Both you and Martin mention the Natural Language Search Assistant. Do E people actually find that useful? Any searing I have done with it has E been a waste of time because it treats "$" and "_" as white space. So F searching for something like SMG$ERASE_DISPLAY brings up every articleH on SMG because it treats ERASE and DISPLAY as separate words. HP knew ofE this limitation before they shutdown access to old database, but they G still shut it down. The other interesting thing that I found is that if C you use the plus sign to say that words must appear the "+" is only F honoured on the first page, if you go to page 2 then the search stringE is treated as if you did not use the "+". I found this when searching G for "BATCH$RESTART" since BATCH$RESTART is treated as BATCH or RESTART. F I was told to try +BATCH +RESTART. When I tried this I found that manyF of the articles returned after the first page did not contain the workD RESTART. I also tried searching just for "+RESTART" last January and1 found that the first article on page 2 pointed to I http://h18000.www1.hp.com/support/askkcs/hpcg/215_0_42530879_3296595.html ? which does not even contain the word restart. So as far as I am F concerned I think the Natural Language Search just does not work, I am6 surprised that you and Martin seem to be endorsing it.   --   Peter Weaver Weaver Consulting Services Inc.  Canadian VAR for CHARON-VAX  www.weaverconsulting.ca    ------------------------------  # Date: Tue, 31 May 2005 12:18:25 GMT * From: "FredK" <fred.nospam@nospam.dec.com>% Subject: Re: MultiHead issue on AS400 2 Message-ID: <lCYme.6213$Yj1.5562@news.cpqcorp.net>  G The TGA/TGA2 are not programmed for resolution by the driver, they only H follow the settings on the switch on the card.  If you are swapping themD around without changing the switch settings, and the problem remainsE with the "slot" then I would suspect a hardware problem - perhaps low 3 voltage to the slot, or some other obscure problem.     2 "Graham" <grahambayley@gmail.com> wrote in message= news:1117488182.013861.100140@o13g2000cwo.googlegroups.com... + > Here is the output from the command above  > ) > res of the screen 1 remains at 960x1024  > 9 > All jumper settings have ben checked and cards swapped. + > Problem seems to be SLOT position related  >  > Graham > 9 > WSCO12 $ SHOW LOGICAL/ALL/FULL/TABLE=DECW$SERVER*_TABLE  > - > (DECW$SERVER0_TABLE)    [exec]  [shareable] H >                         [Protection=(RWCD,RWCD,R,R)]  [Owner=[SYSTEM]] >   >   "DECW$COLOR" [exec] = "TRUE"( >   "DECW$DEFAULT_FONT" [exec] = "FIXED"A >   "DECW$DEFAULT_KEYBOARD_MAP" [exec] = "NORTH_AMERICAN_LK401AA" F >   "DECW$FONT" [exec] = "DECW$SYSCOMMON:[SYSFONT.DECW.USER_CURSOR32]"4 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.CURSOR32]"9 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.USER_CURSOR16]" 4 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.CURSOR16]"7 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.USER_100DPI]" 2 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.100DPI]"6 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.USER_75DPI]"1 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.75DPI]" 7 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.USER_COMMON]" 2 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.COMMON]"2 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.SPEEDO]"7 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.USER_SPEEDO]" 1 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.TYPE1]" 6 >         = "DECW$SYSCOMMON:[SYSFONT.DECW.USER_TYPE1]"$ >   "DECW$KEYBOARD" [exec] = "OPA2:"B >   "DECW$KEYMAP" [exec] = "DECW$SYSCOMMON:[SYS$KEYMAP.DECW.USER]"5 >         = "DECW$SYSCOMMON:[SYS$KEYMAP.DECW.SYSTEM]" ) >   "DECW$MONITOR_DENSITY" [exec] = "100"  >         = "100"  >         = "100" # >   "DECW$POINTER" [exec] = "OPA3:" 6 >   "DECW$RGBPATH" [exec] = "SYS$MANAGER:DECW$RGB.DAT"0 >   "DECW$SERVER_BUG_COMPATIBILITY" [exec] = "Y"* >   "DECW$SERVER_CONNECT_LOG" [exec] = "F"8 >   "DECW$SERVER_DISABLE_BACKING_STORE" [exec] = "FALSE") >   "DECW$SERVER_DISABLE_CH" [exec] = "N" ; >   "DECW$SERVER_EXTENSIONS" [exec] = "Adobe-DPS-Extension"  >         = "Xie"  >         = "DEC-XTRAP"  >         = "Multi-Buffering"  >         = "X3D-PEX"  >         = "glx"  >         = "decstereo" ) >   "DECW$SERVER_SCREENS" [exec] = "GYA0"  >         = "GYB0" >         = "GYC0"8 >   "DECW$SERVER_TRANSPORTS" [exec] = "LOCAL" [terminal] >         = "DECNET" [terminal]  >         = "TCPIP" [terminal]G >   "DECW$SVEXT_DPSEXTENSION" [exec] = "DECW$SVEXT_ADOBE_DPS_EXTENSION" + >   "DECW$SYSCOMMON" [exec] = "SYS$SYSROOT" * >   "DECW$XPORT_LRP_SIZE" [exec] = "32768"* >   "DECW$XSIZE_IN_PIXELS" [exec] = "1280" >         = "1280" >         = "1280"* >   "DECW$YSIZE_IN_PIXELS" [exec] = "1024" >         = "1024" >         = "1024"F >   "XDPS$FONTMAP" [exec] = "SYS$SYSROOT:[SYSFONT.XDPS.USER_FONT_MAP]"1 >         = "SYS$SYSROOT:[SYSFONT.XDPS.FONT_MAP]" ! >   "XDPS$OUTLINE_FONTS" [exec] = + > "SYS$SYSROOT:[SYSFONT.XDPS.USER_OUTLINE]" 0 >         = "SYS$SYSROOT:[SYSFONT.XDPS.OUTLINE]" >    ------------------------------  % Date: Tue, 31 May 2005 12:21:25 -0400 * From: "Syltrem" <syltremzulu@videotron.ca>" Subject: Re: Oracle8, ODBC and VMS3 Message-ID: <r60ne.2003$g4.32297@tor-nn1.netcom.ca>   G To know what will happen to your system, just see what a server process < actually uses and multiply by the number you expect to have.  L You can start a shared servers (see MTS_SERVERS parameter and related ones -F was that available on 8.0.5?) to limit the number of server processes.I This is probably the best approach but really depends on you application.    --   Syltrem    OpenVMS 7.3-1 + Oracle 8.1.7.4H http://pages.infinit.net/syltrem (OpenVMS related web site, en franais)% ---zulu is not in my email address--- 1 <roose_chua@yahoo.com> a crit dans le message de = news:1116831849.732227.169800@o13g2000cwo.googlegroups.com... 	 > Hi all,  > G > We are currently investigating the possible impact on our AlphaServer A > DS20 (2GB memory, OpenVMS 7.1-2 and UCX 4.2 ECO2) when the ODBC C > connections are increased to the node. The server is using Oracle  > 8.0.5. > H > What system parameters will definitely be affected on this and that weI > need to watch out for? Definitely, this will also impact the memory and E > CPU usage on the node, but will there be a way to estimate how much  > effect will it have? > H > I'm trying to understand this issue, but might as well ask around from1 > experts like you to hasten up my understanding.  > " > Thanks in advance for your help! >  > Roose  >    ------------------------------  + Date: Tue, 31 May 2005 06:21:50 +0000 (UTC) P From: helbig@astro.multiCLOTHESvax.de (Phillip Helbig---remove CLOTHES to reply): Subject: Re: two TCPIP cluster aliases in the same cluster$ Message-ID: <d7gvpt$h9j$2@online.de>  5 In article <429BAA4B.EC54A5D9@teksavvy.com>, JF Mezei ' <jfmezei.spamnot@teksavvy.com> writes:    G > Where things get dicey is if you use some type of load broker and DNS E > based system to dynamically change which node responds to requests. G > You'd have to look at the doc to see if you could get 2 separate load A > brokers running in the same cluster and serving separate nodes.   G I'm not using the load broaker.  The idea is to keep things as they are A on the nodes currently in the cluster, where traffic is via a DSL I router, and add a couple of nodes (probably satellites) with a different  G cluster alias and traffic over an ISDN router.  This ISDN router would  F be set up to allow incoming connections only, to give me an alternate ' path in if there are problems with DSL.    ------------------------------  % Date: Tue, 31 May 2005 14:02:47 +0100 0 From: Chris Sharman <chris.sharman@sorry.nospam>P Subject: VAMP - VMS Apache Mysql PHP - file upload problem/issue-tracker package4 Message-ID: <d7hn9m$shh$1$8300dec7@news.demon.co.uk>  6 Using VMS 7.3-1, Apache 2.0.47, MySQL 4.1.9, PHP 4.3.2 Issue-Tracker 4.0.4    Changed the upload pointer in 2 APACHE$COMMON:[HTDOCS.issue-tracker.conf]const.php from$     define("_FILES_","/var/files/"); to/     define("_FILES_","/APACHE$COMMON/upload/");   I Created apache$common:[upload] writeable by apache, with security alarms   to detect success or failure.  Restarted Apache.   D Apache keeps sending me emails saying "Creation of main file upload G directory failed!", but I see no other errors, no security alarms, and  	 no files.   E Can anyone shed any light on any special magic needed to enable file  H upload in a VMS environment, as distinct from any other Apache platform?  E Or any additional debugging/tracing/diagnostics I can turn on to see   what's going on?   Thanks Chris    ------------------------------   End of INFO-VAX 2005.302 ************************