Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dpns_setrltime(3) [debian man page]

DPNS_SETRLTIME(3)					      DPNS Library Functions						 DPNS_SETRLTIME(3)

NAME
dpns_setrltime - set replica lifetime SYNOPSIS
#include <sys/types.h> #include "dpns_api.h" int dpns_setrltime (const char *sfn, time_t ltime) DESCRIPTION
dpns_setrltime sets the lifetime for a file replica to a given time. This function should be called everytime a file replica is created or when its lifetime is extended. sfn is the Physical File Name for the replica. ltime 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: 2006/12/01 09:19:37 $ DPNS_SETRLTIME(3)

Check Out this Related 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)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

permission denied??

i'm trying to set up my internet connection and i was told i need to edit the file /etc/ppp/pap-secrets but i get a permission denied message...why?? (6 Replies)
Discussion started by: justchillin
6 Replies

2. AIX

0403-006 Execute permission denied.

Hi i am running the below script in vio server, i changed to aix mode..then #./script1 </code> ##Set today Date as file name. vardate= date +"%m%d%y%H%M%S" varhost= hostname filename= "$varhost_$vardate" echo $filename </code> the output is ....... </code> # ./mount_test ... (6 Replies)
Discussion started by: honeym210
6 Replies

3. UNIX for Dummies Questions & Answers

Getting Error 0403-006 Execute permission denied.

Hi All, Need your help.. I am writing one script in which I am assigning value to one variable but when i am executing it is showing error "0403-006 Execute permission denied" below is the line of that script : INPUT_COUNT=wc $GIF_DIR/input/VID_RIMS.DAT | awk '{print $1}' and access... (2 Replies)
Discussion started by: NirajThakar
2 Replies

4. Ubuntu

Permission denied

Trying to get date into the txt file. It says Permission denied. echo $(date +%I:%M:%S_%D) >> /tmp/systemd_suspend_test_err.txt exec 2>> /tmp/systemd_suspend_test_err.txt if ; then # Do the thing you want before suspend here echo "we are suspending $(date +%I:%M:%S_%D)." elif ;... (5 Replies)
Discussion started by: drew77
5 Replies

5. Shell Programming and Scripting

Permission denied question

Dear forum members, Below is my code, but I am getting permission denied when I try to run the script. Can someone explain what I am missing. I am using Mojave and try to run script on terminal. #!/bin/bash read -p "amino acid: " AAA if || || || || || || || || || || ||... (2 Replies)
Discussion started by: Aurimas
2 Replies