All Posts

Yes, the client naming convention seems to be mixed with the vclientN directory naming convention. But you are right, you can call the clients any ipname or ipalias you like so long as you li... See more...
Yes, the client naming convention seems to be mixed with the vclientN directory naming convention. But you are right, you can call the clients any ipname or ipalias you like so long as you list them in the CLIENTS="list of clients" in VMMARK.CONFIG. They'll need the corresponding vclientN directory - so its good to put the tile index (0-N) somewhere in the name or alias for the clients so its obvious which client is driving which tile.
The host file in page xx uses 'vt as the client system naming. I guess either way should be ok as long as they match to what was specified in the VMMARK.CFG file. Correct?
Looks like you've an extra level of sundirectory so STAF isn't finding standby_functions.xml Request=STAF local STAX EXECUTE HOLD file :42:F:\VMmark\vmmark\xml\standby_functions.xml ... See more...
Looks like you've an extra level of sundirectory so STAF isn't finding standby_functions.xml Request=STAF local STAX EXECUTE HOLD file :42:F:\VMmark\vmmark\xml\standby_functions.xml \---- ARGS:43:{'CONFIGFILE':r'F:\vmmark\VMMARK.CONFIG'}
I have setup a windows VM to test java or standby workload just to test the partial configuration since I dont have the complete resource to run the full test. I followed the instructions in Chap... See more...
I have setup a windows VM to test java or standby workload just to test the partial configuration since I dont have the complete resource to run the full test. I followed the instructions in Chapter 5 of running VMmark benchmark in the benchmark guide. I have made the changes to VMmark.CONFIG file to run standby workload in the 'WORKLOADLIST' variable. The appendix D mentioned that Partial-tile runs may be started manually. But I did find any instruction on how to run it. So, I sent the job request to STAX monitor and got the following STAX error- RC:4001 Result=Caught com.ibm.staf.service.stax.STAXInvalidStartFunctionException: Request=STAF local STAX EXECUTE HOLD file :42:F:\VMmark\vmmark\xml\standby_functions.xml ARGS:43:{'CONFIGFILE':r'F:\vmmark\VMMARK.CONFIG'} My question is 1. Can I use STAX to run the partial workload? 2. if not, how do I run it in the manual mode? Thanks.
When I said there is no client software for java and standby server, I meant no additional client package installation other than the VMmark harness. Sorry for the confusion. I got the host f... See more...
When I said there is no client software for java and standby server, I meant no additional client package installation other than the VMmark harness. Sorry for the confusion. I got the host file sample now. Thanks.
I'm not sure what you mean by javaserver and standby not needing client software? There is client side software associated with both workloads. I believe the documentation has the user confi... See more...
I'm not sure what you mean by javaserver and standby not needing client software? There is client side software associated with both workloads. I believe the documentation has the user configure all the VMs and the client for a given tile as part of the Mailserver's domain. If you are running only a subset of the workloads in tile and excluding the mailserver workload, then you can set the VMs and clients you are using to WORKGROUP. If you have a secondary DNS server or set one up (note: the primary DNS was the mailserver) - then it should work fine or you can use a hosts file - depends on your test lab environment. The prime client only has to be a member of the mailserver domain - if its also being used as a client (has vclient0 directory) - and mailserver is one of the workloads being run. The host file page is in fact page xx (roman numerals - at the very beginging of the doc.) between xix and xxi Paula
I just want to run those two standalone VMs(java and standby) that dont need the client software, but it seems like I still need to have the mail server up running to have the prime client join t... See more...
I just want to run those two standalone VMs(java and standby) that dont need the client software, but it seems like I still need to have the mail server up running to have the prime client join the mail server domain in order to run. My questions are 1. Do Java and standby VM have to reside on a Microsoft Windows member server joining the domain controller of the mail server? Can they be only a workgroup server? 2. Does the prime client have to be a member server of the mail server? 3. The VMMark benchmark guide kept mentioning '(refer to ''Hosts Files" on page xx) in many places, (e.g page 59 bottom line) what page number that page xx is refering to? Thanks.
According to the APC forum there is a fix for this in 3.0.12p2 http://pecl.php.net/package-info.php?package=APC&version=3.0.12p2 See if that helps or fall back to 3.0.11
Well...... When I back off to APC-3.0.10 it works and I do not get errors.
I have run into a problem during my build of the web-server VM. Note, I am using the 20061219 version of VMmark & guide. I get errors during the "make" in step 7 of APC install process. I ha... See more...
I have run into a problem during my build of the web-server VM. Note, I am using the 20061219 version of VMmark & guide. I get errors during the "make" in step 7 of APC install process. I have version APC-3.0.12. \----- /usr/local/APC-3.0.12/apc_compile.c: In function 'my_prepare_op_array_for_execution': /usr/local/APC-3.0.12/apc_compile.c:1904: error: union has no member named 'jmp_addr' /usr/local/APC-3.0.12/apc_compile.c:1905: error: union has no member named 'jmp_addr' /usr/local/APC-3.0.12/apc_compile.c:1913: error: union has no member named 'jmp_addr' /usr/local/APC-3.0.12/apc_compile.c:1914: error: union has no member named 'jmp_addr' \----- I have reinstalled php (php-4.4.3) and APC-3.0.12 twice and get the same errors. What does this mean? What might I have done wrong? And, of course how do I fix it?
First. I am very very happy that this benchmark idea has finally come to fruition. As a newcomer to the process I wanted to make a few comments about the build/installation process. As was n... See more...
First. I am very very happy that this benchmark idea has finally come to fruition. As a newcomer to the process I wanted to make a few comments about the build/installation process. As was noted in the first posting to this forum the build process is rather lengthy and complicated. I fully recognize that complexity is a given, considering the various types of systems and workloads being put together. However, it seems to me that there are some places that we can reduce the effort a bit. In particular the steps of building the 7 systems (yes 7, 3 windows VMs + 3 linux VMs + 1 windows Client) per tile can be resequenced to allow more leveraging of your effort. Obviously using templates is already recommended in the documentation and is definitely highly desirable. For both sets of VMs (Windows and Linux) if you use a bit of thought and planning you can do just one OS install instead of 3. Create your VM, install the OS, install all the common software and do all of the common tweaking. Then clone that VM into the additional two VMs. Then you would do the specific workload installation steps in each VM before creating VM templates. This alone cuts out 1-2 days of effort and elapsed time if for nothing but just waiting for W2K3 or RHEL to finish the install process.
Doug, Thanks for your comments. Indeed it would be nice to have pre-configured VMs, but as you point out the licensing restrictions prevent that. For the RHEL VMs we are looking into ways of ... See more...
Doug, Thanks for your comments. Indeed it would be nice to have pre-configured VMs, but as you point out the licensing restrictions prevent that. For the RHEL VMs we are looking into ways of improving the setup time, but even there the applications (Oracle, SPECweb etc.) would still have to be installed by the end user. Luckily, the investment in time for the VM creation is a one time cost. We have found that the cost of creating additional tiles is much less compared to the first tile as most of the existing VMs can be cloned and their configuration modified (as opposed to creating everything from scratch). Additionally, some of our partners have even cloned the clients to further reduce setup time for additional tiles. Having said that though, we are continuing to look into ways to reduce the setup time. Thanks, Vikram.
It would be nice to have VM appliances available for many of the workloads described in the test. This would reduce the possible variation in the results due to configuration differences within ... See more...
It would be nice to have VM appliances available for many of the workloads described in the test. This would reduce the possible variation in the results due to configuration differences within the VMs (patch levels, versions, etc). I realize this might not be possible with the Windows-based VMs, but how about the RHEL VMs? It is probably too much to ask that the vendors in question provide temporary benchmark licenses for such pre-configured appliances in order to provide standardized building blocks for the metrics. The investment in time to create these VMs is pretty significant and seems to require a bit of cross-platform expertise. Not that this is a bad thing, but it may limit the number of folks able to run the tests. That being said, I can tell that a lot of time and energy has gone into creating this benchmark -- and document. My two cents -- thrown in to seed the pot. Doug