Tuesday, October 7, 2014

Isilon : Enable and Disable Isilon jobs

Disable Isilon running jobs

1. Open an SSH connection on any node in the cluster and log on using the "root" account.
2. Run the following command to disable the Collect job:
isi job types modify collect --enabled false
3. When asked if you are sure you want to modify the job, type yes.
4. Run the following command to disable the MultiScan job:
isi job types modify multiscan --enabled false

5. When asked if you are sure you want to modify the job, type yes

Enable Isilon jobs

1. Open an SSH connection on any node in the cluster and log on using the "root" account.
2. Run the following command to enable the Collect job:
isi job types modify collect --enabled true
3. When asked if you are sure you want to modify the job, type yes.
4. Run the following command to enable the MultiScan job:
isi job types modify multiscan --enabled true
5. When asked if you are sure you want to modify the job, type yes

2 comments:

  1. Thank you for your Isilon notes, they've been very helpful. I had an issue where my FSAnalyze job was suddenly disabled, but this enable command didn't work for our version of OneFS (7.0.1). Ultimately, this did the trick:
    isi job config -p jobs.types.fsanalyze.enabled=true

    ReplyDelete
  2. Thank you for the suggestion. Appreciate it

    ReplyDelete