Has anyone working on SUN solaris 9 with E1 8.11?

Montree P.

Member
My system installation :

SUN Solaris 9
Oracle 9i release 9.2.0.6
WebSphere Application Server 5.0.2.11 (for solaris)
IBM HttpServer (for solaris)
PeopleSoft EnterpriseOne 8.11 TR 8.94M1

I got a preblem with kernel parameter (\etc\system).

Has anyone working on this system? Please advice me.

Currect \etc\system value :

set shmsys:shminfo_shmmax = 4294967295
set shmsys:shminfo_shmseg = 1024
set shmsys:shminfo_shmmni = 1024
set semsys:seminfo_semaem = 16384
set semsys:seminfo_semmni = 1024
set semsys:seminfo_semmap = 1026
set semsys:seminfo_semmns = 16384
set semsys:seminfo_semmsl = 100
set semsys:seminfo_semopm = 100
set semsys:seminfo_semmnu = 2048
set semsys:seminfo_semume = 256
set msgsys:msginfo_msgmap = 1026
set msgsys:msginfo_msgmax = 65535
set rlim_fd_cur=1024
 
I got error when i using command RunOneWorld.sh.

I was check log file error about kernel parameter.

I am not sure what is the best value of /ect/system for runing this system configuration.

That is my problem please suggest.
 
Can you post the errors that you are getting. Also, check the logs in the LOG directory for more info.

Thanks!

Dan
 
On screen :

$ ./RunOneWorld.sh
Mon Aug 15 22:47:31 Etc/GMT 2005 Starting JD Edwards OneWorld on SUN
The jdenet_n process did not start...
Check the jdenet_n.log, or the log file associated
with the jdenet_n process id.


On log:

664 Mon Aug 15 22:47:31.822508 ipcmisc.c294
IPC1300001 - cannot create IPC semaphore array, errno=22: Invalid argument.

664 Mon Aug 15 22:47:31.822854 ipcmisc.c294
IPC1200011 - Check OS kernel parameters semmni and semmns.

664 Mon Aug 15 22:47:31.824527 ipcmisc.c294
IPC1400001 - IPC routine called without successful IPC initialization.

664 Mon Aug 15 22:47:31.824796 ipcmisc.c294
IPC1400001 - IPC routine called without successful IPC initialization.

664 Mon Aug 15 22:47:31.825650 ipcmisc.c294
ipcSawInit: Error: ipcCreateResource 27

664 Mon Aug 15 22:47:31.826722 ipcmisc.c294
IPC1400001 - IPC routine called without successful IPC initialization.

664 Mon Aug 15 22:47:31.826948 ipcmisc.c294
Error: ipcLockResource 27

664 Mon Aug 15 22:47:31.827133 jdenet_n.c125
process <> could not be registered

On jdedebug log :

Aug 15 22:47:31.789743 DEBUG INIT0 - 664 **** jdeDebugInit -- output to file.
Aug 15 22:47:31.822030 ipcmisc.c293 - 664 IPC1300001 - cannot create IPC semaphore array, errno=22: Invalid argument.
Aug 15 22:47:31.822312 ipcmisc.c294 - 664 IPC1300001 - cannot create IPC semaphore array, errno=22: Invalid argument.
Aug 15 22:47:31.822704 ipcmisc.c293 - 664 IPC1200011 - Check OS kernel parameters semmni and semmns.
Aug 15 22:47:31.822770 ipcmisc.c294 - 664 IPC1200011 - Check OS kernel parameters semmni and semmns.
Aug 15 22:47:31.824345 ipcmisc.c293 - 664 IPC1400001 - IPC routine called without successful IPC initialization.
Aug 15 22:47:31.824433 ipcmisc.c294 - 664 IPC1400001 - IPC routine called without successful IPC initialization.
Aug 15 22:47:31.824641 ipcmisc.c293 - 664 IPC1400001 - IPC routine called without successful IPC initialization.
Aug 15 22:47:31.824709 ipcmisc.c294 - 664 IPC1400001 - IPC routine called without successful IPC initialization.
Aug 15 22:47:31.825409 ipcmisc.c293 - 664 ipcSawInit: Error: ipcCreateResource 27
Aug 15 22:47:31.825562 ipcmisc.c294 - 664 ipcSawInit: Error: ipcCreateResource 27
Aug 15 22:47:31.826556 ipcmisc.c293 - 664 IPC1400001 - IPC routine called without successful IPC initialization.
Aug 15 22:47:31.826635 ipcmisc.c294 - 664 IPC1400001 - IPC routine called without successful IPC initialization.
Aug 15 22:47:31.826811 ipcmisc.c293 - 664 Error: ipcLockResource 27
Aug 15 22:47:31.826868 ipcmisc.c294 - 664 Error: ipcLockResource 27
Aug 15 22:47:31.827040 jdenet_n.c125 - 664 process <> could not be registered
 
