- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can I avoid filling /var when doing swcopy?
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
05-19-2005 02:25 AM
05-19-2005 02:25 AM
Can I avoid filling /var when doing swcopy?
I need to convert a sw depot so that I can do remote swinstalls. It's a patch bundle that thinks it's on a tape so will only allow local install.
when I run a swcopy -s /xyz/blah.depot \* @ /xyz/banana.depot it complains that I don't have enough space in /var.
Are there any trick options that will get me around my lack of space in /var ??
Many thanks
Ian
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 02:30 AM
05-19-2005 02:30 AM
Re: Can I avoid filling /var when doing swcopy?
Does /var/adm/sysadm have any log files that you can truncate or null out? How is the syslog.log? The mail.log?
Have you done the cleanup command?
These are just some examples.
Issue the following commands;
# cd /var
# du . -ka | sort -nr | more
The output will tell you in ascending order what the biggest files are. From there you can develop a game plan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 02:51 AM
05-19-2005 02:51 AM
Re: Can I avoid filling /var when doing swcopy?
a similar thread with good solutions :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=220649
regards
Henk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 02:53 AM
05-19-2005 02:53 AM
Re: Can I avoid filling /var when doing swcopy?
Provided your new filesystem is big enough to handle all the new patch information and increase in the log file sizes, you should not get anymore complaints.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 03:00 AM
05-19-2005 03:00 AM
Re: Can I avoid filling /var when doing swcopy?
I should check my workings - I missed the "@" out of my swcopy so the target was the default under /var
Doh!
ttfn
Ian
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 04:49 AM
05-19-2005 04:49 AM
Re: Can I avoid filling /var when doing swcopy?
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me