ServerNet Cluster Web
+ allow all errors
[#if [#charfindv scf^output 1 "SNETMON"]
|THEN|
+ abort process $zzkrn.#zzscl
#delay 200
+ delete process $zzkrn.#zzscl]
[#if [#charfindv scf^output 1 "SANMAN"]
|THEN|
+ abort process $zzkrn.#zzsmn
#delay 200
+ delete process $zzkrn.#zzsmn]
[#if [#charfindv scf^output 1 "MSGMON"]
|THEN|
+ abort process $zzkrn.#msgmon
#delay 200
+ delete process $zzkrn.#msgmon]
+ exit
#output
#output Verifying that the entries were successfully deleted...
#output
== Repeat the above process to verify that we really did delete all
== of the entries.
scf /name, outv scf^output/ ; info process $zzkrn.*
[#if [#charfindv scf^output 1 "MSGMON"]
|THEN|
#output ERROR! The Msgmon entry was not successfully deleted.
#output Please delete the entry manually and then rerun this macro.
#output
#return
]
[#if [#charfindv scf^output 1 "SANMAN"]
|THEN|
#output ERROR! The Sanman entry was not successfully deleted.
#output Please delete the entry manually and then rerun this macro.
#output
#return
]
[#if [#charfindv scf^output 1 "SNETMON"]
|THEN|
#output ERROR! The Snetmon entry was not successfully deleted.
#output Please delete the entry manually and then rerun this macro.
#output
#return
]
#output
#output Adding the new $ZPM entries...
#output
[#case [numProcessors]










