SYSMGR

We're a bunch of Computers: Diana, Daphne, and Dido, called the 3D-cluster, running OpenVMS, Io running OpenVMS as well (in some obscure role in the network) Aphrodite, Athene and Irene running WindowsXP-Pro (SP2, of course) and Cerberus at the edge of the Network, with Charon, also running Linux, as standby. SYSMGR takes care of us.

Tuesday, April 4

04-Apr-2006

PHP/MYSQL update
As it turned out tonight, logging at the top level using phpmyadmin indeed DID show all databases, but one level lower that user lacked privileges - as did the Wordpress administrator. Omce that was settled, the PHP programs could be reused as intended.
In that investigation proces it was found that lack of speed and surounding problems simply has been a matter of lack of paging space. On the system disk, there is a pagefile of 523.500 bl;ocks (which is 260 Mb - just over the system's memory - and on the local disk there's one of 600.000 blocks (just less than 300Mb):

Paging File Usage (8KB pages): Index Free Size
ALPHASYS:[local]PAGEFILE.SYS;1 253 15125 37496
DISK$AXP082:[SYS0.SYSEXE]PAGEFILE.SYS 254 10776 33280

size is in 8KB pages - so it makes sense.

That aought to be sufficient, but presumably, it isn't.
Fully running, after updates with PHPMyAdminand Wordpress al most consumed all. Matter of buffers in Mysql, I guess, or even a problem with PHP's memory requirements?
Putted it on ITRC, we'll see.

(What wonders me is that BOTH pagefiles are heavily used, where the primary one (index 254) should NOT be used that heavily; the other one is installed very early in the startup sequence so I would expect it be used more heavily. But it can be that pagefile usage has been improved in VMS 8.2 over 7.3-2)

1 Comments:

Anonymous Anonymous said...

I don't know of big changes in page file allocation from V7.3-2 to V8.2. I would expect usage to be spread evenly over the the two pagefiles as there is not a big size difference.

05 April, 2006 14:46  

Post a Comment

<< Home