Advice on HP-UX system backups


 
Thread Tools Search this Thread
Operating Systems HP-UX Advice on HP-UX system backups
# 1  
Old 05-16-2012
Advice on HP-UX system backups

Hello,

forgive me if this seems a bit trivial to you but I am fairly new to HP-ux having worked with AIX for the past 15 years. We have inherited a couple of HP-ux servers without any tape drives and running Hp-ux v11. I am familiar with creating mksysbs on our AIX Nim server for recovery and wondered if something similar can be done those 2 Hp-ux servers. We are backing database up over san using Netbackup but are worried we won't be able to recover the system in the worst case scenario. I have heard there is something called 'Ignite' but again any advice you can give would be appreciated.

Can I only create bootable backups from a network share using Ignite?

I have an nfs mount setup onto our nim and wondered whether we can make use of it this way.

Thanks,
Neil.
# 2  
Old 05-16-2012
Please post the exact version of HP-UX. HP-UX 11 has been out for 15 years and has evolved.
Code:
uname -r

# 3  
Old 05-16-2012
The exact version is:

Code:
uskux13:/mnt # uname -r
B.11.00

Do you need to know any other details?

Thanks,
Neil.

Last edited by methyl; 05-16-2012 at 10:26 AM.. Reason: code tags
# 4  
Old 05-16-2012
You will have to use Ignite-UX:
Code:
zra1:/home/vbe $ swlist -l product | grep gnite
  Ignite-UX             B.4.4.30       HP-UX System Installation Services 
zra1:/home/vbe $ uname -r
B.11.00
zra1:/home/vbe $ ll /opt/ignite/bin/
total 3114
-r-xr-xr-x   1 bin        bin          15434 Jul 24  2003 add_new_client
-r-xr-xr-x   1 bin        bin          36864 Jul 24  2003 add_release
-r-xr-xr-x   1 bin        bin          46838 Jul 24  2003 bootsys
-r-xr-xr-x   1 bin        bin         106496 Jul 24  2003 check_recovery
-r-xr--r--   1 bin        bin          11232 Jul 24  2003 copy_boot_tape
-r-xr-xr-x   1 bin        bin          16924 Jul 24  2003 fix_patches
-r-xr-xr-x   1 bin        bin         180224 Jul 24  2003 ignite
-r-xr-xr-x   1 bin        bin          36864 Jul 24  2003 instl_adm
-r-xr-xr-x   1 bin        bin          32768 Jul 24  2003 instl_dbg
-r-xr-xr-x   1 bin        bin         311296 Jul 24  2003 itool
-r-xr-xr-x   1 bin        bin          24576 Jul 24  2003 make_arch_config
-r-xr-xr-x   1 bin        bin          16384 Jul 24  2003 make_boot_tape
-r-xr-xr-x   1 bin        bin          18753 Jul 24  2003 make_bundles
-r-xr-xr-x   1 bin        bin         102400 Jul 24  2003 make_config
-r-xr-xr-x   1 bin        bin         106496 Jul 24  2003 make_depots
-r-xr-xr-x   1 bin        bin          21648 Jul 24  2003 make_medialif
-r-xr-xr-x   2 bin        bin         126976 Jul 24  2003 make_net_recovery
-r-xr-xr-x   1 bin        bin         106496 Jul 24  2003 make_recovery
-r-xr-xr-x   2 bin        bin         126976 Jul 24  2003 make_tape_recovery
-r-xr-xr-x   1 bin        bin          28672 Jul 24  2003 manage_index
-r-xr-xr-x   1 bin        bin          40960 Jul 24  2003 print_manifest
-r-xr-xr-x   1 bin        bin          17967 Jul 24  2003 remove_release
-r-xr-xr-x   1 bin        bin          56376 Jul 24  2003 save_config
zra1:/home/vbe $

If installed, look at the man pages of make_net_recovery (1M)
# 5  
Old 05-16-2012
Oh shit. HP-UX 11.00 is very old and unsupported.
At that release the Insight make_recovery command only works to a tape deck.
This hardware must be 10-years old or more?

As you stand you will be faced with a cold build in the event of a disaster. Make sure that you have the all original release kits (and any subsequent patches) and that you have 100% accurate documentation of your filesystem layout and a reliable backup of every file (not just the database).

The system documentation script sysinfo.sh should still be available from HP Support. This script finds out enough about your HP-UX 11 system for an expert to rebuild it.


Just read vbe's post. I never got make_net_recovery to work on HP-UX 11.00 . It worked okay on 11.11 .
Comparing the dates in vbe's listing, my file timestamps are even older (2001) .. and I think that those timestamps come from fix kits.

