Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dpns_setratime(3) [debian man page]

DPNS_SETRATIME(3)					      DPNS Library Functions						 DPNS_SETRATIME(3)

NAME
dpns_setratime - set replica last access (read) date SYNOPSIS
#include <sys/types.h> #include "dpns_api.h" int dpns_setratime (const char *sfn) DESCRIPTION
dpns_setratime set the replica last access (read) date to the current time and increments the counter of accesses to the replica. This function should be called everytime a file replica is accessed. sfn is the Physical File Name for the replica. 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_SETRATIME(3)

Check Out this Related Man Page

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)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

SAM-Execution permission denied

Hi All, I have a problem at my HP box, at command line when i type sam to access sam, the message execution permission denied comes out, What do i do? Please help Thanks (2 Replies)
Discussion started by: joylili
2 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. AIX

AIX 5.3: access existing file gives ENOENT

I ran truss on a running java program, and noticed that the access system call was returning "Err#2 ENOENT" for existing files, files that were succesfully "accessed" earlier in the same program, and later on. Is there any reasonable explanation for this behaviour? In the truss... (4 Replies)
Discussion started by: ghp
4 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