Top
Systemwalker Software Configuration Manager Installation Guide
Systemwalker

3.2.1 Tasks Required before Setup Cancellation

This section explains the tasks required before setup cancellation for the admin server.

3.2.1.1 Deleting the Discovery Schedule

[Windows]

Delete the discovery schedule that has been registered with the Task Scheduler.

  1. Log in to Windows using an account that belongs to the Administrators group.

  2. Select Start >> Administrative Tools >> Task Scheduler.

    The Task Scheduler window will be displayed.

  3. Select the task to be deleted.

  4. Delete the task by selecting Action >> Delete.

[Linux]

Delete the discovery schedule that has been registered with cron.

Perform the following procedure as the root user:

  1. Execute the following command to edit the schedule definitions:

    >crontab -e

    Executing the "crontab -e" command starts the vi editor. Refer to the vi editor manuals for information on the vi editor.

    Example: Deleting the following discovery schedule:

    0 2 * * * /opt/FJSVcfmgm/bin/swcfmg_patch_updateinfo -repository

3.2.1.2 Deleting the Configuration Baseline Creation Schedule

[Windows]

Delete the configuration baseline creation schedule that has been registered with the Task Scheduler.

  1. Log in to Windows using an account that belongs to the Administrators group.

  2. Select Start >> Administrative Tools >> Task Scheduler.

    The Task Scheduler window will be displayed.

  3. Select the task to be deleted.

  4. Delete the task by selecting Action >> Delete.

[Linux]

Delete the configuration baseline creation schedule that has been registered with cron.

Perform the following procedure as the root user:

  1. Execute the following command to edit the schedule definitions:

    >crontab -e

    Executing the "crontab -e" command starts the vi editor. Refer to the vi editor manuals for information on the vi editor.

    Example: Deleting the following configuration baseline creation schedule:

    0 6 * * 1 /opt/FJSVcmdbm/bin/snapcreate.sh -q

3.2.1.3 Stopping ServerView Resource Orchestrator

Stop ServerView Resource Orchestrator by executing the following command:

[Windows]

<ServerView Resource Orchestrator installation directory>\SVROR\Manager\bin\rcxmgrctl stop

[Linux]

/opt/FJSVrcvmr/bin/rcxmgrctl stop