Author Topic: Windows: can qubeworker run as a program instead of service?  (Read 3443 times)

jesse

  • Sr. Member
  • ****
  • Posts: 40
Windows: can qubeworker run as a program instead of service?
« on: October 28, 2008, 05:00:21 AM »
We are considering getting our windows workstations rendering at night.  Is it possible to run qubeworker as a foreground process so that we can have is start for only one user?  The plan is to have our artists logout and login as render when they walk away from their machines.

Maybe there is a snazzy way to do this with windows, but I have not found it yet.

eric

  • Hero Member
  • *****
  • Posts: 229
Re: Windows: can qubeworker run as a program instead of service?
« Reply #1 on: October 28, 2008, 07:26:17 AM »
While you can't run qubeworker as a program, you might want have a look at this Qube Knowledge Base article which should tell you how to set up login/logout to lock/unlock a Worker:

You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock <machinename>" in the logon script, and "qbunlock <machinename>" in the logoff script. To set up logon/logoff scripts for local logins, you edit settings in the Windows' "group policy editor":

  • Select Start Menu -> Run...
  • Type "gpedit.msc", enter-- launches the group policy editor.
  • In the gpedit, in the left pane, choose "User Configurations" -> "Windows Settings" -> "Scripts (Logon/Logoff)"
  • On the right pane, double-click on the "Logon", choose "Add"
  • In the "Script Name", type "C:\Program Files\pfx\qube\bin\qblock", or browse to the file.
  • In the "Script Parameter", type "%COMPUTERNAME%".
  • Click OK.
  • Do the same for the "Logoff" script, but substitute "qbunlock" for "qblock".
  • You also need to make sure that all users have permissions to "qblock" a machine. With qube 4.0 and later, users do have this permission by default, but to make sure, see the "qbusers --list" output, and look for the line for user "[default]". If it looks like:
    ---l jcg krmpbuicseyqg-vft      [default]
    you're good (the 4th column's "l" means the default users have lock permission).
« Last Edit: February 21, 2011, 06:12:59 PM by Scot Brew »