When using distributed orders in an active cluster, orders will be executed on different cluster members. With JOC you can verify which member is currently executing the order.

If you want to manage an order that is occupied by a different cluster member then you can click the processed by link to get the JOC view for the given cluster member.

To retrieve an xml answer of all orders in a job chain including the cluster member that the order is processed by, you can send the following xml command:

<show_job_chain job_chain="/path/of/jobchain" 
    what="job_chain_orders job_chain_jobs order_source_files blacklist order_history" 
    max_order_history="50" 
    max_orders"10" />

This will generate an answer containing all orders:

<order path="/" order"41353" id="41353" 
    state="100" 
    initial_state="100" 
    job_chain="/test/testDistributed_orders" 
    job="/test /test" 
    priority="0" 
    created="2012-06-19 11:06:25.000" 
    in_database_only="yes" 
    occupied_by_cluster_member_id="scheduler.test/homer:4450" 
    occupied_by_http_url="http://homer:4450"/>