Operating System - OpenVMS
1748236 Members
3645 Online
108759 Solutions
New Discussion юеВ

Re: Enterprise Directory Services v5.5 ECO 1 in HP Integrity

 
SOLVED
Go to solution
A.W.R
Frequent Advisor

Enterprise Directory Services v5.5 ECO 1 in HP Integrity

Hi,

We are preparing to move our application to OpenVMS on Integrity from Alpha.

It requires the Enterprise Directory services product.

We currently have on our Integrity servers:-

Enterprise Directory Services V 5.5 ECO1 OpenVMS V8.3-1H1
HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6 - ECO 4

on an HP rx2660 (1.40GHz/6.0MB)

The product installed and passed the IVP with no problems.

We then tried to run the :-

@SYS$STARTUP:DXD$CAED_UTILITY_CONFIGURE

It crashed with an access violation:-

A new version of DKA400:[DXD$SERVER.CAED_NATIVE]ADMINISTRATOR.INI
has been created

Please supply the HP AED Utility password :
Please re-type the password for verification :

Configuring the HP AED Utility, please wait...
%SYSTEM-F-ACCVIO, access violation, reason mask=90, virtual address=000000000000
001B, PC=0000000000000002, PS=46343649
%TRACE-F-TRACEBACK, symbolic stack dump follows
image module routine line rel PC abs PC
CXXL$LANGRTL CXXL$LRTS_VMS_UNWIND2 _Unwind_Resume
30728 0000000000001490 FFFFFFFF850DF490
JAVA$HOTSPOT_SHR 0 0000000000F9D9A2 000000000100D9A2
JAVA$HOTSPOT_SHR 0 0000000000A5ABF2 0000000000ACABF2
JAVA$JAVA JAVA Java$main_Jacket 11247 0000000000002842 0000000000032842
JAVA$JAVA MAIN_JACKET main 44563 0000000000000332 0000000000046982
JAVA$JAVA MAIN_JACKET __main 44521 00000000000000F2 0000000000046742
PTHREAD$RTL THD_THREAD thdBase 244744 0000000000005BE2 FFFFFFFF84543282
PTHREAD$RTL THD_INIT pthread_main 244538 00000000000006B2 FFFFFFFF844FA6B2
0 FFFFFFFF80B9EE92 FFFFFFFF80B9EE92
DCL 0 000000000006BD22 000000007AE0BD22
%TRACE-I-END, end of TRACE stack dump
%%% Unexpected error
%%% Configure failed : %SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virt
ual address=!XH, PC=!XH, PS=!XL
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000000002000
000C, PC=0000000000010020, PS=00000000

Any ideas as to what I can do to get around this?

Thanks
Andrew
4 REPLIES 4
Manjula M
New Member
Solution

Re: Enterprise Directory Services v5.5 ECO 1 in HP Integrity

Hi,

We could able to reproduce the problem with a combination of HP rx2660 and OVMS V8.31H1 IA64.

The ACCVIO is resulting from JRE executables being bundled with Enterprise Directory kit.
Currently, the JRE version bundled with Enterprise Directory is 1.4.2-1 which is resulting in ACCVIO.
This problem has been fixed in higher version of JRE.

When we replaced JRE 1.4.2-1 with JRE 1.5, the reported problem is not getting reproduced. In order
to workaround this problem please find below the steps to be carried out to download and install the required
JRE kit Version 1.5

Step 1: Download the kit "HP-I64VMS-JAVA150-V0105-5-1.PCSI_SFX_I64EXE " from the below location:
http://h18012.www1.hp.com/java/download/ivms/1.5.0/index.html

Step 2: Copy the above kit to VMS machine.

Step 3: Renaming the existing JRE directory located inside dxd$directory.
$ set def DXD$DIRECTORY
$ set def [.CAED_NATIVE]
$ rename JRE.DIR; JRE_orig.DIR;

Step 4: Change the current directory to the downloaded JRE kit location
$ set def

Step 5: Execute the below command to unpack the save sets.
$ RUN HP-I64VMS-JAVA150-V0105-5-1.PCSI_SFX_I64EXE

Step 6: Make sure the below savesets are available:

For example:
$ dir JRE-V150-5_*.sav /siz

Directory TRITON$DKC0:[TEST]

JRE-V150-5_A.SAV;1 258300
JRE-V150-5_B.SAV;1 23751

Total of 2 files, 282051 blocks.

Step 7: Create a temporary directory to extract only JRE files from saveset.
$ mkdir [.JRE15]
$ set def [.JRE15]

Step 8: Extract the files from the above savesets using the below commands
$ BACKUP [-]JRE-V150-5_A.SAV/SAVE [...]*.*
$ BACKUP [-]JRE-V150-5_B.SAV/SAVE [...]*.*

Step 9: rename the directory JRE15.dir to JRE.dir under dxd$directory and CAED_NATIVE.
For example:
$ rename JRE15.DIR TRITON$DKC0:[DXD$SERVER.CAED_NATIVE]JRE.DIR

Step 10: Open the below files and replace the string "JAVA$142_JRE_SETUP.COM" with "JAVA$150_JRE_SETUP.COM".
DXD$CAED_UTILITY_CONFIGURE.COM
DXD$CAED_UTILITY_STARTUP.COM
DXD$CAED_UTILITY_STARTUP_INPUT.COM

Step 11: Run CAED config utility.
$ @DXD$CAED_UTILITY_CONFIGURE

Best Regards,
Manjula
[X500 Engineering]
Ian Miller.
Honored Contributor

Re: Enterprise Directory Services v5.5 ECO 1 in HP Integrity

Andy, it looks like you have an answer but do report this formally as well.
____________________
Purely Personal Opinion
A.W.R
Frequent Advisor

Re: Enterprise Directory Services v5.5 ECO 1 in HP Integrity

Yes, we downloaded the kit as advised and it worked.

I beleive this has now been included with the next patch kit.

Thanks
Andrew
Manjula M
New Member

Re: Enterprise Directory Services v5.5 ECO 1 in HP Integrity

Andrew,

Yes, we are planning to bundle the working JRE kit in next ED release.

Best Regards,
Manjula