| Index | Top - Up | Data ONTAP 8.2 |
Display a list of jobs by node
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
To display detailed information about a specific job, run the command with the -id parameter. The detailed view includes all of the default information plus additional items.
You can specify additional parameters to display only information that matches the values you specify for those parameters. For example, to display information only about jobs running on a specific node, run the command with the -node parameter.
{ [-fields <fieldname>, ...]
| [-instance ] }
[-node {<nodename>|local}] - Node
[-id <integer>] - Job ID
[-vserver <vserver name>] - Owning Vserver
[-name <text>] - Name
[-description <text>] - Description
[-affinity {Cluster|Node}] - Affinity
[-username <text>] - User Name
node::> job show-bynode
Owning
Node Job ID Name Vserver Affinity
-------------- ------ --------------- ---------- --------
node0 1501 log-rotation node-vserver
Cluster
Descr:logrotation job
node1 1498 log-rotation node-vserver
Cluster
Descr:logrotation job
node2 1499 log-rotation node-vserver
Cluster
Descr:logrotation job
node3 1500 log-rotation node-vserver
Cluster
Descr:logrotation job | Index | Top - Up | Data ONTAP 8.2 |