ClusterPack Tutorial

References:
z
3.7.8 How do I access the Clusterware Pro V5.1 Web Interface?
z
3.7.9 How do I access the Clusterware Pro V5.1 Command Line Interface?
Back to Top
2.1.14 Suspend a submitted job in a queue
Using the Clusterware Pro V5.1 Web Interface:
From the Jobs tab:
z
Select the job from the Jobs table.
z
Select Job->Suspend.
Using the Clusterware Pro V5.1 CLI:
% bstop <job_ID>
References:
z
3.7.8 How do I access the Clusterware Pro V5.1 Web Interface?
z
3.7.9 How do I access the Clusterware Pro V5.1 Command Line Interface?
Back to Top
2.1.15 Suspend all jobs submitted by the user
Using the Clusterware Pro V5.1 Web Interface:
From the Jobs tab:
z
Select Tools->Find.
z
Select User from the Field list.
z
Type the user name in the Value field.
z
Click Find.
z
Click Select All.
z
Click Suspend.
Using the Clusterware Pro V5.1 CLI:
% bstop -u <username> 0