LoadGenerators Stuck in Host State for ALM-PC 11.52
Question ID: 105500
0
0

I have several Load Generators stuck in Host State = Initializing. I can’t figure out how to reset them. I can’t Reboot Host from GUI; I get message that hosts is not in Idle run-time state. Past experience tells me that trying to reboot the server doesn’t clear this either. Any input would be great.

Marked as spam
Posted by (Questions: 159, Answers: 15)
Asked on July 16, 2014 12:52 pm
152 views
Answers (2)
2
Private answer

One of the three following options below typically will resolve this issue.

A.

to change the state by refreshing or by ''Auto Refresh''. Have you tried refreshing the UI by hitting the Refresh (Green arrows / Circle) or by using the ''Auto Refresh''?

B.

The following workaround may be used to restore the hosts to Idle state:

1. Create a timeslot starting now. Reserve the problematic hosts. Save the timeslot,
2. Wait up to a minute until the timeslot becomes ''Open'',
3. From the Calendar screen, right-click the timeslot and choose Abort & Free Timeslot.

C.

Please do the following to reset the ''Host State''.

1. Log Into Performance Center Site Admin
2. Select the ''Lab Management'' Tab
3. Select the ''+'' to expand the Lab Project tables
4. Select the table ''Lab_Hosts''
5. Replace the ''SELECT * FROM LAB_HOSTS'' with the following:

update LAB_HOSTS
set host_runtime_state = 'Idle'
where host_id = 1006

6. Insure ''host_id'' = the number of the problem host

7. Press the ''SQL EXECUTE'' button

8. Confirm Host State is back to ''idle'', replace the update LAB_HOSTS... with SELECT * FROM LAB_HOSTS

9. Press the ''SQL EXECUTE'' button

Marked as spam
Posted by (Questions: 17, Answers: 266)
Answered on July 17, 2014 8:53 pm
0
Private answer

Thank you so much

Marked as spam
Posted by (Questions: 0, Answers: 1)
Answered on December 13, 2014 7:09 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top