- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with vi
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
07-28-2003 04:38 AM
07-28-2003 04:38 AM
Example: vi /etc/resolv.conf
"/dba_wrk31/tmp" No such file or directory.
This is a brand new server that was just Ignited. There is no problem with vi on the server where the tape was made.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 04:41 AM
07-28-2003 04:41 AM
Re: Problem with vi
create a tmp directory under /dba_wrk31 file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 04:41 AM
07-28-2003 04:41 AM
Re: Problem with vi
Vi needs space in a tmp file system to be able to work properly, and your error does say there is no such file or directory so maybe there is a prob;em wiht your tmp space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 04:43 AM
07-28-2003 04:43 AM
Re: Problem with vi
vi uses the /tmp to create file for editing.
It looks like you have some strange settings that redirects /tmp -> /dba_wrk31/tmp
Is uppose that this directory does exists on the source server, but not here, is it true ?
Maybe creating it will fix everything.
First check could be:
- alias
- environtment variables
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 04:44 AM
07-28-2003 04:44 AM
Re: Problem with vi
Clear some space and try again.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 04:45 AM
07-28-2003 04:45 AM
SolutionCheck the value of your TMPDIR environment variable.
echo $TMPDIR
I bet it is set to the directory you specify in your post.
If it is, either unset it or set it to something that exists.
Cheers!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 04:48 AM
07-28-2003 04:48 AM
Re: Problem with vi
One way to create this error is to have the environmental variable TMPDIR set to '/dba_wrk31/tmp' (in this case). To verify, examine your environment with:
# env|grep TMPDIR
If set, it'r probably done in your $HOME/.profile.
Regards!
...JRF...