- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall - I/O error, /tmp or /usr/tmp not big en...
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
02-26-2001 12:17 PM
02-26-2001 12:17 PM
swinstall - I/O error, /tmp or /usr/tmp not big enough
I cannot get the swinstall utility to work when I tried to install Ignite-ux bundle.
The error says that I do not have enough space in the tmp or /usr/tmp directory. My /tmp is 60 Mb and I also increased to 80 Mb and still receiving the same message. Could it be something else??
System is:
HP 9000 E25, 64 Mb RAM, 2 Gig HDD, 11.0 hp-ux.
Any ideas where I went wrong?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 12:59 PM
02-26-2001 12:59 PM
Re: swinstall - I/O error, /tmp or /usr/tmp not big enough
First thought, you said you have /tmp now at 8mb. But how much is actually free?? (I generally set /tmp to about 100mb or so....but that's a personal decision)
Second idea, if you have enough space in /tmp, then I might try stopping swagentd and restarting
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
...then retry the install..
Just a couple things to try...no guarantees !
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 01:08 PM
02-26-2001 01:08 PM
Re: swinstall - I/O error, /tmp or /usr/tmp not big enough
Then size the filesystems according to it's recommendations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 06:45 PM
02-26-2001 06:45 PM
Re: swinstall - I/O error, /tmp or /usr/tmp not big enough
HP 9000 E25, 64 Mb RAM, 2 Gig HDD, 11.0 hp-ux.
is extremely small, especially the disk. I don't think you can even buy a 2 Gb disk anymore.
/tmp is OK at 30 to 50 megs but /var should be 750 to 2500 megs in size depending on what you need for the apps that you are running. Your problem with swinstall will continue to get worse.../var/adm/sw will grow with every patch and application. Time for a lot more disk space.
NOTE: there is no such directory as /usr/tmp. Use the command:
ll -d /usr/tmp
Just like /bin and /lib, these are obsolete directory names and your system is using transition links (aka, symbolic links) to keep the old paths alive. You need to add lots of space to /var/tmp. (the swinstall error message needs to be updated)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 02:07 AM
03-13-2001 02:07 AM
Re: swinstall - I/O error, /tmp or /usr/tmp not big enough
The file /var/adm/sw/.codewords does not exist and need to be created.
touch /var/adm/sw/.codewords
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 03:52 AM
03-13-2001 03:52 AM
Re: swinstall - I/O error, /tmp or /usr/tmp not big enough
sh PHSS_1234
for exa,ple..;
you can try to unpack it on another server
with more disk space and swreg the depot
then install it over the network
After touching /var/adm/sw/PATCH_NOSAVE
but there are disadvantages of doing that
you might want to man swinstall
Make an ignite tape before installing the
patch. you can download that free and it's not
so big from software.hp.com/products/IUX/
Use bdf in anycase to report filesystem sizes
you might want to increase their size.
Later,
Bill