Sponsored Content
Full Discussion: PERL SSH call error
Top Forums Shell Programming and Scripting PERL SSH call error Post 302354009 by danmero on Wednesday 16th of September 2009 10:07:39 PM
Old 09-16-2009
Quote:
Originally Posted by alfredo123
I tried putting full paths in the script bridgerftpup.sh but it still causes errors!
What error's ?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how can call perl script as command?

Hello say i have written some perl scripts , now i like to call them in my unix shell as unix command like "more" , "ls" , "grep" so that my say perl script called "foo.pl" will be called from every where as "foo" or "foo arg1 arg2"? Thanks (1 Reply)
Discussion started by: umen
1 Replies

2. Shell Programming and Scripting

how to call a perl script from tcsh?

Hi I am not sure how to call a perl script from a tcsh shell. do i need to set any environment variables? your help is appreciated Thanks (1 Reply)
Discussion started by: megastar
1 Replies

3. Shell Programming and Scripting

perl function call tracking

Assuming the following code sub foo { dosomething {...} else { foo } is the number of times foo has been called kept track of internally and how could I access that count? (1 Reply)
Discussion started by: thumper
1 Replies

4. Shell Programming and Scripting

Perl call C programs

Hi, I am a beginner in Perl programming. Now i need to call a C program from a perl program ...Can any one please help me and give any details how i can do this. Thanks and Regards (3 Replies)
Discussion started by: gjithin
3 Replies

5. Shell Programming and Scripting

Please Help: How to Call SSH Trust from Cron job.

Hi All, I am tring to excute a SSH trust command from a script which is invoked by crontab. Details: Crontab file contains the following line: 15 00 * * * /users/dummy_user/dummy_script1.sh dummy_script1.sh contains the following line: SSH -1 server_2... (4 Replies)
Discussion started by: suman82
4 Replies

6. Infrastructure Monitoring

diffrence between method call and function call in perl

Hello, I have a problem with package and name space. require "/Mehran/DSGateEngineLib/general.pl"; use strict; sub System_Status_Main_Service_Status_Intrusion_Prevention { my %idpstatus; my @result; &General_ReadHash("/var/dsg/idp/settings",\%idpstatus); #print... (4 Replies)
Discussion started by: Zaxon
4 Replies

7. Shell Programming and Scripting

[Perl] Capture system call error message.

Hi, I googled a bit, but could not find the answer to my problem. But I am sure it is a common issue. I have this code: #!/bin/perl -w #-d use strict; sub remsh_test() { my $host = $_; printf "\n----\n\n"; printf "remsh to $host with system call\n"; my $result = system... (3 Replies)
Discussion started by: ejdv
3 Replies

8. Shell Programming and Scripting

how to call a bash script using perl

Hi I m new to perl. I m trying to write a perl script that calls a bash script; does anyone have a script already that they can provide or help me out? Thanks a lot. (2 Replies)
Discussion started by: adnan786
2 Replies

9. Shell Programming and Scripting

Call .profile in perl script

Hello Gurus Can anyone please let me know how to call .profle file in perl script When I am calling the .profile file its giving error Shall I create unix script which has .profile command and call perl script internally (2 Replies)
Discussion started by: Pratik4891
2 Replies

10. Emergency UNIX and Linux Support

Perl error: Can't call method "value" on an undefined value

Hi, I am running a perl script to automate a process and I keep running into a error can't find the "value" Can't call method "value" on an undefined value at process_file.pl line 44. file is CVS cell is ifdfdxrfmp.ksh Here is the script I have also attached it as well: ... (2 Replies)
Discussion started by: vpundit
2 Replies
PANDORA_AGENT(1)					PANDORA FMS General Commands Manual					  PANDORA_AGENT(1)

NAME
pandora_agent - Pandora FMS software agent SYNOPSIS
/usr/bin/pandora_agent <configuration_file> /etc/init.d/pandora_agent_daemon [ stop | start | restart ] DESCRIPTION
Pandora FMS Agent is a perl-based application, which collects information about local system, running commands and gathering its output to create a XML data file, sent to Pandora FMS server. It uses /etc/pandora/pandora_agent.conf to define what information is gathered and how to get it, running local commands. It uses a startup script on /etc/init.d/pandora_agent_daemon to control the status of the agent service. Pandora FMS agent uses tentacle_client to transfer information, but can also transmit that information using a local filesystem copy (NFS, SMB, local), SSH or FTP. You can get more information at the official website at: http://openideas.info/wiki/index.php?title=Pandora_3.0:Documentation_en NOTES
Pandora FMS Agent requires Perl 5.8 or higher to works FILES
/usr/bin/pandora_agent /etc/init.d/pandora_agent_daemon /etc/pandora/pandora_agent.conf SEE ALSO
pandora_server(1), tentacle(1) 3.1 2010-05-11 PANDORA_AGENT(1)
All times are GMT -4. The time now is 06:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy