Message-ID: <1486684499.8291.1711642885660.JavaMail.confluence@host3.pipelinefx.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8290_733634218.1711642885659" ------=_Part_8290_733634218.1711642885659 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html worker_drive_map

worker_drive_map

Synopsis

The worker drive map feature, particular to Windows workers, which instr= ucts workers to automatically mount specified drives before they process jo= bs.  If there is a conflict due to the same drive letter being mapped = in the worker_drive_map and in the job's drive mappin= g (sampled from the submitting user's environment), the drive mapping in th= e worker_drive_map is the one that will be used

=20
=20 Icon=20
=20

This parameter also requires that the worker_flags have the auto_mount flag set.

=20
=20
=20

To make worker_drive_maps, either in = each worker's qb.conf, or the qbwrk.conf in the supervis= or, set the following variable: 

worker_drive_map =3D {X:|\\SERVER\SHARE=20
}

To specify username/password for a wo= rker drive map, the following syntax may be used:

worker_drive_map =3D {X:|USER:ENCRYPTED_PASSWD@\\SERVER\= SHARE
}

The ENCRYPTED_PASSWD parameter comes from the output of qbhash or qblogin --display.

=20
=20 Icon=20
=20

The syntax for this parameter is very strict:

  • the opening brace "{" must be on the same line as the '=3D' sign
  • the first mapping definition must come immediately after the opening br= ace
  • further mappings must be each on a new line, with no leading spaces
  • no blank lines between mappings
  • the closing brace must be on its own line, with no leading spaces
=20
=20
=20

Examples

worker_drive_map =3D {Z:|\\home\geebers
worker_drive_map =3D {X:|USER:ENCRYPTED_PASSWD@\\SERVER\SHARE
}&n= bsp;
worker_drive_map =3D {Z:|qubeuser:0fbc8b129210914f769564cbd30ae5cb4397=
f9615299ce8d1e1cf065e97bf063@\\rnd\home
}
worker_drive_map =3D {X:|qubeuser:0fbc8b129210914f769564cbd30ae5c=
b4397f9615299ce8d1e1cf065e97bf063@\\rnd\home
Y:|qubeuser:0fbc8b1292109= 14f769564cbd30ae5cb4397f9615299ce8d1e1cf065e97bf063@\\rnd_2\home2
}

Defaults

None

------=_Part_8290_733634218.1711642885659--