Operating System - HP-UX
1826703 Members
2503 Online
109696 Solutions
New Discussion

/stand: create/symlink failed, no inodes free

 
shikhar_1
Regular Advisor

/stand: create/symlink failed, no inodes free

Hi,

 

It is regarding the error we are getting with /stand FS.Although i am able to read the kernel file.

 

ebzwlp05:>touch hi

/stand: create/symlink failed, no inodes free
touch: hi cannot create
ebzwlp05:>

ebzwlp05:>bdf -i /stand
Filesystem          kbytes    used   avail %used  iused  ifree %iuse Mounted on
/dev/vg00/lvol1     505392   65024  389824   14%     69  50107    0% /stand

 

ebzwlp05:>echo "boot_string/S" | adb -k /stand/vmunix /dev/kmem
boot_string:
boot_string:    disk(0/1/1/0.0.0.0.0.0.0;0)/stand/vmunix
ebzwlp05:>

ebzwlp05:>fsadm -F hfs /dev/vg00/rlvol1
file system             :     /dev/vg00/rlvol1
magic number            :                95014
feature bits            :                    1
file system supports    : nolargefiles, longfilenames

 

Its mirror copying is showing only 0 although other lvols of root is showing 1 (Mirrored)
ebzwlp05:>lvdisplay /dev/vg00/lvol1 | grep -i Mirror
Mirror copies               0

 

Please let me know how to resolve this issue.

 

 

 

2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: /stand: create/symlink failed, no inodes free

What HP-UX version are you using?  What does "uname -a" show?

What were you trying to do when you noticed that /stand was broken?

shikhar_1
Regular Advisor

Re: /stand: create/symlink failed, no inodes free

version is 11.11

We had a root disk replacement butmirrored was already there. Now we can still read the vmunix. But now able to mirror it and write anything on that.