Forum Discussion

Joe_Despres's avatar
16 years ago

Recommend shared memory settings.....

Does anyone have a recommended shared memory settings for the
following config:

NBU 5.1 soon to be upgraded to 6.5.X
Solaris 9
V445. 32 gig of ram?
2 LTO3's


MPX not to exceeded 9............

shmmax
shmmin
shmmni
shmseg

Thanks....

Joe Despres
  • Veritas NetBackup™ Backup Planning and Performance Tuning Guide
    Release 6.5

    Example settings for kernel parameters
    Following is an example of tuning the kernel parameters for NetBackup master
    servers and media servers, for Solaris 8 or 9.

    The following values are the recommended minimums. If /etc/system already
    contains any of these entries, use the larger of the existing setting and the
    setting that are provided here. Before modifying /etc/system, use the
    command /usr/sbin/sysdef -i to view the current kernel parameters.

    After you have changed the settings in /etc/system, restart the system to
    allow the changed settings to take effect. After the restart, the sysdef
    command displays the new settings.

    *BEGIN NetBackup recommended minimum settings in a Solaris /etc/system file
    *Message queues
    set msgsys:msginfo_msgmnb=65536
    set msgsys:msginfo_msgmni=256
    set msgsys:msginfo_msgssz=16
    set msgsys:msginfo_msgtql=512
    *Semaphores
    set semsys:seminfo_semmap=64
    set semsys:seminfo_semmni=1024
    set semsys:seminfo_semmns=1024
    set semsys:seminfo_semmnu=1024
    set semsys:seminfo_semmsl=300
    set semsys:seminfo_semopm=32
    set semsys:seminfo_semume=64
    *Shared memory
    set shmsys:shminfo_shmmax=<one half of system memory>
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=220
    set shmsys:shminfo_shmseg=100
    *END NetBackup recommended minimum settings

4 Replies

  • Veritas NetBackup™ Backup Planning and Performance Tuning Guide
    Release 6.5

    Example settings for kernel parameters
    Following is an example of tuning the kernel parameters for NetBackup master
    servers and media servers, for Solaris 8 or 9.

    The following values are the recommended minimums. If /etc/system already
    contains any of these entries, use the larger of the existing setting and the
    setting that are provided here. Before modifying /etc/system, use the
    command /usr/sbin/sysdef -i to view the current kernel parameters.

    After you have changed the settings in /etc/system, restart the system to
    allow the changed settings to take effect. After the restart, the sysdef
    command displays the new settings.

    *BEGIN NetBackup recommended minimum settings in a Solaris /etc/system file
    *Message queues
    set msgsys:msginfo_msgmnb=65536
    set msgsys:msginfo_msgmni=256
    set msgsys:msginfo_msgssz=16
    set msgsys:msginfo_msgtql=512
    *Semaphores
    set semsys:seminfo_semmap=64
    set semsys:seminfo_semmni=1024
    set semsys:seminfo_semmns=1024
    set semsys:seminfo_semmnu=1024
    set semsys:seminfo_semmsl=300
    set semsys:seminfo_semopm=32
    set semsys:seminfo_semume=64
    *Shared memory
    set shmsys:shminfo_shmmax=<one half of system memory>
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=220
    set shmsys:shminfo_shmseg=100
    *END NetBackup recommended minimum settings
  • Minimum system requirements for the Solaris kernel when used with VERITAS NetBackup (tm), defined in /etc/system

    http://support.veritas.com/docs/238063



  • You can also get the values from netbackup 5.1 performance tuning guide.
  • wrobbins solution is valid even though its title is for 6.x it is still applicable to your environment.

    Veritas NetBackup (tm) Enterprise Server / Server 6.0 Backup Planning and Performance Tuning Guide for UNIX, Windows, and Linux. This also covers tuning on NetBackup components such as NOM (NetBackup Operations Manager). Note: This guide is for 6.0 only. See the related documents section for a link to the 6.5 Performance tuning guide.
    http://support.veritas.com/docs/281842

    Download the manual and please mark wrobbins post as the solution.