ENCINA(8) — Maintenance
NAME
sfsadmin query ofd - displays information about the specified open file descriptor (OFD) managed by the specified server
SYNOPSIS
sfsadmin query ofd -server servername serverofdid
ARGUMENTS
-server servername Specifies the name of the file server. The name must be registered with the DCE Directory Service. If the -server option is not specified, the default is the server defined by the environment variable ENCINA_SFS_SERVER.
serverofdid Specifies the server identification number of the open file descriptor (OFD) about which information is requested.
DESCRIPTION
The sfsadmin query ofd command displays information about the specified open file descriptor (OFD) managed by a server.
EXAMPLE
The following command displays information about OFD 33 managed by the server /.:/branch1/server/sfs1 :
% sfsadmin query ofd -server /.:/branch1/server/sfs1 33
Ofd id: 33
File name: Inventory
Owner: (null)
Open time: Mon Oct 18 11:12:04 1993
Transaction id: 0
Number of rpcs: 139
Access mode: shared access
Authority:
read file
inquire file
Consistency: non-transactional
Isolational level: non-tran accumulate
Operation timeout: 20
Auto close: no
Duplicate detection: no detection
Operational force: no
Label: (null)
Open transaction id: 40
Ofd idle timeout: 60
PRIVILEGE REQUIRED
Encina SFS query (Q) permission on the server
RELATED INFORMATION
sfsadmin list ofds
sfsadmin terminate ofd
— March 1997