debian man page for dpns_setptime

Query: dpns_setptime

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DPNS_SETPTIME(3)					      DPNS Library Functions						  DPNS_SETPTIME(3)

NAME
dpns_setptime - set replica pin time
SYNOPSIS
#include <sys/types.h> #include "dpns_api.h" int dpns_setptime (const char *sfn, time_t ptime)
DESCRIPTION
dpns_setptime sets the pin time for a file replica to a given time. This function should be called everytime a file replica is created, when its lifetime is extended or when the replica is released. sfn is the Physical File Name for the replica. ptime specifies the new lifetime.
RETURN VALUE
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
ERRORS
ENOENT The named replica does not exist. EACCES Search permission is denied on a component of the file prefix or the caller effective user ID does not match the owner ID of the file or read permission on the file itself is denied. EFAULT sfn is a NULL pointer. ENAMETOOLONG The length of sfn exceeds CA_MAXSFNLEN. SENOSHOST Host unknown. SENOSSERV Service unknown. SECOMERR Communication error. ENSNACT Name server is not running or is being shutdown.
SEE ALSO
Castor_limits(4), dpns_listreplica(3)
DPNS
$Date: 2005/04/27 09:11:24 $ DPNS_SETPTIME(3)
Related Man Pages
dpns_accessr(3) - debian
dpns_delreplica(3) - debian
dpns_setratime(3) - debian
dpns_setptime(3) - debian
lfc_setptime(3) - debian
Similar Topics in the Unix Linux Community
permission denied??