Forum Discussion

Jonathan_D_'s avatar
12 years ago

EMM status: Storage Server is down or unavailable

Hi,   Since we upgraded from 7.1 to 7.5.0.4, we have intermittent problem causing us some errors. The problem is that Netbackup is detecting that the Disk Volume are down so the majortiry of our ...
  • Mark_Solutions's avatar
    12 years ago

    Could be a number of causes - the extra ports used by NetBackup often causes the issue - as you are on Windows 2008 try the following (the registry one needs a reboot - the netsh takes effect immediately), these will increase the number of ports available and reduce the time wait delay to free ports up quicker:

    HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
    Add a new DWORD – TcpTimedWaitDelay  - Decimal Value of 30
    netsh int ipv4 set dynamicport tcp start=10000 num=50000

    Next - to keep communications with the Storage Server running better add the following flat file to the Master and Storage Servers:

    <install path>\veritas\netbackup\db\config\DPS_PROXYDEFAULTRECVTMO

    open it up in notepad and put a value of 800 in it

    All of the above can really help with this issue

    Hope this helps