Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Deduplication Guide
  3. Using the NetBackup Deduplication Shell
  4. Managing NetBackup services from the deduplication shell
  5. Managing the SMB service
NetBackup™ Deduplication Guide

Managing the SMB service

The SMB service includes the SMB users for Instant Access and Universal Shares. Use the following procedures to manage the SMB service.

To view the status of the SMB service

  1. Open an SSH session to the server as the msdpadm user, or for NetBackup Flex Scale, as an appliance administrator.
  2. Run the following command:

    setting smb status

To stop or start the SMB service

  1. Open an SSH session to the server as the msdpadm user, or for NetBackup Flex Scale, as an appliance administrator.
  2. Run one of the following commands:

    setting smb stop

    setting smb start

To view an SMB configuration parameter

  1. Open an SSH session to the server.
  2. Run the following command:

    setting smb get-smb-param smb_configkey=<parameter>

    Where <parameter> is the parameter you want to view.

To change an SMB configuration parameter

  1. Open an SSH session to the server.
  2. Run the following command:

    setting smb set-smb-param smb_configsection=<section> smb_configkey=<parameter> smb_configvalue=<value>

    Where <section> is the Samba configuration section, <parameter> is the parameter that you want to change, and <value> is the value that you want to change it to. For example:

    setting smb set-smb-param smb_configsection="global" smb_configkey="server signing" smb_configvalue="mandatory"

Feedback

Was this page helpful?
Previous

Managing the NGINX service

Next

Monitoring and troubleshooting NetBackup services from the deduplication shell

Feedback

Was this page helpful?