Operating System - HP-UX
1846734 Members
3580 Online
110256 Solutions
New Discussion

securepath 3.0f & hp-ux 11.11

 
SOLVED
Go to solution
Alexis_12
Occasional Contributor

securepath 3.0f & hp-ux 11.11

i want to install securepath 3.0F onto hp-ux 11.11 system, but get this:

...
* Installing fileset "HPswsp.files,r=A.3.0F.00F.00F" (1 of 1).
HPswsp PostInstall is Running...
Auto Path Services started
NOTE: Building a new kernel based on template file "/stand/system"
Generating module: krm...
Compiling /stand/build/conf.c...
Generating module: hpap...
Loading the kernel...
ld: Unsatisfied symbol "ulm_ioctl" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_deregister" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_aio_strategy" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_open" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_close" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_aio_cancel" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_aio_mincnt" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_register" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_strategy" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied protected symbol "ulm_ioctl" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_deregister" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_aio_strategy" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_open" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_close" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_aio_cancel" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_aio_mincnt" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_register" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_strategy" in file "/stand/build/mod_wk.d/hpap/smod.o"
18 errors.
*** Error exit code 1

Stop.
make failure.
ERROR: The command "/usr/sbin/mk_kernel", which is used to rebuild
the kernel, has failed. Because kernel-related filesets were
installed, this command must be executed by "swinstall",
without failures, before the load can continue. Check the
above output for details about the failure.
...

what is wrong? what it need?

4 REPLIES 4
Robert-Jan Goossens
Honored Contributor
Solution

Re: securepath 3.0f & hp-ux 11.11

Hi,

Check this doc.

Submitted Date: 6/23/05
Title: Install of Secure Path 3.0 fails with protected symbol errors
Document ID: KBRC00016967

Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079687794

US
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079687794

Regards,
Robert-Jan
Rainer von Bongartz
Honored Contributor

Re: securepath 3.0f & hp-ux 11.11


you need to install the ULM Service
( SCSI Upper Layer Module Service ) first.

I think it is on the application CR #1

Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Rick Garland
Honored Contributor

Re: securepath 3.0f & hp-ux 11.11

Just went through this on 11.11

If the HPswsp is installed (because of this attempt), remove it. This will reboot the system.

The ULM Servives must be installed 1st. This is located on the 1st application CD - can use either the Mar 2004 or the June 2004. This will cause a reboot.

I them installed the Oct 05 patch bundle for 11.11 - a reboot.

After the reboot you can install the HPswsp.

We have an EVA 8000 so we are using the ACTIVE:ACTIVE package.

4 reboots were required - could not do it with less.

NOTE - our /stand/symtab file went away the 1st time we tried this. I restored the latest version of the symtab file from backup tapoe and all went well.



Alexis_12
Occasional Contributor

Re: securepath 3.0f & hp-ux 11.11

thanx guys! it's work.