VMware Performance Community
AmitIO
Contributor
Contributor
Jump to solution

VMmark3 provsioning has not moved ahead since 24 hours

Hi folks,

I began on vmmark by invoking the provisioning script with the following command.

# java -jar tools/VMmark3Service.jar -c VMmark3.properties

However, my console is at following message since last 24 hours:

pastedImage_1.png

Till some time back, there were IO's running on the DS3DB disks which I checked with iostat but they now have stopped since a few minutes.

DB creation has also completed successfully.

============================================================================

PASSED: DS3 Tables prelim count passed. Proceeding with DS3 checks ...

============================================================================

PASSED: DS3 appears to have web privileges granted. Proceeding with DS3 checks ...

============================================================================

Checking the contents of Tables = category

................All checks passwd checking Table CATEGORIES

Checking the contents of Tables = orders

........................All checks passwd checking Table ORDERS

Checking the contents of Tables = custhist

........................All checks passwd checking Table CUST_HIST

Checking the contents of Tables = orderlines

........................All checks passwd checking Table ORDERLINES

Checking the contents of Tables = customers

..All checks passwd checking Table CUSTOMERS

Checking the contents of Tables = reviews

..All checks passwd checking Table REVIEWS

Checking the contents of Tables = reviewshelpfulness

..All checks passwd checking Table REVIEWS_HELPFULNESS

Checking the contents of Tables = membership

..All checks passwd checking Table MEMBERSHIP

Checking the contents of Tables = inventory

...All checks passwd checking Table INVENTORY

Checking the contents of Tables = products

..All checks passwd checking Table PRODUCTS

--------------------------------------------------------------------------

It looks like database DS3 is built correctly and in initialized state.

--------------------------------------------------------------------------

============================================================================

Fri Aug 10 00:49:51 PDT 2018

[root@DS3DB0 DS3DB]#

Below is list of output folder:

pastedImage_5.png

Output of DS3DB MakeOutput.txt:

pastedImage_6.png

Can somebody please suggest if this is normal or there is something wrong and needs my interruption ?

1 Solution

Accepted Solutions
jamesz08
VMware Employee
VMware Employee
Jump to solution

It looks like it is missing the IP address. Are you using DHCP or is there another system on the network that is already using the IP of the client VM?

View solution in original post

Reply
0 Kudos
5 Replies
jamesz08
VMware Employee
VMware Employee
Jump to solution

It is hung on your client VM, can you check on that VM for any errors? Is there anything in the VMmark3-MakerOutput-Client0.txt file in the root of the client VM?

Reply
0 Kudos
AmitIO
Contributor
Contributor
Jump to solution

Perhaps you are right..!

Here is the screenshot below:

pastedImage_0.png

pastedImage_0.png

I have increased the disk size from 16Gb to 50Gb.

Started the test again. Will keep posted.

Reply
0 Kudos
AmitIO
Contributor
Contributor
Jump to solution

I am running the test again with increased disk space for template VM given in provisioning source.

And I am seeing the same message in the output file on client0.

pastedImage_0.png

Is this the issue that might end up my client0 hung ?

Reply
0 Kudos
jamesz08
VMware Employee
VMware Employee
Jump to solution

It looks like it is missing the IP address. Are you using DHCP or is there another system on the network that is already using the IP of the client VM?

Reply
0 Kudos
AmitIO
Contributor
Contributor
Jump to solution

Thanks for the pointer. It was an issue with IP conflict due to which the client0 was not able to retain its IP address.

Resolved it and it worked.