- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unistalling patches...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
02-14-2005 06:52 PM
02-14-2005 06:52 PM
Two weeks back i installed Hp-ux dld deadlock patch PHSS_30970 for fixing dld bug. The patch got installed successfully. But now our users are facing problem while compiling c programs. When i look into the files under /usr & /usr/lib, all the header files got overwritten. Is there any other way we can uninstall the patch & make the header files as previous.
If so, pls let me the procudures.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:08 PM
02-14-2005 07:08 PM
Re: Unistalling patches...
Use swremove and select the patch and remove.
or use #swremove < product name>
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:19 PM
02-14-2005 07:19 PM
Re: Unistalling patches...
I tried with the following comd & it rerurned with some errors.
# swremove PHSS_30970
======= 02/15/05 13:40:49 IST BEGIN swremove SESSION
(non-interactive) (jobid=peterpan-0067)
* Session started for user "root@peterpan".
* Beginning Selection
* Target connection succeeded for "peterpan:/".
* Software selections:
+ BUNDLE,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
PHSS_30970.C-ENG-A-MAN,l=/,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_B.11.11_32/64
PHSS_30970.C-INC,l=/,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-
* Beginning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swremove.last".
ERROR: "peterpan:/": One or more filesystems that appear in the
filesystem table are not mounted and cannot be mounted.
* The analysis phase failed for "peterpan:/".
* Analysis had errors.
NOTE: More information may be found in the agent logfile using the
command "swjob -a log peterpan-0067 @ peterpan:/".
======= 02/15/05 13:41:12 IST END swremove SESSION (non-interactive)
(jobid=peterpan-0067)
I can understand what is the error. We can ignore this error if we do a swremove thru SAM
by unchecking the option "Mount filesystem in /etc/fstab".
Can anyone let me know how to run in command line to remove the patch by ignoring the above error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:25 PM
02-14-2005 07:25 PM
Re: Unistalling patches...
I had this kind of pbs and tried to uninstall the patch for dld.sl. It scratched the system and it was impossible to restore by manual operations => Ignite "you 're well come".
So look at a week-end to try to uninstall the patch .
- If it 's Ok you 'r lucky :-)
- Else it's a "known nornal bug" and you can reinstall you computer. :-))
B.R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:58 PM
02-14-2005 07:58 PM
Re: Unistalling patches...
Use swremove -x with the following option.
mount_all_filesystems=false
---------------------------
By default, the swremove command attempts to automatically mount all filesystems in the /etc/fstab
file at the beginning of the analysis phase, to ensure that all listed filesystems are mounted before
proceeding. This policy helps to ensure that files which may be on mounted filesystems are available to be removed.If set to false, the mount operation is not attempted,and no check of the current mounts is performed.
you can also add this entry to the /var/adm/sw/defaults file to make this option by default.
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 10:44 PM
02-14-2005 10:44 PM
Re: Unistalling patches...
Regards,
Navin