Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I'm trying to create a WFA command using PowerShell for stopping the CIFS server on a specific SVM.
Apparently, there is no such command in the DataOnTap PowerShell Toolkit for stopping the CIFS server.
Does anyone have an idea?
Roi Becidan.
Solved! See The Solution
1 ACCEPTED SOLUTION
roi_becidan has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm not sure about WFA, but I believe there are Powershell commands for stopping and starting the CIFS service, depending on the version of Data ONTAP you are running;
7-mode:
Disable-NaCifs
Enable-NaCifs
cDoT;
Start-NcCifsServer
Stop-NcCifsServer
2 REPLIES 2
roi_becidan has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm not sure about WFA, but I believe there are Powershell commands for stopping and starting the CIFS service, depending on the version of Data ONTAP you are running;
7-mode:
Disable-NaCifs
Enable-NaCifs
cDoT;
Start-NcCifsServer
Stop-NcCifsServer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
I found out that my powershell toolkit release was too old and these commands were not there.
After updating to version 3.1 I found the command you mentioned above.
Thanks Alot!
Roi.