Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dpm_delreplica(3) [debian man page]

DPM_DELREPLICA(3)					       DPM Library Functions						 DPM_DELREPLICA(3)

NAME
dpm_delreplica - delete a given replica SYNOPSIS
#include <sys/types.h> #include "dpm_api.h" int dpm_delreplica (char *pfn) DESCRIPTION
dpm_delreplica deletes a given replica. It removes the file from disk, updates the pool free space and removes the replica entry from the DPNS. pfn 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 file or replica does not exist. EACCES Search permission is denied on a component of the parent directory or the effective user ID does not match the owner of the file or write permission on the file entry itself is denied. EFAULT pfn is a NULL pointer. ENAMETOOLONG The length of pfn exceeds CA_MAXSFNLEN. SENOSHOST Host unknown. SENOSSERV Service unknown. SECOMERR Communication error. SEE ALSO
Castor_limits(4), dpns_addreplica(3), dpns_listreplica(3) LCG
$Date: 2006/04/08 14:51:17 $ DPM_DELREPLICA(3)

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

8 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. 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

3. UNIX for Advanced & Expert Users

permission denied for ". " (dot space)

Hi, When I try to run a script with ". "(dot space) in my home, it gives me error ".: Permission denied". Any explanation for this behaviour? Thanks in advance, -Ashish (3 Replies)
Discussion started by: shriashishpatil
3 Replies

4. Shell Programming and Scripting

issue with mailing

hi i run a mailing script daily using rsh i receive the mail sometimes but sometimes receive the permission denied error. could not understand the cause of permission denied because it sometimes runs properly and i am able to receive the mail Please Advice (4 Replies)
Discussion started by: mad_man12
4 Replies

5. 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

6. UNIX for Dummies Questions & Answers

Permission denied

when i run echo "User” > /dev/tty5 why do i get permission denied? :confused: (2 Replies)
Discussion started by: chinababy
2 Replies

7. 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

8. 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