Please enter search query.
Search <book_title>...
NetBackup™ 10.4 Application Guide
Last Published:
2024-08-28
Product(s):
Appliances (5.0)
Platform: Flex Appliance OS
- 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
Disabling SMB server signing on a media server instance
The Server Message Block (SMB) configuration on media server application instances enforces SMB server signing by default. This configuration may cause a performance reduction with Universal Shares. If you see a performance reduction, you can use the following procedure to disable server signing.
Warning:
Disabling SMB server signing leaves the instance vulnerable to man-in-the-middle attacks. Only disable server signing if your instance is in a fully trusted private network.
To disable SMB server signing
- Log in to the media server instance as the appadmin user and run the following command to navigate to the SMB configuration file:
sudo vi /etc/samba/smb.conf
- Modify this file to comment out the following entry:
server signing = mandatory
- Run the following command to restart the SMB service:
sudo systemctl restart smb