Previous Topic: /SERVER=nodename

Next Topic: SET PRIORITY

Examples

  1. This command sets the retry interval to 3 days and 10 hours.
    SCHEDULE> SET NETWORK INTERVAL_RETRY "03 10"
    
  2. This command sets the retry interval to 10 minutes.
    SCHEDULE> SET NETWORK INTERVAL_RETRY "00 00:10"
    
  3. This command sets the retry interval to 10 minutes on node NODE1’s OpenVMS Cluster.
    SCHEDULE> SET NETWORK INTERVAL_RETRY "00 00:10"/SERVER=NODE1