<?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: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha) in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252980#M99963</link>
    <description>Check accounting for the process termination status.  Also, if you can do this without major problems, turn on image accounting just before you launch the app and terminate it after it stops.  Look at the accounting records for any error conditions.  A crude but effective way to get a pointer to the problem, hopefully...&lt;BR /&gt;&lt;BR /&gt;Dan</description>
    <pubDate>Wed, 25 Aug 2010 10:38:27 GMT</pubDate>
    <dc:creator>abrsvc</dc:creator>
    <dc:date>2010-08-25T10:38:27Z</dc:date>
    <item>
      <title>Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252977#M99960</link>
      <description>The Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha).&lt;BR /&gt;&lt;BR /&gt;I have 2 test systems: a 7.3-2 system and a 8.3 system, both ES45. Both configurations are similar, all recent patches.&lt;BR /&gt;&lt;BR /&gt;I start the Data Server in a batch proces, like this, on both machines:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ set noon&lt;BR /&gt;$ SET PROCESS/NAME="AvailDataServer"&lt;BR /&gt;$ AVAIL/SERVER/PORT=9819&lt;BR /&gt;&lt;BR /&gt;This works fine on 7.3-2, the log file displays this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ IF APP_OPTION .EQS. AM_ANALYZER&lt;BR /&gt;$ ELSE&lt;BR /&gt;$     JAVA_CMD = "JAVA ""-cp"" "               + -&lt;BR /&gt;                 """" + AM_CLASSES + """ "     + -&lt;BR /&gt;                 JVM_QUALIFIERS + " "          + -&lt;BR /&gt;                 """" + JRE_MAIN_CLASS + """ " + -&lt;BR /&gt;                 """-port"" 9819 "&lt;BR /&gt;$ ENDIF&lt;BR /&gt;$! SHOW SYMBOL JAVA_CMD&lt;BR /&gt;$ JAVA "-cp" "/amds$am_system/AvailMan.jar:/amds$am_system/AvailManImages.jar:/amds$am_system/AvailDocs.jar" "-Xms48m" "-Xmx64m"  "com.compaq.am&lt;BR /&gt;.server.ServerMain" "-port" 9819&lt;BR /&gt;StatusLogger.&lt;CTOR&gt; - Opened log file AM_Server_20100825-0200.log for output&lt;BR /&gt;Wed, Aug 25th 02:00:41.354 Platform attributes, OS name and version = OpenVMS V7.3-2&lt;BR /&gt;Wed, Aug 25th 02:00:41.370 ** Log file opened for output **&lt;BR /&gt;Wed, Aug 25th 02:00:41.374&lt;BR /&gt;Wed, Aug 25th 02:00:41.379     HP Availability Manager Server V3.1 (build 1198)&lt;BR /&gt;Wed, Aug 25th 02:00:41.380     © 2009, Hewlett-Packard Development Company, L.P.&lt;BR /&gt;Wed, Aug 25th 02:00:41.393&lt;BR /&gt;Wed, Aug 25th 02:00:41.395 List of Data Server options:&lt;BR /&gt;Wed, Aug 25th 02:00:41.397     Arg[0] = -port&lt;BR /&gt;Wed, Aug 25th 02:00:41.401     Arg[1] = 9819&lt;BR /&gt;Wed, Aug 25th 02:00:41.415 Processing Data Server options:&lt;BR /&gt;Wed, Aug 25th 02:00:41.417     Found -port 9819 option&lt;BR /&gt;Wed, Aug 25th 02:00:41.419         Port 9819 processed&lt;BR /&gt;Wed, Aug 25th 02:00:41.524 Network adapters found on this system&lt;BR /&gt;Wed, Aug 25th 02:00:41.525     SYS$RMDRIVER - default Ethernet adapter&lt;BR /&gt;Wed, Aug 25th 02:00:41.525 [9819] Server mode is secure.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But on V8.3, the java command stopts without error, so the batch process terminates vey quickly and the logfile shows this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ IF APP_OPTION .EQS. AM_ANALYZER&lt;BR /&gt;$ ELSE&lt;BR /&gt;$     JAVA_CMD = "JAVA ""-cp"" "               + -&lt;BR /&gt;                 """" + AM_CLASSES + """ "     + -&lt;BR /&gt;                 JVM_QUALIFIERS + " "          + -&lt;BR /&gt;                 """" + JRE_MAIN_CLASS + """ " + -&lt;BR /&gt;                 """-port"" 9819 "&lt;BR /&gt;$ ENDIF&lt;BR /&gt;$! SHOW SYMBOL JAVA_CMD&lt;BR /&gt;$ JAVA "-cp" "/amds$am_system/AvailMan.jar:/amds$am_system/AvailManImages.jar:/amds$am_system/AvailDocs.jar" "-Xms48m" "-Xmx64m"  "com.compaq.am.server.Server&lt;BR /&gt;Main" "-port" 9819&lt;BR /&gt;StatusLogger.&lt;CTOR&gt; - Opened log file AM_Server_20100825-1122.log for output&lt;BR /&gt;$! SHOW SYMBOL $STATUS&lt;BR /&gt;$ !&lt;BR /&gt;$ SAVE_VERIFY      = F$VERIFY(SAVE_VERIFY)&lt;BR /&gt;$ !&lt;BR /&gt;$RESTORE_PRIVS:&lt;BR /&gt;$ ! Restore privs to input state&lt;BR /&gt;$ RESETPRIVS = F$SETPRIV(OLDPRIVS)&lt;BR /&gt;$ !&lt;BR /&gt;$ !&lt;BR /&gt;$ EXIT&lt;BR /&gt;$ EXIT&lt;BR /&gt;  AVAIL_MGR    job terminated at 25-AUG-2010 11:22:34.71&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The job runs under a special account AVAIL_MGR:&lt;BR /&gt;&lt;BR /&gt;Username: AVAIL_MGR                        Owner:&lt;BR /&gt;Account:                                   UIC:    [3770,100] ([AVAIL_MGR])&lt;BR /&gt;CLI:      DCL                              Tables: DCLTABLES&lt;BR /&gt;Default:  INFRA$DISK:[CLUSTER.AVAIL_MGR]&lt;BR /&gt;LGICMD:&lt;BR /&gt;Flags:&lt;BR /&gt;Primary days:   Mon Tue Wed Thu Fri&lt;BR /&gt;Secondary days:                     Sat Sun&lt;BR /&gt;No access restrictions&lt;BR /&gt;Expiration:            (none)    Pwdminimum:  8   Login Fails:     0&lt;BR /&gt;Pwdlifetime:           (none)    Pwdchange:  24-AUG-2010 17:52&lt;BR /&gt;Last Login: 24-AUG-2010 17:53 (interactive), 25-AUG-2010 11:22 (non-interactive)&lt;BR /&gt;Maxjobs:         0  Fillm:      4096  Bytlm:      2000000&lt;BR /&gt;Maxacctjobs:     0  Shrfillm:      0  Pbytlm:           0&lt;BR /&gt;Maxdetach:       0  BIOlm:       150  JTquota:       4096&lt;BR /&gt;Prclm:           8  DIOlm:       150  WSdef:         4096&lt;BR /&gt;Prio:            4  ASTlm:       300  WSquo:         8192&lt;BR /&gt;Queprio:         4  TQElm:       100  WSextent:     16384&lt;BR /&gt;CPU:        (none)  Enqlm:     30000  Pgflquo:    2100000&lt;BR /&gt;Authorized Privileges:&lt;BR /&gt;  NETMBX       OPER         SYSPRV       TMPMBX&lt;BR /&gt;Default Privileges:&lt;BR /&gt;  NETMBX       OPER         SYSPRV       TMPMBX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The netwerk interfaces are all oke.&lt;BR /&gt;Any clues what might be wrong?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CTOR&gt;&lt;/CTOR&gt;</description>
      <pubDate>Wed, 25 Aug 2010 08:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252977#M99960</guid>
      <dc:creator>Jan van den Boogaard_1</dc:creator>
      <dc:date>2010-08-25T08:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252978#M99961</link>
      <description>Is there any clue in the "Opened log file"? From what I see, Java starts up and runs the ServerMain, which very likely prints the "StatusLogger.&lt;CTOR&gt; ..." message.&lt;BR /&gt;&lt;BR /&gt;With the AVAIL_MGR account being the same, I would check system resources. Java is known to use many of them. There may be some information on the required resources in the Availability Manager documentation.&lt;BR /&gt;&lt;BR /&gt;I would start with "$ mc sysgen show channelcnt"&lt;BR /&gt;&lt;BR /&gt;&lt;/CTOR&gt;</description>
      <pubDate>Wed, 25 Aug 2010 09:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252978#M99961</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2010-08-25T09:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252979#M99962</link>
      <description>Thanks for your reply. &lt;BR /&gt;The opened log files are complete empty on both nodes.&lt;BR /&gt;Also AMDS$AM_RUN_DEBUG and _VERIFY dont help.&lt;BR /&gt;&lt;BR /&gt;The systems do apply to the requirements in the A.M. install.guide. &lt;BR /&gt;&lt;BR /&gt;Also I ran &lt;BR /&gt;[HP.SVCTOOLS.COMMON.JRE.LIB]JAVA$CHECK_ENVIRONMENT.COM&lt;BR /&gt;&lt;BR /&gt;Channelcnt is 4096 on both systems , this should be oke.</description>
      <pubDate>Wed, 25 Aug 2010 10:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252979#M99962</guid>
      <dc:creator>Jan van den Boogaard_1</dc:creator>
      <dc:date>2010-08-25T10:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252980#M99963</link>
      <description>Check accounting for the process termination status.  Also, if you can do this without major problems, turn on image accounting just before you launch the app and terminate it after it stops.  Look at the accounting records for any error conditions.  A crude but effective way to get a pointer to the problem, hopefully...&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Wed, 25 Aug 2010 10:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252980#M99963</guid>
      <dc:creator>abrsvc</dc:creator>
      <dc:date>2010-08-25T10:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252981#M99964</link>
      <description>Which Java version[s]?&lt;BR /&gt;&lt;BR /&gt;You can add a -verbose (default is class) to the Java command, it will generate a lot of output. But I'm not sure if it will get you any closer to the root of the problem.&lt;BR /&gt;&lt;BR /&gt;I would still check the used resources with accounting, show proc/acc or anal/sys. I do remember an entry in this forum about a problem running java, which worked interactively but failed in batch. Unfortunately I can't find it at the moment. I think to remember it was a resource problem. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2010 10:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252981#M99964</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2010-08-25T10:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252982#M99965</link>
      <description>First of all, I discovered that this problem is also with V3.0-2 and also with the Data Analyzer on both versions on VMS V8.3 !&lt;BR /&gt;&lt;BR /&gt;I turned on accounting, see the appended file for the output.&lt;BR /&gt;&lt;BR /&gt;Also -verbose doesnot give any extra output at all....&lt;BR /&gt;&lt;BR /&gt;And i found out that there is no difference between interactive and batch. I begin to suspect that the Java version 1.5.0-3 is not supported on V8.3.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ !&lt;BR /&gt;$ JAVA -version&lt;BR /&gt;java version "1.5.0"&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition&lt;BR /&gt;Fast VM (build 1.5.0-3, build J2SDK.v.1.5.0:03/01/2007-21:16, native threads, jit_150)&lt;BR /&gt;$ JAVA -fullversion&lt;BR /&gt;java full version "1.5.0-3"&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2010 13:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252982#M99965</guid>
      <dc:creator>Jan van den Boogaard_1</dc:creator>
      <dc:date>2010-08-25T13:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252983#M99966</link>
      <description>The lastest version 1.5.0-6.p1 doenst solve anything.....&lt;BR /&gt;&lt;BR /&gt;See all output in the attachment....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ !&lt;BR /&gt;$ ! The following information is needed by the Java&lt;BR /&gt;$ !&lt;BR /&gt;$ JAVA -version&lt;BR /&gt;java version "1.5.0"&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition&lt;BR /&gt;Fast VM (build 1.5.0-6.p1, build J2SDK.v.1.5.0:11/16/2009-20:33, native threads, jit_150)&lt;BR /&gt;$ JAVA -fullversion&lt;BR /&gt;java full version "1.5.0-6.p1"&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2010 15:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252983#M99966</guid>
      <dc:creator>Jan van den Boogaard_1</dc:creator>
      <dc:date>2010-08-25T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252984#M99967</link>
      <description>The Availability Manager kits have tended to include their own JRE, and this version is no different, and the integrated Java stuff has definitely require specific patches to keep it from tipping over.  The AMDS, err, sorry, my bad, AvailMan stuff wasn't using the system version of Java or the JRE.&lt;BR /&gt;&lt;BR /&gt;I recall seeing some directions posted for swapping out the integrated JRE, but I'd only tend to try that as a last resort or at the direction of HP support.&lt;BR /&gt;&lt;BR /&gt;Following a chain of URLs to get to the requisite list of ill-formatted and ill-named patches for Java5, you need to have these ECO kits loaded:&lt;BR /&gt;&lt;BR /&gt;All Rating 1 ECO kits for OpenVMS Alpha V8.3&lt;BR /&gt;Whatever the TCP/IP Services V5.6 current ECO&lt;BR /&gt;VMS CRTL V5 or later&lt;BR /&gt;VMS PTHREAD V1 or later. &lt;BR /&gt;&lt;BR /&gt;If you have software support and if you have the requisite patch kits installed, then call HP.</description>
      <pubDate>Wed, 25 Aug 2010 15:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252984#M99967</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-08-25T15:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252985#M99968</link>
      <description>Problem solved........&lt;BR /&gt;&lt;BR /&gt;I started 3.0-2 data server on yet another node and this showed one extra very subtle line......&lt;BR /&gt;&lt;BR /&gt;$ set noon&lt;BR /&gt;$ SET PROCESS/NAME="AvailDataServer"&lt;BR /&gt;$ AVAIL/SERVER/PORT=9819&lt;BR /&gt;$ GOTO START&lt;BR /&gt;$START:&lt;BR /&gt;$  IF F$TRNLNM("AMDS$AM_RUN_VERIFY")&lt;BR /&gt;$  ELSE&lt;BR /&gt;$      SAVE_VERIFY      = F$VERIFY(0)&lt;BR /&gt;%AMDS-I-SERVERPORT, using port 9819 for Data Server&lt;BR /&gt;StatusLogger.&lt;CTOR&gt; - Opened log file AM_Server_20100826-1933.log for output&lt;BR /&gt;Thu, Aug 26th 19:33:58.993 Platform attributes, OS name and version = OpenVMS V7.3-2&lt;BR /&gt;Thu, Aug 26th 19:33:59.002 ** Log file opened for output **&lt;BR /&gt;Thu, Aug 26th 19:33:59.003&lt;BR /&gt;Thu, Aug 26th 19:33:59.004     HP Availability Manager Server V3.0-2 (build 1194)&lt;BR /&gt;Thu, Aug 26th 19:33:59.011     Â© 2009, Hewlett-Packard Development Company, L.P.&lt;BR /&gt;Thu, Aug 26th 19:33:59.012&lt;BR /&gt;Thu, Aug 26th 19:33:59.012 FATAL - Missing key file AM$KeyStore.jks&lt;BR /&gt;$ !&lt;BR /&gt;$RESTORE_PRIVS:&lt;BR /&gt;$ ! Restore privs to input state&lt;BR /&gt;$ RESETPRIVS = F$SETPRIV(OLDPRIVS)&lt;BR /&gt;$ !&lt;BR /&gt;$ !&lt;BR /&gt;$ EXIT&lt;BR /&gt;$ EXIT&lt;BR /&gt;  AVAIL_MGR    job terminated at 26-AUG-2010 19:33:59.14&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, no key in the key store, very easy to fix.&lt;BR /&gt;&lt;BR /&gt;Thanx for tips and help.&lt;/CTOR&gt;</description>
      <pubDate>Fri, 27 Aug 2010 09:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252985#M99968</guid>
      <dc:creator>Jan van den Boogaard_1</dc:creator>
      <dc:date>2010-08-27T09:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252986#M99969</link>
      <description>Thu, Aug 26th 19:33:59.012 FATAL - Missing key file AM$KeyStore.jks &lt;BR /&gt;&lt;BR /&gt;So, no key in the key store, very easy to fix. &lt;BR /&gt;&lt;BR /&gt;Thanx for tips and help.</description>
      <pubDate>Fri, 27 Aug 2010 09:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252986#M99969</guid>
      <dc:creator>Jan van den Boogaard_1</dc:creator>
      <dc:date>2010-08-27T09:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252987#M99970</link>
      <description>I'm not sure how we get from a (missing?) error diagnostic to a missing (incorrect?) file to working code?  Bad keys, maybe?  This sequence definitely looks broken; missing diagnostics or an error in the key files or?&lt;BR /&gt;&lt;BR /&gt;The Availability Manager error handling looks buggy here?</description>
      <pubDate>Fri, 27 Aug 2010 11:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252987#M99970</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-08-27T11:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data Server of Availability Manager V3.1 won't start on VMS 8.3 (Alpha)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252988#M99971</link>
      <description>The file am$keystore.jks didnt exist. This file is needed to run the Data server.&lt;BR /&gt;&lt;BR /&gt;To create am$keystore.jks , run the analyzer on the Data server , and create a private/public key pair and save it in am$keystore.jks in the amds$am directory , and things start working .....&lt;BR /&gt;&lt;BR /&gt;It's in the user guide, chapter 2.4.3.1 titled "Create the Key Pair for the Data Server".</description>
      <pubDate>Fri, 27 Aug 2010 15:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-server-of-availability-manager-v3-1-won-t-start-on-vms-8-3/m-p/5252988#M99971</guid>
      <dc:creator>Jan van den Boogaard_1</dc:creator>
      <dc:date>2010-08-27T15:38:05Z</dc:date>
    </item>
  </channel>
</rss>

