关于UNIX/Linux下安装NBU Server问题

本文档详细介绍了在UNIX/Linux环境下安装NetBackup Server时可能遇到的问题及其解决方案,包括推荐的信号量调整值、操作系统的ulimit设置以及Web服务器的用户/组配置步骤。通过调整SEMMSL、SEMMNS等信号量属性和ulimit参数,如设置ulimit -n为8000或更大,确保NetBackup能够有效运行。同时,为NetBackup Master Server配置具有适当权限的web服务用户和组,避免使用管理员权限。
摘要由CSDN通过智能技术生成

问题一:Recommended NetBackup UNIX / Linux semaphore tuning values (Linux/Solaris/HP-UX/AIX)

官方KB:https://www.veritas.com/content/support/en_US/article.100023842

Problem

A Master Server and Media server running NetBackup may need OS level system resources increased to function properly.  The following values are used by NetBackup engineering in their test environments.  These are recommended minimum values that should address some OS related performance issues.  If OS resource limitations are below recommended values NetBackup may not work as effectively as expected.  Resource limitations have been known to cause behaviors including application hangs, status code 252, processing delays, and lack of responsiveness amongst other things.

The proposed semaphore values are a recommended minimum.  If your environment already exceeds these values, you should not reduce them to the recommended values.  

Solution

The following semaphore properties should be adjusted:

SEMMSL            - The maximum number of semaphores in a sempahore set.
SEMMNS            - A system-wide limit on the number of semaphores in all semaphore sets. The maximum number of sempahores in the system.
SEMOPM            - The maximum number of operations in a single semop call
SEMMNI              - A system-wide limit on the maximum number of semaphore identifiers (sempahore sets)  

NetBackup support recommends the following values:

SEMMSL            SEMMNS            SEMOPM            SEMMNI
300                      307200                32                        1024
   

 

Validating/Changing Linux semaphore values:

Run the following command to check existing semaphore values:

root@NBU-Master:~ > sysctl -a | grep kernel.sem
kernel.sem = 250    256000 32    1024 
 

These values can be adjusted immediately without a restart using the following (but will not persist over a reboot):   

root@NBU-Master:~ > cat /proc/sys/kernel/sem
250 256000 32 1024

root@NBU-Master:~ > echo 300   307200   32   1024 > /proc/sys/kernel/sem

root@NBU-Master:~ > sysctl -a | grep kernel.sem                   
kernel.sem = 300    307200  32   1024  

To modify system semaphore values permanently, running the following will change their default setting and apply these new values immediately:

ro

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Echo_Shao

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值