You might need to clear connections for one or multiple users. For example, if a user’s workstation quits working, it usually leaves its connection to the server open and might also leave files open. You can clear the user’s connection to allow the open files to close.
In OES Remote Manager, click Manage NCP Services > Manage Connections to open the Connections Manager page.
Scroll down to view the connections in the Connection Listing report.
(Optional) Sort the list by clicking the Sort icon in the column heading of interest.
Review the connections to determine which ones you want to clear.
(Optional) Click the Name link for a specific connection to view more details about it. From this page, you can click the Clear Connection link, or click Back to Connections to return to the Connection Manager page.
Select the check box next to each specific connection that you want to clear.
Click Clear ALL Marked Connections.
Open a terminal console, then log in as the root user.
At the terminal console prompt, enter the following to open the NCP Server Console (ncpcon(8)) utility:
ncpcon
Get the Connection Listing report by entering
connection list
Review the list to locate the connection number of the connection you want to clear.
(Optional) Get the details connection information for a specific connection by entering
connection connection_number
Clear the connection by entering
connection clear connection_number
Clear all connections by entering
connections clearALL