Sponsored Content
Top Forums UNIX for Advanced & Expert Users rdist -- but not linked files Post 43426 by captainzeb on Monday 17th of November 2003 01:01:35 PM
Old 11-17-2003
Here's what I setup before leaving work Friday:

j1="`find /apps/oasis/prdben/log -name "j1*log" -ctime -30`"
for var in $j1 ; do
rdist -c $var oasis@oastdby:
done

It still copies the links...Why?

Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

help with rdist utility

Does anyone know of any known bugs/issues with the RDIST utility on HP unix? I am trying to set up replication between two servers. All seems to work okay to start with, but the rdist program always terminates with a value of 1 - i.e. signifying an error. However - no error message or even warning... (1 Reply)
Discussion started by: man_with_no_nam
1 Replies

2. UNIX for Advanced & Expert Users

permissions with rdist

I am trying to synchronize to boxes running True64 Unix one as a live backup of the other for user directories. When running rdist, I receive the message "Permission Denied" when each directory is accessed with the sole exception of my own directory. This has to be an automated process which... (1 Reply)
Discussion started by: doug_hutch
1 Replies

3. UNIX for Advanced & Expert Users

Files Linked With A Binary

Hi, What is command in unix to find what are all the files linked with an executable binary. Thanks in advance. Rgds, Omkumar (2 Replies)
Discussion started by: tc.omkumar
2 Replies

4. HP-UX

Return codes of RDIST

Can any body please tell me the return codes of RDIST tool? I am using RDIST (through an UNIX script) to synchronize files between two servers say ukblx151(source) & ukapx050(target). RDIST raises an alert mail (through notify option) in case of success & also failure but there is a problem if... (0 Replies)
Discussion started by: vishal_ranjan
0 Replies

5. HP-UX

Where can I find rdist?

Hello, I am looking for either the rdist binaries or code for HPUX 11.11. Thanks (1 Reply)
Discussion started by: rfisher001
1 Replies

6. UNIX for Dummies Questions & Answers

rdist from unix to window XP

I need to rdist some files from unix to window XP, where the source file is in Unix box. I can't get a way to do it as it always prompted me permission denied. rdist -c migtest.tar <ipaddr>:/filedir/migtest.tar updating host <ipaddr> Permission denied. I'd tried to ftp and put the file... (0 Replies)
Discussion started by: lenniegu
0 Replies

7. Solaris

Rdist over ssh

How can we make rdist to work over ssh? By default rdist works with rsh protocol which is now the host server is refuses to accept the rsh connection. How to find rdist version which I am running? How to upgrade it to latest version? Working environment is solaris 9 and solaris 10. (1 Reply)
Discussion started by: naveenjami
1 Replies

8. Shell Programming and Scripting

How to retrieve all the linked script files/ctl files/sql files?

Hi I am going to migrate our datawarehouse system from HP Tru 64 Unix to the Red Hat Linux. Inside the box, it is running around 40 cron jobs; inside each cron job, it is calling other shell script files, and the shell script files may again call other shell script files or ctl files(for... (1 Reply)
Discussion started by: franksubramania
1 Replies

9. UNIX Desktop Questions & Answers

orphan soft linked files

How can we find files that were soft linked to an original file and then the original has been deleted. these soft linked files won't then be accessible. How can we find orphan linked files? Thanks, (3 Replies)
Discussion started by: Pouchie1
3 Replies

10. UNIX for Dummies Questions & Answers

List linked files

A perl script that displays the list of files which have multiple links..! ls -l shows number of links in a field. (0 Replies)
Discussion started by: aadi_uni
0 Replies
ksysguarddrc(5) 						File Formats Manual						   ksysguarddrc(5)

NAME
ksysguarddrc - ksysguardd configuration DESCRIPTION
ksysguardd uses a configuration file at /etc/ksysguarddrc. PARAMETERS
There are 2 sections of configuration in the ksysguardd configuration file: LogFiles, Sensors. [LogFiles] OPTIONS the list of all available logfiles messages:/var/log/messages,kern:/var/log/kern.log,daemon:/var/log/daemon.log,syslog:/var/log/syslog,auth:/var/log/auth.log [Sensors] OPTIONS Sensors: the list of all accessible sensors Apm Advanced Power Management Acpi Advanced Configuration and Power Interface CpuInfo CPU-Clock information DiskStat partition space. Data comes from mtab, getmntent() and statfs() DiskStats disk throughput. Data comes from /etc/diskstats LmSensors information about motherboard and CPU LoadAvg system load values LogFile local logfiles Memory physical memory and swap NetDev throughput of network interfaces NetStat number of TCP/UDP/ICMP/Unix sockets ProcessList current processes SoftRaid Monitors software raid devices. See mdadm. Stat interrupts, CPU and disk throughput. Data comes from /etc/stat Uptime System uptime. Data comes from /etc/uptime Sensors=ProcessList,Memory,Stat,NetDev,NetStat,Apm,Acpi,CpuInfo,LoadAvg,LmSensors,DiskStat,LogFile,DiskStats,Uptime,SoftRaid FILES
/etc/ksysguarddrc ksysguardd configuration file ksysguardd ksysguarddrc(5)
All times are GMT -4. The time now is 01:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy