- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: custom patch manager make_depot problem
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
07-08-2003 08:39 AM
07-08-2003 08:39 AM
custom patch manager make_depot problem
I'm having a problem when I try to use the make_depot script that comes with my custom patch bundle.. I download all the patches ok, but when it goes to decompress the patches it tries to do it in the /tmp directory and I don't have enough space there for some of the patches to be expanded, so it fails. I have plenty of room for the patches in the destination depot directory..
Any advice would be appreciated.. thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 08:43 AM
07-08-2003 08:43 AM
Re: custom patch manager make_depot problem
There are probably processes with open files that haven't terminated yet, even though the files themselves are gone.
/tmp is a suggestion for creating the depot, not a requirement.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 08:45 AM
07-08-2003 08:45 AM
Re: custom patch manager make_depot problem
hence I suppose I could go into the script and try to change every occurance of /tmp to something else.. just wondered if there were an easier way..
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 08:51 AM
07-08-2003 08:51 AM
Re: custom patch manager make_depot problem
Part of the problem is that unpacking the shell archive uses 'here' documents which create temporary files in '/tmp'. The location of these temporary files is not user-managable.
If this is an 11.0 system, this behavior was changed with patch PHCO_20816 (where PHCO_27344 is the lastest superceding patch).
With this patch, Posix shell 'here' documents are deposited in '/var/tmp' instead of the usually smaller 'tmp'.
If this is 11.11, this should be inherent.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 08:53 AM
07-08-2003 08:53 AM
Re: custom patch manager make_depot problem
Steve's right, you're not locked in to using /tmp. The README file with the bundle informs you that the make_depot will need 2-3 times more space than the size of the patches.
Just did the same thing this past weekend, find a place on your server that has some room, the depot file I ran was 220mb for only 70 patches. I created a directory named patches in a file system with extra space and copied the xxxx.sh file there, did the sh on it and ran make_depot, badda boom! badda bing! It's such a sweet thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 10:01 AM
07-08-2003 10:01 AM
Re: custom patch manager make_depot problem
Is my only option then to make the depot manually?
thanks
John H.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 10:18 AM
07-08-2003 10:18 AM
Re: custom patch manager make_depot problem
That is one of the disadvantages of using cpm. You will need a /tmp of at least 512Mb and that is if you install frequently. It asks you during the download and again during the creation process if your have XXX space in /tmp. You should try to modify your script to make it go to another directory, or increase /tmp at the next available time.
Sorry,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 10:20 AM
07-08-2003 10:20 AM
Re: custom patch manager make_depot problem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 10:28 AM
07-08-2003 10:28 AM
Re: custom patch manager make_depot problem
nevertheless I appreciate your help.. I've changed the script and will see if that will work..
John H.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 07:31 AM
07-09-2003 07:31 AM
Re: custom patch manager make_depot problem
It may help
See Attached
Cheers
Rich