- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error in vi editor
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
тАО02-21-2006 06:39 AM
тАО02-21-2006 06:39 AM
error in vi editor
Iam getting the following error while creating a file in vi editor , can anyone help me to get resolve it"sample"
msgcnt 1052 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block ext
ent)
No space left on device [Warning - sample is incomplete]
Your edited changes will be lost if you do not complete a successful
write command before exiting. If you were writing out to your original
file, the previous contents of that file have been destroyed. Contact
your System Administrator BEFORE exiting if you need assistance.
[Hit return to continue]
I have given du and df both showing 0 blocks.
Thanks in advance
Dhamodharan.s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 06:42 AM
тАО02-21-2006 06:42 AM
Re: error in vi editor
u need to do something with the lvm..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 06:43 AM
тАО02-21-2006 06:43 AM
Re: error in vi editor
Run the following command on the system:
find / -xdev -size +1000000c
This will show you the large files on your root file system.
Probably at least one of these doesn't belong.
If you post the output from the above command here, people will be able to add additional guidance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 07:02 AM
тАО02-21-2006 07:02 AM
Re: error in vi editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 07:03 AM
тАО02-21-2006 07:03 AM
Re: error in vi editor
To override the workarea you could either place a value in .exrc or a one liner-
EXINIT "set dir=/tmp" vi /etc/fstab
HTH
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 07:03 AM
тАО02-21-2006 07:03 AM
Re: error in vi editor
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 08:09 AM
тАО02-21-2006 08:09 AM
Re: error in vi editor
Use #bdf and identify the file system status. Cleanup / file system, as you have mentioned the error indicates, root file stem is full. And also you need have separate file systems for /home, /var, /usr ..
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 11:07 AM
тАО02-21-2006 11:07 AM
Re: error in vi editor
it seems ur root filesystem is full. u can try the following command
#dmesg (see the output)
#find / -size +1000000c -print
it will display the large file..
find out if can move some unwanted file to other location or can tar (tar -cvf file.tar file_name) files.
Cheers
indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 11:56 AM
тАО02-21-2006 11:56 AM
Re: error in vi editor
my BDF output is# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 204800 204800 0 100% /
/dev/vg00/lvol1 295024 29744 235776 11% /stand
/dev/vg00/lvol8 1560576 175600 1376528 11% /var
/dev/vg00/lvol7 2301952 1157024 1136000 50% /usr
/dev/vg00/lvol4 204800 162056 42440 79% /tmp
/dev/vg00/lvol6 1323008 1023520 297344 77% /opt
/dev/vg00/lvol5 20480 6272 14136 31% /home
#
DMESG output is
# dmesg
Feb 21 19:54
...
k extent)
msgcnt 973 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
nt)
msgcnt 975 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
nt)
msgcnt 977 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
nt)
msgcnt 979 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
nt)
msgcnt 981 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
nt)
msgcnt 983 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
nt)
msgcnt 985 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
nt)
msgcnt 987 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 12:42 PM
тАО02-21-2006 12:42 PM
Re: error in vi editor
You have your answer in that the "/" filesystem is full.
To see where the space is consumed, do:
# du -xk /|sort -k1nr|more
This sorts into descending order the largest-to-smallest usage.
It is very possible that a backup was run to a regular file instead of a special device file. Thus, look in '/dev' for non-special files. Typing '/dev/rmt/om' instead of '/dev/rmt/0m' is a common mistake and will usually fill the '/dev' directory in '/'.
The kernel reports the '/' mountpoint as '/dev/root'.
Regards!
...JRF...