Anyone having issues with CPU after a new install? I am seeing 140% CPU utilization and its constantly creeping up?
Work with Active Jobs SAS4
05/23/17 12:21:21 EST
CPU %: 142.5 Elapsed time: 00:00:00 Active jobs: 237
Type options, press Enter.
2=Change 3=Hold 4=End 5=Work with 6=Release 7=Display message
8=Work with spooled files 13=Disconnect ...
Current
Opt Subsystem/Job User Type CPU % Function Status
ZENDPHP7 QTMHHTTP BCI 71.6 PGM-php-cgi.bi TIMA
ZSDAEMON QTMHHTTP BCI 65.6 PGM-zsd THDW
QPADEV0001 QSECOFR INT 1.4 CMD-WRKACTJOB RUN
ZENDPHP7 QTMHHTTP BCI .7 PGM-QZSRHTTP SIGW
ZSMONMNG QTMHHTTP BCI .0 PGM-MonitorNod SELW
ZSMONMNG QTMHHTTP BCI .0 PGM-watchdog THDW
ZSJOBQMNG QTMHHTTP BCI .0 PGM-jqd SELW
ZSJOBQMNG QTMHHTTP BCI .0 PGM-watchdog THDW
ZSJAVA_BRG QTMHHTTP BCI .0 JVM-com.zend.j SELW
More...
Parameters or command
===>
F3=Exit F5=Refresh F7=Find F10=Restart statistics
F11=Display elapsed data F12=Cancel F23=More options F24=More keys
ZendServer killing my system after new install?
-
- Posts: 171
- Joined: Fri Apr 10, 2009 12:41 am
- Location: Toronto
- Contact:
ZendServer killing my system after new install?
Shield Advanced Solutions Ltd
Home of JobQGenie and the Receiver Apply Program
http://www.shield.on.ca/Blog
Home of JobQGenie and the Receiver Apply Program
http://www.shield.on.ca/Blog
Re: ZendServer killing my system after new install?
Chris - we're having the same problem. Did you find the solution?
-
- Posts: 2
- Joined: Mon Feb 27, 2017 6:13 pm
- Location: http://www.hndassignmenthelp.co.uk
- Contact:
Re: ZendServer killing my system after new install?
Any solution found yet
If yes please inform
If yes please inform
Re: ZendServer killing my system after new install?
Same here... I've found that after debugging some php code, these jobs run away consuming a lot of system resources and a kill of all the zend jobs and restart the server is a work around but not a solution.
-
- Posts: 4
- Joined: Fri Dec 28, 2012 6:25 pm
Re: ZendServer killing my system after new install?
Is the server unresponsive?
Are you getting any other log entries?
Which version of Zend Server are you running.
We are running Zend Server Version 9.1.0 on V7R3.
I don't think we've seen the high CPU utilization yet, but we have received a few errors on the ZSDAEMON jobs.
Are your ZSDAEMON generating a lot of error logs and continuously restarting?
Are you getting any other log entries?
Which version of Zend Server are you running.
We are running Zend Server Version 9.1.0 on V7R3.
I don't think we've seen the high CPU utilization yet, but we have received a few errors on the ZSDAEMON jobs.
Code: Select all
Message . . . . : Space offset X'00000000' or X'0000000060000000' is outside
current limit for object ZSDAEMON QTMHHTTP 684518.
Cause . . . . . : A program tried to set a space pointer, tried to use
storage outside a space, or tried to use an unallocated page in teraspace.
The space class is X'08'. The space class designates the type of space:
00-primary associated space (includes space objects). 01-secondary
associated space 0. 02-implicit process space for automatic storage.
03-implicit process space for static storage in activation group mark
X'0000000000000000'. 04-implicit process space for heap identifier
X'00000000' in activation group mark X'0000000000000000'. 05-constant space.
06-space for handle-based heap identifier X'00000000'. 07-teraspace offset
X'0000000060000000'. 08-teraspace for System i5 PASE memory address
X'0000000060000000'. Offset X'00000000' only applies to storage outside
teraspace. X'800000000000000000008000B0000000' is a pointer to the teraspace
page or the start of the implicit process space for the allocation.
Re: ZendServer killing my system after new install?
I experienced both issues, I believe they are unrelated.
1. new install killing my system
We found that upgrading from ZS5.6 to ZS8 required a huge increase in resources (memory & CPU)
Zend advised we needed minimum 4GB memory and a full CPU allocated to the partition ZS is running in.
Try disabling the various Daemons using the 'Autostart Job Settings' menu in the configurations part of ZSMENU
Also disable ZRay.
An alternative we researched was running the PHP on a Linux server and connect to the Iseries for DB and program calls (DB2 Connect must be purchased from IBM).
In the end we had to purchase a new IBMi server!
2. Teraspace Memory Problem
We also had this problem on ZS9.1 (V7R1).
The solution was to run the '41. Reset Zend Server environment' option available in the maintenance menu of ZSMENU
This routine clears memory.
I now have a CL routine that runs every night when restarting the Zend Server.
1. new install killing my system
We found that upgrading from ZS5.6 to ZS8 required a huge increase in resources (memory & CPU)
Zend advised we needed minimum 4GB memory and a full CPU allocated to the partition ZS is running in.
Try disabling the various Daemons using the 'Autostart Job Settings' menu in the configurations part of ZSMENU
Also disable ZRay.
An alternative we researched was running the PHP on a Linux server and connect to the Iseries for DB and program calls (DB2 Connect must be purchased from IBM).
In the end we had to purchase a new IBMi server!
2. Teraspace Memory Problem
We also had this problem on ZS9.1 (V7R1).
The solution was to run the '41. Reset Zend Server environment' option available in the maintenance menu of ZSMENU
This routine clears memory.
I now have a CL routine that runs every night when restarting the Zend Server.