- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error in writing to 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
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
03-23-2006 07:09 PM
03-23-2006 07:09 PM
Im trying to install the Oracle 10g patchset.
Tmp directory is...
/dev/vg00/lvol10 6144000 2078276 3811821 35% /prod
Plenty of room, logged in as oracle user who owns all of the Oracle files in the tmp directory...
error reads...
Preparing to launch Oracle Universal Installer from /prod/tmp/OraInstall2006-03-
24_08-39-56AM. Please wait ...sh: /prod/tmp/Oracle_10g_patch/install/unzip: Exec
ute permission denied.
Error in writing to directory /prod/tmp/OraInstall2006-03-24_08-39-56AM. Please
ensure that this directory is writable and has atleast 69 MB of disk space. Inst
allation cannot continue.
: Error 0
Thanks in advance.
HPUX 11.11
Oracle 10g release 2 for PA RISC 64
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:11 PM
03-23-2006 07:11 PM
Re: Error in writing to directory
Check the permission for /prod/tmp/ , also for
/prod/tmp/Oracle_10g_patch/install/unzip ..
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:12 PM
03-23-2006 07:12 PM
Re: Error in writing to directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:15 PM
03-23-2006 07:15 PM
Re: Error in writing to directory
$ ls -ld /prod/tmp/OraInstall2006-03-24_08-39-56AM
Are you getting write permission there?
Check the whole directory structure of /prod/ directory for write permission.
$ find /prod -type d -exec ls -ld {} \;
will give that.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:15 PM
03-23-2006 07:15 PM
Re: Error in writing to directory
total 20292
-rw-r--r-- 1 root sys 10240000 Oct 7 13:27 PHSS_33033.depot
-rw-r--r-- 1 root sys 148372 Oct 10 13:32 PHSS_33033.text
drwxr-xr-x 2 root root 96 Feb 20 22:01 lost+found
drwxrwxrwx 6 oracle oinstall 1024 Mar 24 08:40 tmp
Oracle owns all in tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:18 PM
03-23-2006 07:18 PM
Re: Error in writing to directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:20 PM
03-23-2006 07:20 PM
Re: Error in writing to directory
Check directory and mount point permissions.
Can other use write to dir
does touch /tmp/test work
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:20 PM
03-23-2006 07:20 PM
Re: Error in writing to directory
You can't since you dont have permission for /prod in first place.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:20 PM
03-23-2006 07:20 PM
Re: Error in writing to directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:28 PM
03-23-2006 07:28 PM
Re: Error in writing to directory
You would rather choose
# chmod -R 755 /prod as root.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:39 PM
03-23-2006 07:39 PM