- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- switching of /tmp directory
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-13-2010 03:43 AM
тАО03-13-2010 03:43 AM
First of all i know this is oracle database related post but I coul'nt find an answer from that forum thats why going to post here.
I am intalling oracle 11g r2 on HP-UX. For pre-requisite I need 500mb free space in /tmp but I have 244 mb space in /tmp.
What I did is I just create a /tmp folder on /u01/tmp and change the following path so that I could use this folder for Oracle Installation.
# export TEMP=/u01/tmp
# export TMPDIR=/u01/tmp
# export ORACLE_BASE=/u01/app/oracle
# export ORACLE_HOME=/u01/app/oracle/10gr1
# export LD_LIBRARY_PATH=/u01/app/oracle/10gr1/lib
# export PATH=/u01/app/oracle/10gr1/binPATH
When I execute the installer it throws the follwoing error:
Starting Oracle Universal Installer...
Checking temp space: 244 MB available, 415 MB required. Failed <<<<
Checking swap space: must be greater than 150 MB. Actual 4096 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Some requirement checks failed. You must fulfill these requirements before
continuing with the installation,
Continue? (y/n) [n] n
User Selected: No
It seems the installer treating the /tmp on root as a temp directory.I dont know where I did mistake.
Any help would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2010 05:29 AM
тАО03-13-2010 05:29 AM
SolutionHTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2010 05:48 AM
тАО03-13-2010 05:48 AM
Re: switching of /tmp directory
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2010 06:23 AM
тАО03-13-2010 06:23 AM
Re: switching of /tmp directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2010 07:05 AM
тАО03-13-2010 07:05 AM
Re: switching of /tmp directory
Really?