show pal vnode_attribute
Parameters
Parameter |
Description |
Value |
---|---|---|
file_system_id=? | File system ID. | To obtain the value, run the "show file_system general" command without parameters. |
file_id=? | File ID. | To obtain the value, run the "ls -i <file name>" command on the host. |
controller=? | Controller ID. | The value is in the format of "XA" or "XB" or "XC" or "XD", where the "X" is an integer ranging from 0 to 3, for example: "0A", "1C". |
Example
Query the Vnode information about file "3" in file system "1".
developer:/>show pal vnode_attribute file_system_id=1 file_id=3 File ID : 3 Struct Size : 240 Magic : 0 Mode : 41ff UID : 0 GID : 0 Links : 3 Block Size : 65536 Dos Mode : 0 Delete On Close : 0 Flags : 0 Qtree ID : 0 Size : 4 Crtime Sec : 1429950907 Atime Sec : 1429950907 Ctime Sec : 1429952949 Mtime Sec : 1429952949 Parent ID : 3 Extra Attribute ID : 0 Case Insensitive Dir ID : 2 Link Table ID : 4 Link Table Generation : 0 VAAI Flag : 0-0 AV Flag : 0-0 WORM Flag : 0-0 ACL Object ID : 0 Reserve : 0-0-0
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
File ID | File ID. |
Struct Size | Size of the Vnode attribute structure. |
Magic | Magic number of the Vnode attribute structure. |
Mode | File permission. |
UID | File user ID. |
GID | File user group ID. |
Links | Number of file links. |
Block Size | File block size (expressed in bytes). |
Dos Mode | Dos mode. |
Delete On Close | Flag to be deleted after a file is closed. |
Flags | File attribute flag. |
Qtree ID | Qtree ID. |
Size | File size. |
Crtime Sec | File creation time. |
Atime Sec | File access time. |
Ctime Sec | Time when a file is last written. |
Mtime Sec | Time when a file is last modified. |
Parent ID | Parent directory ID. |
Extra Attribute ID | Extended attribute ID. |
Case Insensitive Dir ID | Case-insensitive directory ID. |
Link Table ID | Hard link table. |
Link Table Generation | Hard link table version. |
VAAI Flag | VM flag. |
AV Flag | Antivirus flag. |
WORM Flag | WORM flag. |
ACL Object ID | ACL Object ID. |
Reserve | Reserved bit. |