Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dpns_setrstatus(3) [debian man page]

DPNS_SETRSTATUS(3)					      DPNS Library Functions						DPNS_SETRSTATUS(3)

NAME
dpns_setrstatus - set replica status SYNOPSIS
#include <sys/types.h> #include "dpns_api.h" int dpns_setrstatus (const char *sfn, const char status) DESCRIPTION
dpns_setrstatus sets the replica status. This function should be called for example when a replica becomes available, i.e. fully popu- lated. sfn is the Physical File Name for the replica. status specifies the new status. Valid statuses are: - replica is available. P replica is being populated. D replica is going to be deleted. 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_SETRSTATUS(3)

Check Out this Related Man Page

DPNS_SETRTYPE(3)					      DPNS Library Functions						  DPNS_SETRTYPE(3)

NAME
dpns_setrtype - set replica type SYNOPSIS
#include <sys/types.h> #include "dpns_api.h" int dpns_setrtype (const char *sfn, const char type) DESCRIPTION
dpns_setrtype sets the replica type. sfn is the Physical File Name for the replica. type specifies the new type. Valid types are: V replica is volatile. D replica is durable. P replica is permanent. 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 write 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: 2006/07/14 14:10:08 $ DPNS_SETRTYPE(3)
Man Page