This section explains the operations to be done after "8.9.1 Deleting a userApplication" and "8.9.2 Deleting a Resource."
If the "userApplication Configuration Wizard" screen is used to create new script files for Cmdine resource creation, follow the procedures below to delete each script which is used for the Cmdline resource.
Note
Before deleting scripts, you need to delete the Cmdline resources.
Each script is stored in the following directories:
/etc/opt/FJSVwvucw/scripts/start
/etc/opt/FJSVwvucw/scripts/stop
/etc/opt/FJSVwvucw/scripts/check
Execute the deletion command as follows:
# cd /etc/opt/FJSVwvucw/scripts/start
# rm <script name to be deleted>
# cd /etc/opt/FJSVwvucw/scripts/stop
# rm <script name to be deleted>
# cd /etc/opt/FJSVwvucw/scripts/check
# rm <script name to be deleted>
Restore the environment files related to the mount point to the original state.
Note
Before deleting the environment files, you need to delete the Fsystem resources.
Deleting mount point entries that were added at prerequisites
Delete the relevant entry from the following environment files that were edited as part of the "6.7.1.2.1 Prerequisites."
/etc/vfstab.pcl
/etc/dfs/dfstab.pcl
If a dummy entry is deleted from /etc/dfs/dfstab.pcl, delete the actual directory.
When an NFS Lock Failover was used
If the NFS Lock Failover functions are no longer used due to deletion of the Fsystem resources, take the following steps:
Change the settings for shared information with the configuration.
Change the value of NFSLockFailover to "no."
Delete the disk class if it is no longer necessary.
See "5.5 Removals" in the "PRIMECLUSTER Global Disk Services Configuration and Administration Guide."
Delete the takeover network definition if it is no longer necessary.
See "5.4 Deleting configuration for Cluster System" in the "PRIMECLUSTER Global Link Services Configuration and Administration Guide: Redundant Line Control Function."
Restore the environment files related to the takeover network to the original state.
When node name takeover was used
Change the node name in the cluster system used for node name takeover. To bring the system state back to the state before the change, take the following steps on all the nodes where node name takeover resources were created.
Execute the command on all the nodes, as follows:
# setuname -n fuji2
fuji2 is used as the node name in this example.
Reboot the system.
# /usr/sbin/shutdown -g0 -i6 -y
Delete the procedure resource from the cluster resource management facility when it is no longer necessary.
Delete scripts that were created automatically if the stop command of the process monitoring resource was used.
Note
Before deleting the created scripts, you need to delete the process monitoring resources.
Each script is stored in the /etc/opt/FJSVwvucw/scripts/process_stop directory.
Execute the deletion command as shown below.
# cd /etc/opt/FJSVwvucw/scripts/process_stop # rm ./*
Delete the line switching unit resource from the cluster resource management facility if it is not necessary.
See the manual pages of the "cldelswursc(1M)" command.
For information on the deletion procedure, see the manuals provided with each product.