Last edited by methyl; 05-16-2012 at 10:19 AM..
# 6  
Old 05-16-2012
Hello,

Thanks for coming back to me. i know the servers are pretty ancient but we inherited them from another provider and at this time unable to upgrade due to the application that is running on them. I will look at your suggestions and it given me a few leads. At least I know I will have to get Ignite in order to do this so I'll check I have all original media.

Thanks again,
Neil.
# 7  
Old 05-16-2012
What is the ouput of the command model?
I have a depot file of Ignite for 11.00 (just a question of how to upload somewhere...)
Code:
-rwxrwxrwx   1 vbe        bin        56637440 Feb  3  2004 Ignite-UX-11-00_B.4.4.30_HP-UX_B.11.00_32+64.depot

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

SCO UNIXware 7.1.4 system backups

Hi, I wonder if someone can help me, I want to backup my sco unix system, I dont have an external/internal tape drive. How can I make a system backup? I do have a CD-RW on the server. I am new to sco unix. Please can anyone advise on what methods I can use, I have looked a cpio. I tried... (1 Reply)
Discussion started by: kpnuts
1 Replies

2. UNIX for Dummies Questions & Answers

Becoming a system administrator, need some advice.

I've been learning linux and solaris for the past couple months and have been thinking about seeking a systems admin career. Is it worth it to learn solaris? Do many companies really use it or is it a waste of my time? Would learning just linux be a better idea? I see there's more opportunity as a... (2 Replies)
Discussion started by: austinramsay
2 Replies

3. UNIX for Dummies Questions & Answers

Need Some Advice - Best Distro For My System

Hey guys, this is my first time posting here (although I've been reading the forums for a while now). I'm looking for a good UNIX (or UNIX based/UNIX-like) distro to install on an old Dell Dimension 2400 Destop. I've done ALOT of research on the different distros and I've tried a few out but I... (6 Replies)
Discussion started by: Pyramist
6 Replies

4. Programming

System + Network Programming, your advice required???

Dear friends, Before putting my questions forward, I would like to put some data infront of you, hope you will help me at the end. This website Cray-Cyber - Welcome provides free access to many supercomputers and mainframe computers. When you login through ssh, they provide you with a screen,... (5 Replies)
Discussion started by: gabam
5 Replies

5. UNIX for Advanced & Expert Users

System + Network Programming, your advice required???

Dear friends, Before putting my questions forward, I would like to put some data infront of you, hope you will help me at the end. This website Cray-Cyber - Welcome provides free access to many supercomputers and mainframe computers. When you login through ssh, they provide you with a screen,... (0 Replies)
Discussion started by: gabam
0 Replies

6. SCO

Need advice: Copying large CSV report files off SCO system

I have a SCO Unix server from 1999 running SCO 5.0.5 and some ancient accounting software called Real World A report writer program on the system is used to generate CSV files from accounting that we write with DOSCOPY commands to 3.5" floppies In the next 60 days we will be decommissioning... (11 Replies)
Discussion started by: magnetman
11 Replies

7. UNIX for Dummies Questions & Answers

Unix/Linux System Administrator - Study Advice

Hello all, I really hope that this is the right Forum to post this kind of a question... I have been working in the IT support industry for nearly 3 years now. I started of providing end-user support. So enough to say that I provided my fair share of "have you tried turning it off and on"... (1 Reply)
Discussion started by: kalignas
1 Replies

8. Shell Programming and Scripting

Advice on using awk in ksh with system date

OK I have a simple awk script: $ awk '/03\/11\/10/' foofile|awk -f finderrors.awk I want to use in the ksh script to so that I can do something like this: #!/bin/ksh TODAY=`date +"%D"` awk /$TODAY/ foofile|awk -f finderrors.awk The problem I am having is (I believe) is with the special... (3 Replies)
Discussion started by: bike4life
3 Replies

9. AIX

File System Backups

Hi, The problem we are experiencing is that after the filesystem backups have completed. if we restore 1 of the file systems to a different logical volume. The difference in size is drastic. The original filesystem is 10 gb big and the restored copy is 5 gb big. What can be the cause of... (2 Replies)
Discussion started by: Zarier
2 Replies

10. UNIX for Dummies Questions & Answers

Backups.

Hello everyone my ? is about backups. I'am running SCO OS 505 and currently backing up the hole HD. Well the back up is taking too long and this is becoming a problem for the users since we are a 24-7 bussines, I whant stop backing up every thing on the HD. What are the most important files and... (1 Reply)
Discussion started by: kikkin
1 Replies
Login or Register to Ask a Question