1836611 Members
1941 Online
110102 Solutions
New Discussion

make_tape_recovery:

 
Joe Robinson_2
Super Advisor

make_tape_recovery:

I am seeing the following error when running make_tape_recovery:

ERROR: Fileset: "Ignite-UX.FILE-SRV-10.20" (rev=B.2.4.307)is a different version than the rest of Ignite-UX (rev=B.4.1.61). You must update all filesets of the product...

After seeing this problem, I used swremove to remove Ignite-UX, swlist to verify it was removed, and then reinstalled the depot file. This one FILE-SRV is the only fileset that shows up; how can I update this particular fileset?

Thanks in advance,
Joe
2 REPLIES 2
Manju Kampli
Trusted Contributor

Re: make_tape_recovery:

Hello Joe,

was the system upgraded from 10.20 to 11.X .. you may have to remove both the version of Ignite-UX first and then re-install the new version of Ignite-UX .. removeing the B.4.1.61 may not have removed the B.2.4.307 .. please use swlist -l fileset command to verify this (after doing swremove)

hope this helps,
Manju
Never stop "LEARNING"
Jerome Baron
Respected Contributor

Re: make_tape_recovery:

Hi Joe,

1. Check for mulitple copies of Ignite-UX

#swlist -l fileset |grep -i ign

Example output.

Ignite-UX A.1.48 HP-UX System Installation Services
Ignite-UX.FILE-SRV-10-20 A.1.48 File Archives Used By Clients
During
HP-UX Install
Ignite-UX B.2.3.205 HP-UX System Installation Services

2. If multiple copies of Ignite are still on the system after the upgrade.
Perform the following to remove the old version of Ignite-UX.

# swmodify -u Ignite-UX.FILE-SRV-10-20
# swmodify -u Ignite-UX,r=A.1.48

NOTE: If the product name is the same for two entries the r= will need to be
used to specify which revision to remove.



Final Note: This error occurs when you upgrade Ignite and do not choose the
full Ignite bundle. It is recommended that, if you only wish to upgrade the
11.x Ignite filesets, you should first swremove the old 10.x Ignite filesets.

Regards,
Jerome