- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Determining the current working 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
08-29-2001 07:20 AM
08-29-2001 07:20 AM
Determining the current working directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 07:30 AM
08-29-2001 07:30 AM
Re: Determining the current working directory
Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 07:37 AM
08-29-2001 07:37 AM
Re: Determining the current working directory
I am not sure what database you are installing, but if it's oracle you have to set the ORACLE home and path variables to run the installation.
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 07:40 AM
08-29-2001 07:40 AM
Re: Determining the current working directory
Perhaps the installation process is installing where you are when issuing the installation process ( by dowing a pwd command ).
So if you do a change dir on the cdrom to launch the install process, this would result on errors.
1.You better change to the directory where you want to install and launch the install process by giving the absolute path from root dir "/".
2. Or, change dir to /tmp and absolute path launch of the install process giving the target directory ( which is different from /tmp of course ).
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 08:50 AM
08-29-2001 08:50 AM
Re: Determining the current working directory
Is it possible that it tries to create the directory where you specify the database to be installed, and fails if it is unable to create the directory. In that case it will fail with errors if you specify an existing directory or roor (/) to install the Database.
Can you post the error you are receiving when you specify an existing directory to install the database. What database is it anyway?.
Hope this helps
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 10:07 AM
08-29-2001 10:07 AM
Re: Determining the current working directory
#PWD=Your Directory
#export PWD
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 05:38 AM
08-30-2001 05:38 AM
Re: Determining the current working directory
ERROR: The destination directory cannot be the current working directory.
(Destination directory = target installation directory)
There are no environment variables to set, based on the installation instructions. I tried export PWD="/tmp" then running the install program all in the same script, but that didn't work either. Any more suggestions would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 07:29 AM
08-31-2001 07:29 AM
Re: Determining the current working directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 07:45 AM
08-31-2001 07:45 AM
Re: Determining the current working directory
I've seen problems relating to the current working directory if the permissions didn't allow the user to access the directory. Of course this only became apparent when the filesystem was unmounted.
Note that I've only seen this on 10.20 systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 09:20 AM
09-05-2001 09:20 AM
Re: Determining the current working directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 09:25 AM
09-05-2001 09:25 AM
Re: Determining the current working directory
I've seen a directory owned by root and 700 stop an install in a sub directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 11:13 AM
09-05-2001 11:13 AM
Re: Determining the current working directory
My suggestion
Install your software on /usr/usr1/tbc. Then move whole directory structure to /usr
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 11:58 AM
09-05-2001 11:58 AM
Re: Determining the current working directory
If the install does not require input once started then:-
Cron the install routine but be sure to set env variables in the cron job.
Set it for 5 min in the future, then sit back an monitor it.
It might work ???
Paula