Jim Richard reports he is getting:
>         ; For future use  ( 103)
when he tries to use fs-set-volume-status.

You are using AIX.

The error message routine in AFS decodes operating system
errors in the range 0-sys_nerr, then vol error messages
in the range 101-140.  Unfortunately, in AIX, sys_nerr is
greater than 101, so the volume utility error codes get
decoded as operating system errors.  Worse yet, in AIX,
the error range is sparse, so some of them decode to
the same message, "For Future use".  Nice, eh?

103 is VNOVOL.
The message you should have seen was:
volume does not exist / did not salvage

                                -Marcus Watts
                                UM ITD PD&D Umich Systems Group

Reply via email to