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
Using a login banner on a primary or a media server instance
You can set a text banner that appears before a user logs in to a primary or a media server instance. Typical uses for the login banner include legal notices, warning messages, and company policy information.
To add a login banner
- Log in to the instance as the appadmin user and run the following command to access and edit the
/etc/issue
file:sudo -i vi /etc/issue
- Add the text that you want to appear in the banner.
- Run the following command to access and edit the
sshd_config
file:sudo -i vi /etc/ssh/sshd_config
- In the file, locate the following entry:
#Banner none
Change it to the following:
Banner /etc/issue
- Run the following command to restart the sshd service:
sudo systemctl restart sshd
To edit a login banner
- Log in to the instance as the appadmin user and run the following command to access and edit the
/etc/issue
file:sudo -i vi /etc/issue
- Edit the text as needed.
To remove a login banner
- Log in to the instance as the appadmin user and run the following command to access and edit the
sshd_config
file:sudo -i vi /etc/ssh/sshd_config
- In the file, locate the following entry:
Banner /etc/issue
Change it to the following:
#Banner none
- Run the following command to restart the sshd service:
sudo systemctl restart sshd