- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Patch installation error (/var/adm/sw/save)
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
04-17-2005 06:52 PM
04-17-2005 06:52 PM
ERROR: The used disk space on filesystem "//var/adm/sw/save" is ││
│ │ estimated to increase by 269152 Kbytes. ││
│ │ This operation will exceed the absolute limit on this volume ││
│ │ by 101151 Kbytes. You should free up at least 107828 Kbytes ││
│ │ to avoid installing beyond the minimum free threshold of ││
│ │ available user disk space.
I have around 159MB free space left in /var/adm/sw/save. I think the patchset is looking for more space in the filesystem. But when i dont know how to free some space since all the files inside this filesystem are system related patches.Is there any other command to cleanup some space in the fils
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 07:02 PM
04-17-2005 07:02 PM
Solutionthis filesystem is used to keep the files before you installed the patch, so you'll be able to rollback the changes. There are two solutions:
1. Delete those files. You can do it with an utility called "cleanup", that deletes the files of patches that were superseeded. This procedure is called "commiting the patch". Read manual pages about "cleanup" to understand it better.
2. Just extend the filesystem, so you'll have enough space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 07:03 PM
04-17-2005 07:03 PM
Re: Patch installation error (/var/adm/sw/save)
See for some unused files in the /var directory. What was the original size of /var. If no big unused files are found then you need to increase /var file system by atleast 250MB as 110MB more is required right now. There are different ways to do it. Check for some core files with
#find /var -name core -print
If found remove them.
Find all files of size above 1MB in /var by
#find /usr -size +1000000c -exec ll {} \;
and post output. Also post bdf output.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 11:47 PM
04-17-2005 11:47 PM
Re: Patch installation error (/var/adm/sw/save)
find /var -size +1000000c -exec ll {} \;
Also, you can run the command to clean up older patch versions on your system as well:
cleanup -t
This will trim the SD log files and create some space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 12:16 AM
04-18-2005 12:16 AM
Re: Patch installation error (/var/adm/sw/save)
/var/adm/sw/save. And also i have installed the patchset successfully.
Thank you all for your support.
Thanks
Navin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 12:23 AM
04-18-2005 12:23 AM
Re: Patch installation error (/var/adm/sw/save)
If your problem is resolved you can assign points and close the case.
Regards,
Devender