.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact

TUNING


Drop command
Use in a Server.Load script to drop all network connections on the specified port.

Syntax

Drop [hangup] [port]

Where:


Example 1

Disconnects the connection on the port specified.

changeto [MailServer]!!mail\mail[#].nsf mail46.ntf

pause 1min

drop hangup tcpip

Example 2

Disconnects all user sessions on specified port

changeto [MailServer]!!mail\mail[#].nsf

pause 1min

*Add additional statements here

drop tcpip

Parent topic: Server.Load commands

Related reference
Server.Load script conventions