/etc/init.d/backburner stop. The Backburner Manager service on the workstation is stopped, if it was running previously. If it was not running previously, a “Failed” error message is displayed. If starting Backburner Manager for the first time, configure the Manager before starting it. Otherwise, start the Manager./opt/Autodesk/backburner/Network/backburner.xml/etc/init.d/backburner start. Events are logged in /opt/Autodesk/backburner/Network/backburner.log./opt/Autodesk/backburner/backburner stop/opt/Autodesk/backburner/Network/backburner.xml and configure the Backburner Manager settings as desired./opt/Autodesk/backburner/backburner stop. All Backburner Manager events are recorded in log files in /opt/Autodesk/backburner/Log.The Backburner web server requires all users to provide a login name and password to access the Backburner Web Monitor. The default user account backburner is created during the installation of the Backburner Manager. The password associated with this account is backburner.
With Smoke if the user starts the application as user smoke, that user owns the jobs. So it is necessary to create accounts on the web server with the same names. To create a Backburner Web Monitor user account:
htpasswd /private/etc/apache2/auth/backburner.auth. Enter a password when prompted. The Backburner Web Monitor can now be accessed with the account information you have entered.Users with administrator privileges can actively manage all jobs and render nodes, but those without can only monitor the status of jobs in the Backburner Web Monitor. The default user account backburner created during the installation of the Backburner Manager has administrator permissions. To edit permissions of a Backburner Web Monitor user account:
/opt/Autodesk/backburner/Network/wiretap.cfg.Start and configure the Backburner Manager:
Backburner Manager can be set up to run as a Windows service so that it starts with the workstation's operating system and runs in the background. When running as a service, no GUI is presented—events are logged to the log file only. Depending on how Windows is configured, it may be necessary to log on to a Windows account for the service to load.
Running the Backburner Manager as a service changes the location of the backburner.xml, wiretap.cfg, and log files to /backburner subdirectories of the per-user application data directory subdirectories belonging to the Local Service user. These directories are hidden to non-administrative level users. For example, on Windows XP: C:\Documents and Settings\Local Service\Local Settings\Application Data\backburner \backburner.xml
Set up Backburner Manager as a Windows service:
managersvc -i.managersvc -r.TCP/IP settings
Manager Port
<ManagerPort> The port used by the Backburner Manager. Default: 3234.
Server Port
<ServerPort> The port used by the render node(s). Default: 3233.
N/A
<NetworkMask> The default subnet mask used for the network. Default: 255.255.255.0. This value can be overridden using the Windows-based Backburner Monitor; when you launch the Monitor, from the Manager menu, choose Connect. Enter the subnet mask in the dialog that appears.
General settings
Max Concurrent Assignment
<MaxConcurrentAssignments> The number of jobs the Manager sends out simultaneously. This number depends on the processor speed of the Manager workstation, general job size, and overall network speed. Generally, the default value of four is adequate. Too high a value may cause an increased number of node timeouts because the jobs are sent faster than the nodes can handle them. In such cases, decrease the value.
Use Server Limit
<UseServerLimit> and <ServerLimit> The maximum number of render nodes allocated for a job. This can override the server limit settings in some applications. For information, see the application's Advanced Settings Dialog.
Use Task Error Limit
<UseTaskErrorLimit> and <TaskErrorLimit> The number of times a render node retries a task before suspending it.
Default Mail Server
<DefaultMailServer> The default mail server used for email notification. This mail server is used only for jobs that do not already have a mail server associated with them.
Failed node behaviour
Restart Failed Servers
<RetryFailedServers> Activate to enable automatic render node restarting. If this option is disabled, the render node does not attempt to render the job again after the first failure. This option is enabled by default.
Number of Retries
<RetryCount> The number of times the Manager attempts to restart a failed render node. The range is between 1 and 1024, default is 3.
Seconds Between Retries
<TimeBetweenRetries> The time between each retry in milliseconds. Default: 30000 milliseconds.
The state of a render node is recorded on a per-job basis. The Backburner Manager regularly goes through the list of render nodes for a job, checking for failures. If Restarts Failed Servers is enabled (set as 1 in the backburner.xml file), the Manager keeps track of the following:
If the time elapsed is greater than the specified seconds between retries, the Backburner Manager decreases the number of retries by one and resets the Failed flag for the render node. Once the failure count reaches the specified Number of Retries, the Manager stops trying to restart the render node for that particular job.
Once a restarted render node completes a frame, it is flagged as active and resumes processing until the job is complete.
Configure the Backburner Manager to access jobs on specified system or network drives by modifying either fields in the Direct Access to Job Path group of the Backburner Manager General Properties dialog, or elements of the ManagerSettings sub-element of the AppDetails element of the backburner.xml file.
Use these fields/elements when you do not want to have jobs kept on the drive or workstation where the Backburner Manager is installed. Examples of such situations are:
MyJobs, where jobs are placed when submitted. In this case, you would direct jobs to \\\computername\\MyJobs.Job path settings
Use Jobs Path
<RetryFailedServers> When enabled, defines job location using the Win32 or Linux paths. This tells the render nodes to get the job files from this location, minimizing the file I/O traffic on the Manager workstation.
Win32 Path
<Win32Path> The Windows file path where jobs are located. Click the Browse button in the General Properties dialog to search the system for the job location.
Unix Path
<UnixPath> The path where jobs are located. Click the Browse button in the General Properties dialog to search the system for the job location.
These settings can be overridden from the Advanced Settings dialog accessed from the Network Job Assignment dialog.
Default job handling behaviour
<DeleteDays>. When enabled: the job is kept in the queue for the specified number of days upon completion. Once the number of days has been exceeded, the job is deleted from the queue.<ArchiveDays>. When enabled, the job is kept in the queue for the specified number of days upon completion. Once the number of days has been exceeded, the job is deleted from the queue.These settings can be overridden from the Advanced Settings dialog accessed from the Network Job Assignment dialog.