Top
Systemwalker Software Configuration Manager Installation Guide
FUJITSU Software

4.2.1 Tasks Required before Setup Cancellation

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

4.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

4.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/FJSVcfmgm/CMDB/FJSVcmdbm/bin/snapcreate.sh -q

4.2.1.3 Stop Systemwalker Software Configuration Manager

Execute the following command:

[Windows]

<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\bin\swcfmg_stop

[Linux]

/opt/FJSVcfmgm/bin/swcfmg_stop

4.2.1.4 Stopping ServerView Resource Orchestrator (If Linking to ServerView Resource Orchestrator)

If operating the admin server with ServerView Resource Orchestrator linked, run the following command to stop ServerView Resource Orchestrator.

[Windows]

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

[Linux]

/opt/FJSVrcvmr/bin/rcxmgrctl stop