advfs_err(4) — File Formats
NAME
advfs_err − Lists and describes error messages
DESCRIPTION
This following list provides the error number and a brief description of the error:
(-1026)EHANDLE_OVF
Out of memory.
(-1029)EDUP_VD
The volume is already in use by a domain.
(-1030)EBAD_VDI
The specified volume index is not a valid index in the domain.
(-1031)ENO_SUCH_DOMAIN
The specified domain does not exist.
(-1032)ENO_SUCH_TAG
The bitfile does not exist.
(-1033)ENO_MORE_DOMAINS
The maximum number of file domains are active; cannot activate another file domain.
(-1035)E_PAGE_NOT_MAPPED
The specified file page is not allocated and does not exist.
(-1036)ENO_XTNTS
An advfs internal error when opening a file causes file storage to be inaccessible.
(-1040)ENO_MORE_BLKS
The domain is out of disk space.
(-1041)ENOT_SUPPORTED
The requested function is not currently supported.
(-1042)EBAD_PARAMS
Invalid parameters were passed to the kernel. The likely cause is that the command or utility belongs to a previous version of the product, while the system is running a later version.
(-1054)ENO_MORE_MEMORY
The file system (advfs) ran out of memory.
(-1055)ENO_MORE_MCELLS
A file descriptor could not be allocated. The system is most likely out of disk space.
(-1056)EALREADY_ALLOCATED
Attempt to add storage to a file at a specified page offset and the page at that offset already exists.
(-1065)E_CANT_ACCESS_LOG
An error occurred while creating the file domain transaction log, initializing the file domain transaction log, or both. Since you cannot use the file domain, you must recreate it.
(-1067)E_DOMAIN_NOT_ACTIVATED
The file domain is not active; it must be active to perform the requested function.
(-1070)E_BAD_VERSION
The command or utility version does not match the advfs kernel version. See EBAD_PARAMS (-1042).
(-1079)E_VD_DMNATTR_DIFF
Some of the disks listed in fdmns directory for the file domain do not belong to the file domain. The fdmns directory entry for this file domain is invalid.
(-1080)E_MUST_BE_ROOT
You must have root privilege to perform the requested function.
(-1086)E_DOMAIN_ALREADY_EXISTS
The specified file domain already exists.
(-1093)E_NO_SUCH_BF_SET
The specified fileset does not exist.
(-1095)E_TOO_MANY_BF_SETS
The maximum number of filesets are mounted. Cannot mount the fileset.
(-1100)E_TOO_MANY_ACCESSORS
The fileset is active (mounted). The fileset must be inactive (unmounted) to perform the requested function.
(-1107)E_BAD_DEV
The file domain volume is an invalid device.
(-1108)E_ADVFS_NOT_INSTALLED
The file system (advfs) is not installed or it is installed but the new kernel (vmunix) is not currently running; in the latter case, you need to reboot the system to complete the advfs installation.
(-1114)E_READ_ONLY
The file set is read only.
(-1115)E_TOO_MANY_CLONES
The specified fileset has the maximum number of clone filesets. You cannot create another clone fileset.
(-1117)E_HAS_CLONE
The original fileset has a clone fileset. The original fileset must not have a clone fileset to perform the requested function.
(-1120)E_QUOTA_NOT_ENABLED
The quota type is not enabled.
(-1121)E_IO
I/O error detected.
(-1122)E_NO_MORE_DQUOTS
Out of memory.
(-1124)E_DUPLICATE_SET
The fileset already exists.
(-1125)E_CANT_CLONE_A_CLONE
You cannot create a clone fileset from a clone fileset.
(-1126)E_ACCESS_DENIED
Permission denied for the requested function.
(-1130)E_CANT_MIGRATE_HOLE
An attempt to migrate a sparse file page range and all the pages in the range do not exist.
(-1132)E_MIGRATE_IN_PROGRESS
An attempt to migrate a file failed because another thread is already migrating the file. Only one active migrate is allowed for a specified file.
(-1135)E_INVALID_FS_VERSION
The installed version of advfs is not compatible with the on-disk file domain.
(-1136)E_INVALID_ADVFS_STRUCT
The on-disk file domain structures are invalid.
(-1145)E_TOO_MANY_VIRTUAL_DISKS
The maximum number of volumes per domain has been reached.
(-1162)ENO_NAME
The file system (advfs) cannot generate the path name of a file because the original path name has been deleted.
(-1163)EDIR_NOT_ADVFS
A trashcan operation was attempted on a non-advfs directory.
(-1164)EUNDEL_DIR_NOT_ADVFS
A user attempted to use a non-advfs directory for a trashcan.
(-1165)EDUPLICATE_DIRS
A user attempted to attach a directory to itself as a trashcan.
(-1166)EDIFF_FILE_SETS
A user attempted to attach a trashcan to a directory in a different fileset. A trashcan must be in the same fileset as the directory.
(-1167)E_BAD_MAGIC
The specified disks do not contain a valid advfs file domain.
(-1168)E_BAD_PAGESIZE
An advfs internal error when opening a file causes the file storage to be inaccessible.
(-1169)E_NO_DMN_VOLS
The file domain contains no volumes.
(-1173)E_NO_UNDEL_DIR
A user attempted to remove a trashcan from a directory that has no trashcan.
(-1174)E_QUOTA_NOT_MAINTAINED
The quota type is not maintained.
(-1175)E_BMT_NOT_EMPTY
An attempt to remove a volume failed because the contents of the inode table could not be moved off of the volume.
(-1176)E_ROOT_TAGDIR_ON_VOL
An attempt to remove a volume failed because the root tag directory is located on the specified volume and could not be moved off of the volume.
(-1177)E_LOG_ON_VOL
An attempt to remove a volume failed because the log is located on the specified volume and could not be moved off of the volume.
(-1182)E_ALREADY_STRIPED
An attempt to stripe a file that is already striped.
(-1183)E_NO_CLONE_STG
An attempt to migrate a clone but the clone has no storage of its own.
(-1184)E_BAD_PAGE_RANGE
The specified page range is not valid.
(-1185)E_INVOLUNTARY_ABORT
A migrate operation has been aborted by another thread. For example, a remove volume operation can cause a file’s migrate to abort.
(-1187)E_RMVOL_ALREADY_INPROG
A remove volume operation on a volume in the specified domain is already active. There can only be one active remove volume operation per domain.