In your JDE.INI for the server, what do you have as values for:

[JDEIPC]
ipcTrace=0
maxNumberOfSemaphores=???
startIPCKeyValue=???

Thanks!

Dan
 
In /etc there is a file called "system".

Edit that file and look for the following:

set semsys:seminfo_semmni = 64 <-- This is our setting

set semsys:seminfo_semmns = 49536 <-- This is our setting

Modifiy those settings appropriately.
 
Thank in advance for your support. This is current setting of my JDE.INI

[JDEIPC]
ipcTrace=0
maxNumberOfSemaphores=200
;startIPCKeyValue=IIIII
 
I am try to change two parameter in /etc/system to your suggest but it still fail.
 
Bump the settings up in the JDE.INI.

Try this:

[JDEIPC]
ipcTrace=0
maxNumberOfSemaphores=4000
startIPCKeyValue=10000
 
I apply my INI already but it still got a problem.

Can you post me all setting of your /etc/system.

Thank in advance.
 
Have you restarted the E1 services after you made the INI change? if not, you will need to. If so, here is the contents of our file pertaining to E1.

set shmsys:shminfo_shmmax = 4294967295

set shmsys:shminfo_shmmin = 1

set shmsys:shminfo_shmmni = 1024

set shmsys:shminfo_shmseg = 32

set semsys:seminfo_semmni = 64

set semsys:seminfo_semmns = 49536

set semsys:seminfo_semmsl = 6192

set semsys:seminfo_semmnu = 2048

set semsys:seminfo_semume = 4096

set msgsys:msginfo_msgmap = 500

set msgsys:msginfo_msgmnb = 65535

set msgsys:msginfo_msgmni = 2048

set msgsys:msginfo_msgseg = 8192

set msgsys:msginfo_msgtql = 20480
 
My Sun Solaris 8, E1 8.11 JDE.INI file has this in that section:

[JDEIPC]
ipcTrace=1
maxNumberOfSemaphores=1000
startIPCKeyValue=1000

I am not having any problems with my Enterprise Server and I am on 8.94_M1 also.

I am having issues with my JAS server however (different box). When I launch my browser I get a blank logon page (have a Intel JAS Server that works fine).
Error in my SystemOut.log reads:

[9/6/05 16:44:25:009 CDT] 39e7df SystemOut O LoginDisplayManager.dispatch
ServletException (/share/html4login.jsp) javax.servlet.ServletException
[9/6/05 16:48:58:798 CDT] 4803e6 SystemOut O ClientInfo: Unknown client di
splay type. URL:/taskexplorer/servlet

Any light you might be able to shed for me would be greatly appreciated.

Also, have you had any problems with server package builds on you Sun platform? I had a bunch of ^Ms in my .h and .hpp files that until I cleaned them up would not allow my server package to build.

Let me know if there is anything else I can share with you regarding my Sun Solaris, Oracle, E1 8.11_M1 installation.

Thanks,
James
 
Back
Top