Atlan2000
09-25-2009, 10:54 AM
I want to submit a job to the backburner with script. The job should be assigned to a given server group. When I use the getservers function or the GetGroupName function I just get “” or #() back. There are 3 existing server groups. I can see and use them in the queue monitor but not with script.
x = netrender.getmanager()
x.connect #automatic “255.255.255.0”
x.getservers filter:#group key:1
x.GetGroupName 1
Can someone help me in this? Is there a workaround to read the group names and get the servers assigned to that group?
Thx
x = netrender.getmanager()
x.connect #automatic “255.255.255.0”
x.getservers filter:#group key:1
x.GetGroupName 1
Can someone help me in this? Is there a workaround to read the group names and get the servers assigned to that group?
Thx
