- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11.0 Install Cleanup
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
06-12-2001 11:05 AM
06-12-2001 11:05 AM
HPUX 11.0 Install Cleanup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 12:08 PM
06-12-2001 12:08 PM
Re: HPUX 11.0 Install Cleanup
I assume that you applied a current General Release (GR) or Hardware Critical (HWCR) bundle as a part of the cold installation process. Given this, I'd run the 'cleanup' utility to remove superseded patches. Do a 'man cleanup' for more details. I generally run 'cleanup' without any options.
There shouldn't be any core OS products that you should need to remove. Disk space is really very small for the operating system filesets in my opinion. You have a very viable installation if/when done properly.
If for some reason you do not have the 'cleanup' utility, download patch PHCO_22044 for 11.0.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 12:47 PM
06-12-2001 12:47 PM
Re: HPUX 11.0 Install Cleanup
Be careful what you remove since some services are bundled together. For example, support for rpc's (remote procedure calls) is included with NFS, specifically in the NFS.NFS-CORE fileset.
If you are certain that you do not want something, check out cleanup and swremove.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 01:12 PM
06-12-2001 01:12 PM
Re: HPUX 11.0 Install Cleanup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 10:40 PM
06-12-2001 10:40 PM
Re: HPUX 11.0 Install Cleanup
Ah, sorry, I was thinking about 'cleanup' as run on 10.20.
On 11.0, once you are satisfied that your patches are stable, I'd do:
# cleanup -n -c 1
...JRF...