honeypot@pipelinefx.com
Overview
Contact Us
Management Team
History
Careers
Overview
Features
Technical Specs
Supported Applications
FAQ
Qube
!
for Film
Qube
!
for Games
Qube
!
for Education
Movies
Services Overview
Consultant Bios
Training
Resellers
Demo Qube
!
License Rentals
!
Technical Support
Forum
Download Quick Support App
Broadcast
Design
Education
Film/VFX
Game
Government
Post
May 23, 2013, 01:52:45 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: See
Announcements
for latest Qube updates.
Home
Help
Search
Calendar
Login
Register
PipelineFX Forum
>
Qube!
>
Installation and Configuration
(Moderator:
shinya
) >
Worker Configuration
Pages: [
1
]
« previous
next »
Print
Author
Topic: Worker Configuration (Read 5751 times)
anthony
Senior Software Engineer
Hero Member
Posts: 183
Worker Configuration
«
on:
January 18, 2005, 06:00:43 PM »
With the use of larger and larger farms, it becomes important to make worker configuration simple.
We will introduce the qbwrk.conf file which the supervisor uses to configure hosts. This file is located here: /etc/qbwrk.conf or C:\winnt\qbwrk.conf or C:\windows\qbwrk.conf
The format is simple. It consists of templates and attributes.
# comment
[templatename] : parent
attribute_one = value
attribute_two = "value"
attribute_three = $parent.attribute_one
Example:
[linux_cluster]
worker_cluster = /linux
[pfx001] : linux_cluster
worker_flags = remove_logs
[pfx002] : linux_cluster
The use of the "parent" allows pfx001 and pfx002 to be a part of /linux
You may then push out these configurations to your workers by executing this command:
qbadmin worker --reconfig
Please respond to this post if you have any additional questions.
Logged
ex-centris
Jr. Member
Posts: 6
Re: Worker Configuration
«
Reply #1 on:
August 07, 2007, 11:40:53 PM »
Since all machines read the qbwrk.conf, how would I proceed to push different config to OSX and Windows machines or to push config1 to nodes01 to 10 and config2 to nodes11 to 15?
Logged
anthony
Senior Software Engineer
Hero Member
Posts: 183
Re: Worker Configuration
«
Reply #2 on:
August 08, 2007, 12:30:37 PM »
Hey Ex-centris,
The configuration you a looking for specifically looks like this:
[osx]
worker_cpus = 10
[winnt]
worker_cluster = /hello/world
[nodes[01-10]]
worker_cpus = 5
[nodes[11-15]]
worker_clusters = /dude
Thanks,
Anthony
Logged
pinkwerks
Sr. Member
Posts: 26
Re: Worker Configuration
«
Reply #3 on:
November 13, 2008, 02:54:40 PM »
Hi, I've added 'proxy_nice_value = 10' to the /etc/qbwrk.conf. This doesn't seem to get pushed to the workers, neither does 'proxy_account'. Are only settings with a 'worker_' prefix supported? If it's not supported, it'd be nice if it was.
This is my conf.
---
[slave]
proxy_account = slave
[workstation] : slave
worker_groups = workstation
proxy_nice_value = 10
worker_cpus = 2
[farm] : slave
worker_groups = farm
worker_cpus = 2
[rw64[29-32]] : workstation
[ny-render[01-08]] : farm
---
-p
«
Last Edit: November 13, 2008, 02:56:37 PM by pinkwerks
»
Logged
Matan
Jr. Member
Posts: 2
Re: Worker Configuration
«
Reply #4 on:
January 20, 2010, 11:24:55 AM »
Hi,
I was wandering if there is a way to append values to a key
Something like this:
[Parent]
Value1 = 1,2,3
[Child] : Parent
Value1 += 4,5
Result:
[Parent]
Value1 = 1,2,3
[Child] : Parent
Value1 = 1,2,3,4,5
Logged
Matan
Jr. Member
Posts: 2
Re: Worker Configuration
«
Reply #5 on:
January 21, 2010, 03:43:32 AM »
another question:
I defined something like this in my qbwrk.conf
[TagGeneral]
worler_logpath = "\\storage\Qube\Logs\Workers\${_}"
worler_logfile = "\\storage\Qube\Logs\supelog"
[Host1] : TagGeneral
I also defined the supervisor's qb.conf file like this:
supervisor_logpath = "\\storage\Qube\Logs\"
supervisor_logfile = "\\storage\Qube\Logs\supelog"
but I get no logs written, am I doing something wrong here?
«
Last Edit: January 21, 2010, 03:45:05 AM by Matan
»
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Pipelinefx
-----------------------------
=> Announcements
-----------------------------
Qube!
-----------------------------
=> General
=> Installation and Configuration
===> Typical Installation Scenarios
=> GUI
=> Bug Fixes and Patches
=> Jobtypes and Applications
=> SimpleCmds
=> Developer Customization
Powered by SMF 1.1.18
|
SMF © 2006-2009, Simple Machines
Loading...