home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / ingres / 1903 < prev    next >
Encoding:
Text File  |  1992-11-16  |  3.6 KB  |  96 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!pmafire!mica.inel.gov!ux1!news.byu.edu!hamblin.math.byu.edu!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!wupost!darwin.sura.net!jvnc.net!ams.com!e-math.ams.com!ash
  3. From: ash@ulysses.mr.ams.com (Alan Harder)
  4. Subject: Re: Problem installing Ingres 6.4/02 under SunOS 4.1.3
  5. In-Reply-To: richard@ariel.ucs.unimelb.EDU.AU's message of 16 Nov 1992 11:02:14 +1100
  6. Message-ID: <ASH.92Nov16110704@ulysses.mr.ams.com>
  7. Sender: news@e-math.ams.com (USENET News System)
  8. Nntp-Posting-Host: ulysses.mr.ams.com
  9. Organization: American Math. Society
  10. References: <jstewart.721685840@cunews> <1e6oe6INNcrr@ariel.ucs.unimelb.EDU.AU>
  11. Date: Mon, 16 Nov 1992 16:07:04 GMT
  12. Lines: 82
  13.  
  14. In article <1e6oe6INNcrr@ariel.ucs.unimelb.EDU.AU> richard@ariel.ucs.unimelb.EDU.AU (Richard Begg) writes:
  15.  
  16.    jstewart@alfred.carleton.ca (John Stewart) writes:
  17.  
  18.   >|I just installed Ingres 6.4/02 on a Sparcstation 10 running SunOS 4.1.3 but
  19.   >|when it tries to start up it fails with the following error
  20.  
  21.   >|---------------------- RESOURCE CHECKING COMPLETE -----------------------
  22.  
  23.  
  24.   >|Allocating 401408 bytes of shared memory...
  25.  
  26.   >|!shmat for id 201 at address F4000000 fails
  27.   >|!errno = 22
  28.   >|!Can't map locking segment into memory at address FFFFFFFF
  29.   >|!Check or adjust the value of II_LG_MAP_ADDR
  30.   >|Could not create the system segment, does your kernel have enough
  31.   >|shared memory or has this program already been run?
  32.  
  33.   >|-----------------------------------------------------------------------------
  34.  
  35.   >|Has anyone seen this problem before?  I'm not entirely surprised since
  36.   >|the release notes only guarantee that it works under 4.1.1 or 4.1.2.
  37.  
  38.   > This problem is due to a lack of shared memory configured in the Kernel
  39.   > rather than a OS version problem.  The fix is to add more shared memory
  40.   > with a line something like this in your kernel config file.  e.g.
  41.  
  42.   > options         SHMSIZE=2000    # allocate 2MB of shared memory
  43.  
  44.   > I trust you have all the sysV IPC stuff turned on as well (semaphores etc).
  45.  
  46. Actually, there is a problem running 6.4/02 on 4.1.3 on the MP class
  47. machines which causes this error.
  48.  
  49.  
  50. I found the following on Ingres Advisor:
  51.  
  52. >Abstract:
  53. >OS_CONFIG:  Ingres 6.4 is not certified against SunOS 4.
  54. >1.3. However if you do use this combination, one action
  55. >you need to take before you can startup Ingres on this unsupported
  56. >OS follows.
  57.  
  58.  
  59. >Expert note:
  60. >You will encounter some problem starting up Ingres if you try to run
  61. >Ingres on SunOS 4.1.3, which is not yet certified.
  62.  
  63. >The problem resides in the way Ingres attach the LG/LK shared segment
  64. >through csinstall; we use an adress as a parameter to shmat (0xf4000000)
  65. >that worked on SunOS 4.1.2 and doesn't work anymore on SunOS 4.1.3.
  66. >Fortunately, we can set II_LG_MAP_ADDR to the value 0x10000000
  67. >(ingsetenv II_LG_MAP_ADDR 10000000). SunOS 4.1.3 will accept to attach
  68. >your segment there.
  69.  
  70. >These tests were done using a SPARC 10 Model 30.
  71. >There were no other problem reported; tests were done with a database
  72. >and disks from a SPARC 2 (!). Performance ratio between SPARC 2 and
  73. >SPARC 10 was not measured but the customer was more than happy. SPARC
  74. >10 behaves as its competitors RS6000 and HP9000/7x0 for graphics and
  75. >seems to run Ingres server better.
  76.  
  77. >NOTE: Remember we have not yet certified on SunOS 4.1.3 and this
  78. >environment variable is UNSUPPORTED.
  79.  
  80.  
  81. >Releases affected:  6.4/01(su4.u42) -   Releases not affected:
  82. >Errors:
  83. >Bugs/SIRS:
  84.  
  85.  
  86. Well, the document is wrong, because 6.4/02 is now certified for use
  87. with 4.1.3.  The rest of it is right, though.  The above fix worked
  88. for us.
  89.  
  90.  
  91.  
  92.  
  93. -Alan Harder
  94.  
  95. These opinions are mine.  You can't have them.  Stop, thief!
  96.