- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Reloading patches
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 07:02 AM
01-10-2001 07:02 AM
Reloading patches
Why does swinstall do this for some patches but not others? I have an old system that has been patched and patched. Certain patches won't configure with swconfig saying that they need other filesets but the filesets are already there.
Is there any way to force an installation of a given configuration of the OS short of starting from scratch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 07:35 AM
01-10-2001 07:35 AM
Re: Reloading patches
from command line you could add to swinstall the option
-x reinstall=true -x reinstall_files=true
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 07:45 AM
01-10-2001 07:45 AM
Re: Reloading patches
How many patches are we talking ?
whats the output from swlist -l fileset -a state and the patches we are talking ?
My advise at the moment is have a backup made first and be very careful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 08:43 AM
01-10-2001 08:43 AM
Re: Reloading patches
Last night I reloaded workstation ACE Dec 99 including core OS with rienstall existing filesets set on (through swinstall config GUI). At that point it could not make kernal due to unreferenced variables. So I continued on with swinstall using the Quality Pack CD, also with reinstall existing filesets set true. Kernal build OK, HP VUE OK. Pro/ENGINEER core dumps!
Swinstall refused to reinstall over 100 of the patches on the quality pack CD with the message "To reinstall this patch, deinstall it first before attempting to reinstall it".
I did not have the override errors config turned on. I am bold but not that bold.
The attached file has the output from swlist -l fileset -a state. It shows all the patches configured. Obviously, some of the newer patchs were overwritten even though I did not set swinstall to overwrite newer files. HELP!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 09:34 AM
01-10-2001 09:34 AM
Re: Reloading patches
If you read the patch descriptin of some patches it says that you need de-install the patch before reinstalling it.
Read the patch description first.
A Advise don't reinstall patch PHKL_16751 for 10.20 or PHKL_18543 for 11.X, this will cause more problems.
You have some products in a installed state, run "swconfig \*"
Good Luck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 11:53 AM
01-10-2001 11:53 AM
Re: Reloading patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 01:36 AM
01-11-2001 01:36 AM
Re: Reloading patches
swmodify -u should do the trick.
read the man page for swmodify.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2001 01:20 PM
01-12-2001 01:20 PM
Re: Reloading patches
At some point I will have to try installing the Dec 99 ACE and Quality Pack again but I will be much more careful about selecting the patches to apply. No more Match What System Has!!!
I have just one problem remaining:
This machine has 2 ethernet interfaces, the built in 10 mbs interface and a 100 mbs add in card. When the system boots, it makes a special file /dev/lan0. It is creating it with major number 76 which corresponds to the btlan3 driver. I need this file to have a major number of 52 which corresponds to driver lan2. I have several license managers which look at /dev/lan0 to get the machine ID. They are getting the wrong ID and refusing to let my software run.
I can restore the correct /dev/lan0 file from tape or I can create a new one with mksf -d lan2 -H 8.16.6 -I 0 -v -i /dev/lan0. Everything seems to work OK until the machine reboots, then it makes a new /dev/lan0 file.
What is creating this file and how do I make it stop???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2001 03:38 PM
01-16-2001 03:38 PM
Re: Reloading patches
Also you can try removing btlan driver from the kernel if that helps.