Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

m4v3r1ck

macrumors 68030
Original poster
Nov 2, 2011
2,632
568
The Netherlands
I recently migrated to Mavericks and I would like to script some terminal commands to setup a 8 core QmasterCluster for running Compressor 4. As I'm not a terminal user I really need some help here.

Here are the commands I need to be scripted to work with Qmaster and would like to run the script at login...

qmasterprefs -resetCluster
qmasterprefs -service "Compressor Processing" on instances 7 (leaving 1/8 cores for other computing)
qmasterprefs -cluster on quickclusterservername "MACPRO"
qmasterprefs -statusMenu off
qmasterprefs -statusMenu on

TIA and help very much appreciated!

Cheers
 
Last edited:
Lookup os x .command file.

Thanks YouTube! :D

QmasterCluster.command

#!/bin/bash
qmasterprefs -cluster on quickclusterservername "MACPRO"
qmasterprefs -statusMenu off
qmasterprefs -statusMenu on

QmasterCluster.jpg


QmasterClusterIstatMenus.jpg


QmasterClusterMonitor.jpg
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.