Operating System - HP-UX
1828345 Members
2973 Online
109976 Solutions
New Discussion

Re: problem with patch creation

 
sajjan
Occasional Advisor

problem with patch creation

Hi,
I created the psf file with multiple filesets for patch creation .For me around 9 filesets are there in a single psf.I created the patch and installed ,but now it is not taking backup of all the 9 filesets(in /var/adm/sw/save/ ) .It is taking backup of 5th one only.Is there any suggessions for this.plz help.

here is the format for my psf
vendor
end
product
is_patch true

fileset1
is_patch true
ancestor
end

fileset2
is_patch true
ancestor
end
fileset3
is_patch true
ancestor
end
fileset4
is_patch true
ancestor
end
....

fileset9
is_patch true
ancestor
end

end
5 REPLIES 5
Muthukumar_5
Honored Contributor

Re: problem with patch creation

I hope this one is your's:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=963104

If you are having problem then use the same thread without creating new thread ;)

===

Is there any specific error message there when doing swpackage? Can you paste exact psf file you are using?

hth.
Easy to suggest when don't know about the problem!
sajjan
Occasional Advisor

Re: problem with patch creation

Hi,
While installing with the following command only i am facing this issue now.
swinstall -s -x patch_match_target=true

but for
swinstall -s patchname
it is working fine and all the nine filesets were installed properly.But the first command i need for the product that is relocated to the location other than default location.so please help
Muthukumar_5
Honored Contributor

Re: problem with patch creation

You are trying to install invidual patches with,

swinstall -s -x patch_match_target=true

Use patch_filter option with patch_match_target

hth.
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: problem with patch creation

Patch selection criteria is done based on, /var/adm/sw/defaults.patchfilters file. check swinstall with patch_filter keyword.

hth.
Easy to suggest when don't know about the problem!
sajjan
Occasional Advisor

Re: problem with patch creation

This solution also not solving my issue