1827286 Members
3847 Online
109717 Solutions
New Discussion

Re: Mirror-UX

 
j773303
Super Advisor

Mirror-UX

I was install the Mirr-UX in hpux 10.20, but failed in analysis as below message,

* Agent session started for user "root@F2CMH14W". (pid=7714)

* Beginning Analysis Phase.
* Source: F2CMH14W:/tmp/ptf/Mirror-UX
* Target: F2CMH14W:/tmp/ptf/Mirror-UX
* Target logfile:
F2CMH14W:/tmp/ptf/Mirror-UX/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
The prerequisite
"LVM.LVM-RUN,r>=B.10.20.%12,a=HP-UX_B.10.20_800,v=HP" for
fileset "LVM.LVM-MIRROR-RUN,r=B.10.20" cannot be successfully
resolved.
ERROR: The dependencies for fileset "LVM.LVM-MIRROR-RUN,r=B.10.20"
cannot be resolved (see previous lines).
You must resolve the above dependencies before operating on
this fileset or change the "enforce_dependencies" option to
"false".
* Executing preDSA command.
NOTE: Could not install the bundle "B2491BA,r=B.10.20" because none
of its filesets could be be installed.

* Summary of Analysis Phase:
ERROR: Exclude LVM.LVM-MIRROR-RUN,r=B.10.20
ERROR: 1 of 1 filesets had Errors.


But it the workstaion, the LVM-RUN had been existed,
# swlist -l fileset |grep -i lvm
# LVM B.10.20 LVM
LVM.LVM-ENG-A-MAN B.10.20
LVM.LVM-JPN-E-MAN B.10.20
LVM.LVM-JPN-S-MAN B.10.20
LVM.LVM-KRN B.10.20 HP-UX Kernel support
for the Logical Volume Manager
LVM.LVM-RUN B.10.20

Does anyone has the experinece about this problem? Thanks .
Hero
4 REPLIES 4
Karthik S S
Honored Contributor

Re: Mirror-UX

If it is already existing then set the enforce_dependencies options to false.

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
j773303
Super Advisor

Re: Mirror-UX

How to set it ? Thanks!
Hero
Karthik S S
Honored Contributor

Re: Mirror-UX

swinstall -s source_path -x enforce_dependencies=false product_name


Or else you can set it from the swinstall interactive windows also. swinstall -> options -> change options ->

uncheck the following,
Enforce dependency analysis errors in agent
Enforce script failures

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
G. Vrijhoeven
Honored Contributor

Re: Mirror-UX

Hi,

I think you need to install from the application cdrom. I would not advise you to change the enforce_dependencies option.
( options tab in interactive swinstall window).

Gideon