BackupPC-users

Re: [BackupPC-users] no rrd graphs in version 3.3.0

2013-10-11 01:52:58
Subject: Re: [BackupPC-users] no rrd graphs in version 3.3.0
From: Alexander Moisseev <moiseev AT mezonplus DOT ru>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 11 Oct 2013 09:51:08 +0400
On 11.10.2013 5:31, Charles Belarmino wrote:
>
> I can accessed my link http://172.23.180.75/BackupPC on other PCs but “Unable 
> to Connect to the Server”.  I am not sure if I put on the server name, server 
> host are correct.  How can I know the ServerHost, ServerPort, ServerName?  
> Attached also are my configuration files.
>
>
>> *From:*Timothy J Massey [mailto:tmassey AT obscorp DOT com]
>>
>> The problem is that there are an unlimited number of reasons why your server 
>> isn't running.
>
- First of all check if BackupPC is running.
# ps -ax | grep BackupPC

- Look at BackupPC log and OS logs.
- Look at top of the config.pl
#
# Host name on which the BackupPC server is running.
#
$Conf{ServerHost} = 'maxhbobak2';

#
# TCP port number on which the BackupPC server listens for and accepts
# connections.  Normally this should be disabled (set to -1).  The TCP
# port is only needed if apache runs on a different machine from BackupPC.
# In that case, set this to any spare port number over 1024 (eg: 2359).
# If you enable the TCP port, make sure you set $Conf{ServerMesgSecret}
# too!
#
$Conf{ServerPort} = -1;

- Check if maxhbobak2 host name can be resolved from machine were Apache runs.
- If Apache runs on a different machine from BackupPC, set $Conf{ServerPort} 
and $Conf{ServerMesgSecret}.

--
Alexander
  


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/