- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to set the temporary disk space
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
01-28-2005 02:59 AM
01-28-2005 02:59 AM
how to set the temporary disk space
hp just installed fine. assigned 1GB for /tmp. but when I try to install using swinstall it keeps saying not enough disk space for temporary disk files.
I have tried changing /usr/tmp to link to a tmp directory on a different disk with ample space.
I was trying to do the same for /tmp but cant. Says drive is busy.
Is there an environment setting i can set to point to a different directory for tmp?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:04 AM
01-28-2005 03:04 AM
Re: how to set the temporary disk space
the env variable is TMPDIR.
export TMPDIR=/some_new_dir
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:10 AM
01-28-2005 03:10 AM
Re: how to set the temporary disk space
TEMP=/other_location; export TERM
A 1 gig /tmp space seems plenty large.
When installing Oracle, I have had to remove left over files from failed installs to get enough space.
Look at /tmp and see if you need to remove some forgotten trash.
fuser -u /tmp/* Will show files that are open and that you should not delete.
I have a utility that remove /tmp files that have not been accessed for more than 12 hours. The utility also has an exclude list.
Rory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:14 AM
01-28-2005 03:14 AM
Re: how to set the temporary disk space
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:17 AM
01-28-2005 03:17 AM
Re: how to set the temporary disk space
A file I/O error has occured on this system. Make sure that you have enough disk space in the directory used for temporary disk files. This directory is usually "/usr/tmp" or "/tmp".
I check those directories and there are still almost 1GB free space.
This error message pops up when I click Ok after specifying the source for the swinstall (via SAM)
Any other suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:22 AM
01-28-2005 03:22 AM
Re: how to set the temporary disk space
I dont think installing this requires my TMPDIR to be large. Maybe my mount parameters for the CDROM are at fault?
The entry in /etc/fstab is:
/dev/dks/c0t2d0 /cdrom cdfs ro,suid 0 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:25 AM
01-28-2005 03:25 AM
Re: how to set the temporary disk space
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:25 AM
01-28-2005 03:25 AM
Re: how to set the temporary disk space
echo "hello" > /tmp/xxx
echo "hello" > /var/tmp/xxx
I/O error doesn't sound like a space problem.
check perms on /tmp /var/tmp
drwxrwxrwt 3 bin bin 3072 Jan 28 08:20 /tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:31 AM
01-28-2005 03:31 AM
Re: how to set the temporary disk space
no problems writing in /tmp and /var/tmp. permissions are ok.
can you see any problems with my mount options for the cdrom?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:36 AM
01-28-2005 03:36 AM
Re: how to set the temporary disk space
I have a directory:
/CDROM
My CD drive has an address:
/dev/dsk/c3t2d0
I mount the drive with the following command:
mount -r -F cdfs /dev/dsk/c3t2d0 /CDROM
and then run swinstall
Rory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:43 AM
01-28-2005 03:43 AM
Re: how to set the temporary disk space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 04:17 AM
01-28-2005 04:17 AM
Re: how to set the temporary disk space
If "mount" shows the CD mounted and you can do a ls /CDROM/* (or your location) and list the directory, And you can look at the contents of file. (cat README, etc) Then the I/O error might have to do with something like an incorrect path in your swinstall directory string
ioscan -fnC disk should show your CD hardware path
Rory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 07:29 AM
01-28-2005 07:29 AM
Re: how to set the temporary disk space
Anyway, I was able to workaround the problem. Just unmounted /cdrom from the console and had swinstall's "Find Local CD" to do the mounting for me.
Thanks to you all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 07:31 AM
01-28-2005 07:31 AM