NetBackup™ 10.4 Application Guide
- Product overview
- Release notes
- Geting started
- Creating NetBackup application instances
- Managing NetBackup application instances
- Accessing NetBackup primary and media server instances for management tasks
- Managing users on a primary or a media server instance
- Running NetBackup commands on a primary or a media server application instance
- Managing users on a primary or a media server instance
- Accessing NetBackup WORM storage server instances for management tasks
- Managing users from the deduplication shell
- Managing certificates from the deduplication shell
- Configuring an isolated recovery environment using the web UI
- Managing NetBackup services from the deduplication shell
- Monitoring and troubleshooting NetBackup services from the deduplication shell
- Managing S3 service from the deduplication shell
- Managing users from the deduplication shell
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
- Open an SSH session to the server as the msdpadm user.
- Run the following command:
setting smb status
To stop or start the SMB service
- Open an SSH session to the server as the msdpadm user.
- Run one of the following commands:
setting smb stop
setting smb start
To view an SMB configuration parameter
- Open an SSH session to the server.
- 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
- Open an SSH session to the server.
- 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"