| Index | Top - Up | Data ONTAP 8.2 |
Display init state for job managers
Availability: This command is available to cluster administrators at the advanced privilege level.
{ [-fields <fieldname>, ...]
| [-instance ] }
[-node {<nodename>|local}] - Node
[-process <process_name>] - Process Name
[-initialized {true|false}] - Initialized?
[-cache-root <text>] - Cache Root
[-siteid <UUID>] - Site ID
[-hp-threads <integer>] - High Priority Threads
[-mp-threads <integer>] - Medium Priority Threads
[-lp-threads <integer>] - Low Priority Threads
[-tx-interval <integer>] - Transaction Interval
[-initmsg <text>] - Initialization Message
[-thread-initmsg <text>] - Thread Initialization Message
[-recovery-enabled {true|false}] - Job Failover Enabled?
[-ex-threads <integer>] - Exclusive Priority Threads
cluster1::*> job initstate show
HP MP LP EX
Node Process Init? Thr Thr Thr Thr TX Int Failover?
----------------- ----------- ----- ---- ---- ---- ---- ------ ---------
node1 mgwd true 2 3 5 8 300 true
node2 mgwd true 2 3 5 8 300 true
2 entries were displayed.
The following example shows how to display detailed job-manager initialization-state information for a node named node0.
cluster1::*> job initstate show -instance -node node0
Node: node0
Process Name: mgwd
Initialized?: true
Cache Root: /mroot/jm_cache
Site ID: 824e8f7d-f49-1d9-84af-00423b7352
High Priority Threads: 2
Medium Priority Threads: 3
Low Priority Threads: 5
Transaction Interval: 300
Initialization Message: Initialized
Are Threads Running?: -
Job Failover Enabled?: true
Exclusive Priority Threads: 8| Index | Top - Up | Data ONTAP 8.2 |