<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: &amp;quot;IpcFindEmptyIpcHandle: IpcHandleTable is full&amp;quot; message in DP log in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012648#M80141</link>
    <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;The test we made yesterday was ok but when we have repeated the same test changing the paralellism to 8 (a DP concept -number of sessions by device and we are using four devices-) with client systems in both behind and in front of the firewall, the backup failed, very early. With a paralellism of 4 it also fails.&lt;BR /&gt;&lt;BR /&gt;Well, to determine if it's a firewall problem, we are now doing a backup only with clients not going through the firewall and, by the moment, is ok. Of course, there is less number  of clients and, as a result, a less number of needed resources. When this backup finishes, we'll make another one only with clients behind the firewall. With these tests we want to discard network problems.&lt;BR /&gt;&lt;BR /&gt;We raised the GBLPAGFIL quota to 1000000&lt;BR /&gt;&lt;BR /&gt;Depending on our tests results, we'll focus on a resources problem, a firewall problem or both.&lt;BR /&gt;&lt;BR /&gt;In the meantime, I have been checking the accounting information of the OMNIADMIN procesess of yesterday tests (the one with paralellism of 8) and found a figure that I don't understand. One of the OMNIADMIN processes has a 'peak pagefile quota' of 4194448 when its uaf quota is PGFLQUOTA=1000000.&lt;BR /&gt;&lt;BR /&gt;I thought that the 'peak page file quota' should be &amp;lt;= PGFLQUOTA. Is this ok?. If not, what's the meaning of that figure?. &lt;BR /&gt;&lt;BR /&gt;Well, I'll continue with the research and I'll let you know the results of our tests.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
    <pubDate>Thu, 09 Nov 2006 05:37:26 GMT</pubDate>
    <dc:creator>Ana M. García Olivencia</dc:creator>
    <dc:date>2006-11-09T05:37:26Z</dc:date>
    <item>
      <title>"IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012640#M80133</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;One of our DP backups is failing and the information in the media agent (OpenVMS v7.3-2) debug.log is, summarizing, the following repeated messages:&lt;BR /&gt;&lt;BR /&gt;.....&lt;BR /&gt;11/06/06 11:56:03 BMA-NET.5680.0 ["lib/ipc/ipc.c/main/dp55/blr_ovmsdp55_beta/blr_ovmsdp55_oracle/4":4647] A.05.50 OpenVMS A.05.50 (74) [IpcAllocShmem] shmget(1783634710, 2080768, IPC_CREAT|IPC_EXCL|IPC_SHMEM_PERM) failed (err=65535) &lt;BR /&gt;....&lt;BR /&gt;IpcFindEmptyIpcHandle: IpcHandleTable is full (64) &lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;This messages are Unix-like, relationed to shared memory and I was trying to relation it with OpenVMS. &lt;BR /&gt;&lt;BR /&gt;What I first thought was that this had something to do with what could be similar to shared memory in OpenVMS, global sections and global pages, but starting the backup and monitoring the free gblsects and global pages, I could see they were not the problem.&lt;BR /&gt;&lt;BR /&gt;I have searched through Internet and the few topics I found about ipcallocshmem has to do with the modification of shm* parameters in UNIX environments.&lt;BR /&gt;&lt;BR /&gt;I have attached an extract of the media agent 'debug.log' file corresponding to the backup session. The DP version is A5.50.&lt;BR /&gt;&lt;BR /&gt;Although this topic should be posted at Data Protector forum, I'd like to ask OpenVMS people if those messages have something to do with some OpenVMS parameters that should be adjusted because the rest of backups works well and it seems that the only difference is that the failing backup has more save sessions than the rest.&lt;BR /&gt;&lt;BR /&gt;Thank you very much in advance.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Tue, 07 Nov 2006 09:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012640#M80133</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2006-11-07T09:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012641#M80134</link>
      <description>Ana,&lt;BR /&gt;&lt;BR /&gt;I have not been sucessful in trying to find OpenVMS related documentation of the shmget call, which seems to be at the bottom of this problem.&lt;BR /&gt;&lt;BR /&gt;They key questions would be:&lt;BR /&gt;&lt;BR /&gt;- what does an errno of 65535 mean on a shmget call ?&lt;BR /&gt;- how is shmget implemented on OpenVMS ($CRMPSC maybe) ?&lt;BR /&gt;- do the shmget errors repeat 64 times and then finish with the IpcHandleTable is full (64) error ?&lt;BR /&gt;&lt;BR /&gt;If you want to experiment with parameters without yet understanding the underlying problem, PGFLQUOTA comes to mind and maybe PROCSECTCNT.&lt;BR /&gt;&lt;BR /&gt;But a call to HP may be more helpful.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 08 Nov 2006 03:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012641#M80134</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-08T03:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012642#M80135</link>
      <description>errno of 65535 means a VMS specific condition code has been returned. It it returned in another variable which unfortunaly no reported.</description>
      <pubDate>Wed, 08 Nov 2006 04:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012642#M80135</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-11-08T04:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012643#M80136</link>
      <description>Volker, Ian&lt;BR /&gt;&lt;BR /&gt;From your information about the $CRMPSC system service I have seen that another parameter involved is GBLPAGFIL, that was lower than the rest of the systems (although I executed an autogen with feedback and this parameter was not changed).&lt;BR /&gt;&lt;BR /&gt;Anyway, I have raised its value and rebooted. Moreover, as our network has firewalls, we were suspecting that perhaps was a problem of reconnections and has made some modifications in the network configuration.&lt;BR /&gt;&lt;BR /&gt;With both changes, we have started the failing backup and, by the moment, is ok. If it finishes ok, I'll modify the GBLPAGFIL again to the old value to see if the problem arises, to know what the solution to the problem is.&lt;BR /&gt;&lt;BR /&gt;I'll let you know the results.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Wed, 08 Nov 2006 08:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012643#M80136</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2006-11-08T08:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012644#M80137</link>
      <description>If you want to monitor the remaining gblpagfil, use the following program: it will look every 60 seconds (adjust it for your use) and define a logical name min_gblpagfil in the system table.&lt;BR /&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;STSDEF.H&gt;&lt;BR /&gt;#include &lt;STRING.H&gt;&lt;BR /&gt;#include &lt;SIGNAL.H&gt;&lt;BR /&gt;#include &lt;DESCRIP.H&gt;&lt;BR /&gt;&lt;BR /&gt;int Mingb = 0;&lt;BR /&gt;$DESCRIPTOR(TblNameD, "LNM$SYSTEM_TABLE");&lt;BR /&gt;$DESCRIPTOR(LogNameD, "MIN_GBLPAGFIL");&lt;BR /&gt;char Value[32];&lt;BR /&gt;$DESCRIPTOR(LogValD, Value);&lt;BR /&gt;&lt;BR /&gt;globalref int mmg$gl_gblpagfil;&lt;BR /&gt;&lt;BR /&gt;main() {&lt;BR /&gt;  int s;&lt;BR /&gt;&lt;BR /&gt;  Mingb = mmg$gl_gblpagfil + 1000;&lt;BR /&gt;  for (;;) {&lt;BR /&gt;    if (Mingb &amp;gt; mmg$gl_gblpagfil) {&lt;BR /&gt;      Mingb = mmg$gl_gblpagfil;&lt;BR /&gt;      sprintf(Value, "%d", Mingb);&lt;BR /&gt;      LogValD.dsc$w_length = strlen(Value);&lt;BR /&gt;      s = lib$set_logical(&amp;amp;LogNameD, &amp;amp;LogValD, &amp;amp;TblNameD);&lt;BR /&gt;      if (! $VMS_STATUS_SUCCESS(s)) exit(s);&lt;BR /&gt;    }&lt;BR /&gt;    sleep(60);&lt;BR /&gt;  }&lt;/DESCRIP.H&gt;&lt;/SIGNAL.H&gt;&lt;/STRING.H&gt;&lt;/STSDEF.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Wed, 08 Nov 2006 08:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012644#M80137</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-08T08:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012645#M80138</link>
      <description>Ana,&lt;BR /&gt;&lt;BR /&gt;you can also check the remaining global pagefile quota with SDA:&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; CLUE MEM/STAT&lt;BR /&gt;...&lt;BR /&gt;Global Pagefile Quota 16821     GBLPAGFIL (SYSGEN) Limit 17440&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; exa sgn$gl_gblpagfil ! sysgen parameter value&lt;BR /&gt;SGN$GL_GBLPAGFIL:  00000000.00004420   " D......"&lt;BR /&gt;SDA&amp;gt; exa mmg$gl_gblpagfil ! remaining free global pagefile pages&lt;BR /&gt;MMG$GL_GBLPAGFIL:  00000000.000041B5   "ÂµA......"&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 08 Nov 2006 08:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012645#M80138</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-08T08:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012646#M80139</link>
      <description>Ana,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;although I executed an autogen with feedback and this parameter was not changed&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;GBLPAGFIL is not an AUTOGEN FEEDBACK parameter.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 08 Nov 2006 09:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012646#M80139</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-08T09:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012647#M80140</link>
      <description>Thanks you both for the information about how to get the free global pages remaining.&lt;BR /&gt;&lt;BR /&gt;I have entered SDA (now the backup is running) and the information given is:&lt;BR /&gt;&lt;BR /&gt;Global Pagefile Quota         54723     GBLPAGFIL (SYSGEN) Limit     196608&lt;BR /&gt;&lt;BR /&gt;This means that is using 141631 (the difference between both figures) that is greater than the old GBLPAGFIL value (98304).&lt;BR /&gt;&lt;BR /&gt;So, it seems that the lack of GBLPAGFIL could be the reason of the failing backup, but I'll wait for the backup to finish to check the values when there is no backup running.&lt;BR /&gt;&lt;BR /&gt;I'll periodically execute the program to know the GBLPAGFIL needs.&lt;BR /&gt;&lt;BR /&gt;Tomorrow I'll let you know what happens.&lt;BR /&gt;&lt;BR /&gt;Thank you very much again.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Wed, 08 Nov 2006 09:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012647#M80140</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2006-11-08T09:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012648#M80141</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;The test we made yesterday was ok but when we have repeated the same test changing the paralellism to 8 (a DP concept -number of sessions by device and we are using four devices-) with client systems in both behind and in front of the firewall, the backup failed, very early. With a paralellism of 4 it also fails.&lt;BR /&gt;&lt;BR /&gt;Well, to determine if it's a firewall problem, we are now doing a backup only with clients not going through the firewall and, by the moment, is ok. Of course, there is less number  of clients and, as a result, a less number of needed resources. When this backup finishes, we'll make another one only with clients behind the firewall. With these tests we want to discard network problems.&lt;BR /&gt;&lt;BR /&gt;We raised the GBLPAGFIL quota to 1000000&lt;BR /&gt;&lt;BR /&gt;Depending on our tests results, we'll focus on a resources problem, a firewall problem or both.&lt;BR /&gt;&lt;BR /&gt;In the meantime, I have been checking the accounting information of the OMNIADMIN procesess of yesterday tests (the one with paralellism of 8) and found a figure that I don't understand. One of the OMNIADMIN processes has a 'peak pagefile quota' of 4194448 when its uaf quota is PGFLQUOTA=1000000.&lt;BR /&gt;&lt;BR /&gt;I thought that the 'peak page file quota' should be &amp;lt;= PGFLQUOTA. Is this ok?. If not, what's the meaning of that figure?. &lt;BR /&gt;&lt;BR /&gt;Well, I'll continue with the research and I'll let you know the results of our tests.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Thu, 09 Nov 2006 05:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012648#M80141</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2006-11-09T05:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012649#M80142</link>
      <description>Ana&lt;BR /&gt;&lt;BR /&gt;You should get pquota.exe from&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware40/pquota/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware40/pquota/&lt;/A&gt;&lt;BR /&gt;copy it to a disk:[dir]&lt;BR /&gt;&lt;BR /&gt;then do &lt;BR /&gt;&lt;BR /&gt;$ pquota :== $ disk:[dir]pquota&lt;BR /&gt;and then  &lt;BR /&gt;$ pquota 204002B3&lt;BR /&gt;to look at all the quotas of the process id 204002B3&lt;BR /&gt;&lt;BR /&gt;Now you can have a coffee, you will even have a file pquota*.out summing up all that.&lt;BR /&gt;&lt;BR /&gt;A quota heavily used will be blinking.&lt;BR /&gt;&lt;BR /&gt;Look at the last right column to see which quota is used at more than, say 80 %</description>
      <pubDate>Thu, 09 Nov 2006 06:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012649#M80142</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-09T06:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012650#M80143</link>
      <description>Ana,&lt;BR /&gt;&lt;BR /&gt;accounting shows 'peak pagefile' usage, the actual pagefile quota of the process may be higher than it's UAF PGFLQUOTA. Check the running process with SHO PROC/ID=xxx/QUOTA (it will show you the currently remaining pagefile quota).&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; READ SYSDEF&lt;BR /&gt;SDA&amp;gt; SET PROC omni...&lt;BR /&gt;SDA&amp;gt; FORMAT JIB&lt;BR /&gt;...&lt;BR /&gt;FFFFFFFF.8338F940   JIB$L_PGFLQUOTA                          00007A12&lt;BR /&gt;FFFFFFFF.8338F944   JIB$L_PGFLCNT                   0000774F&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;will show the initial PGFLQUOTA and the remaining quota.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 09 Nov 2006 16:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012650#M80143</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-09T16:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012651#M80144</link>
      <description>&lt;BR /&gt;The last test we did yesterday was ok. So, it seems, at a first glance, that it's not a firewall or network problem, at least, with the number of savesets backuped. Or perhaps the network problem begins when the number of resources to save raise.&lt;BR /&gt;&lt;BR /&gt;We'll gradually increment the number of save sets to save, keeping a paralellism of 8, and will check, with all the information given by you, the resources consumption "to chase" the quota or parameter failing.&lt;BR /&gt;&lt;BR /&gt;I'll let you know.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Fri, 10 Nov 2006 06:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012651#M80144</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2006-11-10T06:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012652#M80145</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;With the information you gave me we have discovered that we should raise some parameters (MIN_GBLPAGFIL, MIN_PQL_DPGFLQUOTA y MIN_PQL_DWEXTENT) and, of course, increment the pagefile size until 5GB.&lt;BR /&gt;&lt;BR /&gt;However, under certain circunstances, the backups fails, although I think that it has something to do with a misconfiguration of Data Protector parameters, without discarding more changes in sysgen parameters.&lt;BR /&gt;&lt;BR /&gt;I leave the note open for a few days because we are going to do more tests and, if we find the solution, I'll let you know.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Wed, 15 Nov 2006 04:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012652#M80145</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2006-11-15T04:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: "IpcFindEmptyIpcHandle: IpcHandleTable is full" message in DP log</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012653#M80146</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;It seems that it is a Data Protector problem and there is a patch for it (patch DPWIN_00234). The problem reports:&lt;BR /&gt;&lt;BR /&gt; If 60-70 Volume Backup Disk Agents (VBDA) are started, the Backup Media Agent (BMA-NET) fails with the following error:&lt;BR /&gt;&lt;BR /&gt;"IPC Cannot Create Shared Memory Segment"&lt;BR /&gt;&lt;BR /&gt;Although I haven't still tested it, it seems the same problem we had and the fact that, depending on the number of clients backuped, sometimes worked and other didn't.&lt;BR /&gt;&lt;BR /&gt;Anyway, there was also a parameter and quota  problem that, thanks to your help, seems solved.&lt;BR /&gt;&lt;BR /&gt;The fact that I haven't been able to find that information is because I work in a Linux environment and the HP page with Data Protector patches doesn't work with my browsers (it's a problem reported to HP more than a year ago and with no answer from them by the moment), and I haven't been able to open a HP call due to a burocratic problem with our contract. All the searches about that error message didn't give any reference to that patch page.&lt;BR /&gt;&lt;BR /&gt;Therefore, I think that the post can be closed because I don't exactly know when we are going to install the patch and do the tests.&lt;BR /&gt;&lt;BR /&gt;Thank you very much for all your help.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Mon, 20 Nov 2006 07:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-ipcfindemptyipchandle-ipchandletable-is-full-quot-message/m-p/5012653#M80146</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2006-11-20T07:16:02Z</dc:date>
    </item>
  </channel>
</rss>

