Need an advise Backup HPUX Server while online


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Need an advise Backup HPUX Server while online
# 1  
Old 08-16-2006
Need an advise Backup HPUX Server while online

I will perform a "fbackup -f /dev/rmt/0m -i /". Can any body advise me on the following:

1. Is this a full backup of the entire file system or like the entire image of the server. Is it ok to do a backup while the server is online.
2. If it is not advisable to do a backup while the server is online/working,
Is it safe to unplug the ethernet cable while the server is working.
3. Is this the correct command to recover "frecover -f /dev/rmt/0m -xov -i /"
# 2  
Old 08-16-2006
Disclaimer: I don't have any specific experience with fbackup

1. This should backup all locally mounted filesystems as opposed to an image (like an ISO, mksysb, flash archive, etc). From fbackup(1M): if I'm understanding your questions correctly, the whole topic of online backups is much dependent on what the application is, as any open files are not likely to be backed up correctly. A web server that is generally static is something you could perhaps consider backing up online. Backing up a database server could result in a much more involved process, as the database files are constantly open and are being written to/read from.

Code:
     -i path        path specifies a tree to be included in the backup
                     graph.  There is no limit on how many times the -i
                     option can be specified.
     ...
      -f device      device specifies the name of an output file.  If the
                     name of the file is -, fbackup writes to the standard
                     output.  There is no default output file; at least one
                     must be specified.  If more than one output file is
                     specified, fbackup uses each one successively and then
                     repeats in a cyclical pattern.  Patterns can be used in
                     the device name in a manner resembling file name
                     expansion as done by the shell (see sh-bourne(1) and
                     other shell manual entries).  The patterns must be
                     protected from expansion by the shell by quoting them.
                     The expansion of the pattern results in all matching
                     names being in the list of devices used.

2. Are you suggesting the thought of unplugging the ethernet cable while the server is online for the purposes of backing it up? I would very much discourage this..

3. Looks about right; I'd read up on the manpage for frecover(1M)
# 3  
Old 08-17-2006
You should not use fbackup for active/open files or you must close these files.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. HP-UX

HPUX 11.23 - server is crawling

OK HPUX masters I need help. I have a HPUX 11.23 server that I am using as a Ignite server that services two HPUX services for backups only. The other day I noticed that our Make Net Recoveries were failing. Upon attempting to login to the server SSH and could not I then tried to ping and could... (6 Replies)
Discussion started by: waytec
6 Replies

2. Shell Programming and Scripting

Need Script to Use CPUs on a HPUX server to simulate Workload Manager on HPUX.

I am running HPUX and using WLM (workload manager). I want to write a script to fork CPUs to basically take CPUs from other servers to show that the communication is working and CPU licensing is working. Basically, I want to build a script that will use up CPU on a server. Any ideas? (2 Replies)
Discussion started by: cpolikowsky
2 Replies

3. HP-UX

Ignite issue on HPUX server

Hi All, I am getting below error while igniting(restoring image) on 2470 server. i tried with different images it is giving same error. please help me out to resolve this issue * Making VxFS filesystem for "/usr/aethos/snss/suppimpapp1", (/dev/vg00/rsuppimpapp1). *... (3 Replies)
Discussion started by: Prabhu H
3 Replies

4. HP-UX

Can't start the cpp server in hpux

Hello, I have writtern the makefile and successfully produce the server exe. But, it doesn't run in hpux11.11 server. compile and link option: /opt/aCC/bin/aCC -Aa -Wl,+s /cc/smc3/root/development/auto_activation/AA_global/obj/smc3/aa_config.o... (0 Replies)
Discussion started by: onlyforforum
0 Replies

5. UNIX for Dummies Questions & Answers

hpux admin tutorial online helps or links

Please HELP>>. anyone know any links for HPUX Admin tutorial ...FRee or CBT that is cheap under $50... I need to review and conquor!! :eek: (2 Replies)
Discussion started by: hpux2006
2 Replies

6. UNIX for Dummies Questions & Answers

Full System Backup / Cloning HPUX

I am new to UNIX and need help in cloning a HPUX 10.2 Ace 5, can anybody please guide me in making a full system backup. Real Chess (0 Replies)
Discussion started by: real-chess
0 Replies

7. UNIX for Dummies Questions & Answers

Configuration of email on HPUX server

I am working in an developer 2000 based application where backend is Oracle9i in unix environment. My application has the functionality if email generation. But I am not able to test this functionality as my HPUX server is not configured for emails. Please let me know the steps for configuring mail... (1 Reply)
Discussion started by: sharmavr
1 Replies

8. HP-UX

Finding server Model on HPUX

Hi i am just wondering is there a command in hp that you can find the server model on hpux? Thanks (4 Replies)
Discussion started by: lnineill
4 Replies
Login or Register to Ask a Question