Directs PEdriver to stop using the specified IP interface. CAUTION If you use STOP IP_INTERFACE to stop the only connection you have to a cluster, it results in a system CLUEXIT. If you use STOP IP_INTERFACE to stop the only the connection, connected to a cluster, the system will CLUEXIT even when you have another connection that uses a different cluster port. However, if you stop all the IP_INTERFACE results in excessive activity. When PEdriver loses access to all of its IP interfaces, it makes an effort to restore cluster IP interfaces communications by completely re-initializing itself. After the displayed retry count is exceeded, PEdriver permanently goes offline. To disable cluster use of all but one IP interface, enter the following command: SCACP> STOP IP_INTERFACE * /EXCLUDE=ipinterface All IP interfaces are stopped except the excluded interface and PEdriver does not need to be reset. Format STOP IP_INTERFACE ipinterface[,...]
1 – Parameter
ipinterface[,...] Includes specific IP interface, which you can use wildcards to specify. o Use the /EXCLUDE qualifier to exclude IP interfaces. o Use the SHOW IP_INTERFACE command to display IP interface names.
2 – Qualifiers
2.1 /EXCLUDE
/EXCLUDE=(ipinterface[,...]) Excludes specific IP interface, which you can use wildcards to specify.
3 – Example
SCACP> STOP IP_INTERFACE WE0 This command stops PEdriver on the IP interface WE0.