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
09-25-2000 06:18 AM
09-25-2000 06:18 AM
/opt
First, why did the swinstall not warn me that /opt would be filled by this patch application?
Second, is this /opt/pd fileset necessary (what does it do and can I remove it)?
Third, there was similarly installed an /opt/graphics fileset. What's the deal there?
TIA.
--Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2000 06:25 AM
09-25-2000 06:25 AM
Re: /opt
/opt/pd is part of the fileset DistributedPrint. If you dont want to ever use the distributed print facility then you can certainly swremove it to free up the space.
The basic install of your patches checks for available space, but it doesnt take into account the post-install customisation of these filesets, which can use up more space which you wont be warned about - as in your case. The swinstall didnt overflow /opt, the customisation of hte fileset above did. Not much you can do about that - its up to the programmers who write the postinstall script to check they have enough space before they go using up lots of space !!
/opt/graphics is part of the Xserver fileset. If you dont need to use X on your HP then you can also swremove this fileset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2000 06:41 AM
09-25-2000 06:41 AM
Re: /opt
Thanks.
--Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2000 06:43 AM
09-25-2000 06:43 AM
Re: /opt
Distributed print is not commonly used. Ive never seen a site that use it. As long as your not I dont see a problem removing it if you need the space. To see if a patch used this dir do;
swlist -l file | grep "/opt/pd/"
And it will list all filesets that use this dir, including patches and the distributed source fileset, all of which you can swremove - patches first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2000 07:20 AM
09-25-2000 07:20 AM
Re: /opt
If you'r enot using it, you can swremove the patch and the fileset - however, make sure you don't remove any of the dependencies. One of the dependencies for the DistributedPrint fileset is DCE, and if you remove that you will be reinstalling your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2000 07:42 AM
09-25-2000 07:42 AM
Re: /opt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2000 10:13 AM
09-25-2000 10:13 AM
Re: /opt
--Scott