Skip to main content

Exciting new changes are coming to the Knowledge Base site soon!
Starting April 4, 2023, you will notice Support-Specific categorization and improvements to the search filters on the site. In May, we will be launching a new and enhanced Site UI and Navigation. To know more, read our Knowledge Article.

NetApp Knowledge Base

Once the "continuously-available" share property is removed, how do you ensure sessions are no longer utilizing it?

Views:
105
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

Applies to

  • ONTAP 9
  • CIFS
  •  Continuous Availability (CA) share property

Answer

  • Continuously-Available is negotiated on the initial client connection and remembered for the duration of that session connection
    • Once that property is removed, that does not apply to existing connections
    • Clients that have negotiated Continuously-Available will have to be reconnected to force it to connect without it
    • To be absolutely sure that the clients connect without CA share capability, a client reboot may be required

WARNING

  • Due to bug1097331 we changed the default CA share output if no open files are present from YES to NO
  • If you are on a version prior to a fix for bug 1097331, verify if #open files are greater than zero before attributing to a CA connection

Additional Information

  • The ONTAP CLI command vserver cifs session show will provide output on any sessions that utilize Continous Availability:

Example:

nas-cm910::> vserver cifs session show -fields continuously-available,windows-user,files
node         vserver  session-id          connection-id windows-user files continuously-available
------------ -------- ------------------- ------------- ------------ ----- ----------------------
nas-cm910-01 vs1      1492380326519929822 3090365022    DEMO\user5   1     No
nas-cm910-01 vs1      1492380326519939801 3090376727    DEMO\Administrator
                                                                     3     No
nas-cm910-01 vs2      1492380326519940176 3090377117    INTERNALDOMAINB\Administrator
                                                                     0     No
nas-cm910-01 vs1      1492380326519934162 3090370076    DOMAINA\user2
                                                                     2     No
nas-cm910-02 vs1      8066791357550707703 1171492883    DEMO\Administrator
                                                                     2     No
nas-cm910-02 vs1      8066791357550729789 1171515981    INTERNALDOMAINB\Administrator
                                                                     0     No
6 entries were displayed.

 

Scan to view the article on your device