Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lfc_setrtype(3) [debian man page]

LFC_SETRTYPE(3) 					       LFC Library Functions						   LFC_SETRTYPE(3)

NAME
lfc_setrtype - set replica type SYNOPSIS
#include <sys/types.h> #include "lfc_api.h" int lfc_setrtype (const char *sfn, const char type) DESCRIPTION
lfc_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), lfc_listreplica(3) LFC
$Date: 2006/07/14 14:10:08 $ LFC_SETRTYPE(3)

Check Out this Related Man Page

LFC_SETRSTATUS(3)					       LFC Library Functions						 LFC_SETRSTATUS(3)

NAME
lfc_setrstatus - set replica status SYNOPSIS
#include <sys/types.h> #include "lfc_api.h" int lfc_setrstatus (const char *sfn, const char status) DESCRIPTION
lfc_setrstatus sets the replica status. This function should be called for example when a replica becomes available, i.e. fully populated. 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), lfc_listreplica(3) LFC
$Date: 2005/04/27 09:11:24 $ LFC_SETRSTATUS(3)
Man Page

6 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. UNIX for Dummies Questions & Answers

su permission

Hi Forums, It seems to me that I can't use "su" command. When I type "su", I get the following message: /sbin/su - Permission denied Am I missing any thing? By the way I am using IRIX6.5 on a SGI computer. Many thanks in advance for your help. Cheers, Siavoush (12 Replies)
Discussion started by: siavoush
12 Replies

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

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

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

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