1837257 Members
2395 Online
110115 Solutions
New Discussion

Fbackup

 
Isaac_4
Frequent Advisor

Fbackup

the Fbackup dont start, and dont send any message in the syslog. or in the br.log.
Im find many process running , but I killed those, but the fbackup dont start afther that.
PLS, help me !!
The time is gold
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Fbackup

whence fbackup

Why don't you try running it interactively from sam and see what happens.

It probably woulnd't hurt to reboot the server and take a fresh start.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
john korterman
Honored Contributor

Re: Fbackup

Hi,
check if a process is still active on the tape device; it might hols it. How do you start fbackup, cron or command line. Please show us the command.
Btw, remember to kill by -15 as it frees the memory occupied by the process. This is rather important in connection with fbackup as it is my experience that fbackup reserves a rather big amount of memory.

regards,
John K.
it would be nice if you always got a second chance
Fabio Ettore
Honored Contributor

Re: Fbackup

Hi,

you can try

# fbackup 2>&1 -v| tee /tmp/fbackup.output

this redirects output in /tmp/fbackup.output.

I hope this helps you.

Best regards,
Ettore
WISH? IMPROVEMENT!
Sanjay_6
Honored Contributor

Re: Fbackup

Hi Issac,

check and see if you have a hung fbackup process which is still accessing the drive.

Hope this helps.

Regds
Steven E. Protter
Exalted Contributor

Re: Fbackup

If its fbackup

ps -ef | grep fbackup

See about killing those processes.

I'm attaching a script that will kill processes by pattern.

It has some safegaurds but should be used with caution.

gkill

It does what the name implies group process kills.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com