Ignite and HP-UX 09.XX


 
Thread Tools Search this Thread
Operating Systems HP-UX Ignite and HP-UX 09.XX
# 1  
Old 03-20-2009
Error Ignite and HP-UX 09.XX

I am looking to make bootable tape backups of four machines running HP-UX 09.02, 09.05 and 09.07.

I successfully located Ignite 10.20 and installed it and made a backup on the one machine running HP-UX 10.20. I am having trouble locating information about Ignite for HP-UX 9. Does it exist? Is this even possible? I have read that I cannot backup version 9 from my version 10 software and I can't find Ignite software in my stack of version 9 software.

Nobody seems to be talking about version 9 anymore. I know, it's old but I am running some proprietary software for operation of a ZEISS CMM and I am avoiding updating the OS like the plague for fear of compatibility issues with UMESS.

I am new to this UNIX admin stuff so please take it easy on me.
# 2  
Old 03-23-2009
There is no ignite for these OS...
to be able the recover the system you would have to use the tools upplied for these series 700:
fbackup/frecover for backup/restore or other
And you would have to create a bootable dds tape using mkrs script ( to create a recovery system...)
# 3  
Old 03-23-2009
Thank you very much for the quick reply. That is what I needed to know. I have never heard of "mkrs". I will look in to it. I assume it is not as user-friendly as Ignite. I found that you boot in to a recovery mode when you boot from this tape. Do you also place your fbackup on the same tape then and frestore from this recovery mode?

Sorry, I am assuming hard drive failure and restoration of complete system on new drive with recovery tape. Is this easy?
# 4  
Old 03-23-2009
Greetings,
Im not sure about 9.02 (is this a series 800 server?), but I had it on my 900/715 station (but thas isvery long ago...) in 9.05 or 9.07 I remember it was in SYS-ADMIN fileset if <ou have them...
From my notes:
(No space allowed between option flag and args)
Code:
mkrs [-v] [-q] [-s] [ -frcdev] [ -rrootdev] [ -mseries]

rcdev : name of the devicefile on which recovery system is created

No compression allowed
with DDS drive : explicitly specify device file

rootdev can be:
/dev/dsk/0s0
/dev/root
/dev/hd

series : normally 700
so for /dev/dsk/6s0 on DDS:
Code:
mkrs -v -f/dev/rmt/0m -r/dev/dsk/6s0

you could also use dd to backup your hard disk to another or to a DDS drive
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Ignite

Hi Does anybody know how to get hold of a very old (A.3.7.n) copy of the ignite software depot for HP-UX 10.20? (7 Replies)
Discussion started by: gregsih
7 Replies

2. HP-UX

Error with ignite

Works all. Depot shared via nfs dhcp working setting file system,network,root password,etc But when i start "go!" with installation,give me this error. How to fix,debug? Thanks http://s24.postimg.org/5hzbgk551/unixbell3.png (3 Replies)
Discussion started by: Linusolaradm1
3 Replies

3. HP-UX

Ignite - make_net_recovery

I've read the Ignite User/Admin Guide but I'm having trouble figuring out if I can do a make_net_recovery if the ignite server and client server are on completely different networks? If this can be done is there any special configuration? If I initiate the command from the server it looks like it... (3 Replies)
Discussion started by: gonzotonka
3 Replies

4. AIX

ignite equivalent in AIX

Hi All, Does AIX has utility like ignite server to make remote os installation using image (2 Replies)
Discussion started by: jayannair
2 Replies

5. HP-UX

vpar ignite

Hi Can I use a vpar as an ignite server? (1 Reply)
Discussion started by: mahlathini
1 Replies

6. HP-UX

Need Ignite for HP-UX 10.20

Hello All, I need to bring down our old 9000 series d350, but my supervisor wants an ignite backup created. I cannot find ignite in the usual places (/opt/ignite) nor can I find it in swlist. As far as I can tell the cd's are long gone. Is there anywhere else I could look for ignite being... (6 Replies)
Discussion started by: stay0ut
6 Replies

7. HP-UX

HP-UX Ignite server

Sorry if this has been asked and answered, but I can't find this particual problem. I've had an Ignite server running for years on a small internal network with images we load on daily basis. Tried to load two servers, L2000 and C3600 , both with same problem. # boot lan.192.168.2.2 install ... (0 Replies)
Discussion started by: ddeblance
0 Replies

8. HP-UX

make_sys_image + Ignite problem

could any one help me I have a HP UX 11.0 with a lot of VG and disks connected to SAN. I need to create a Golden Image having only the vg00 of this system. How do i do this using make_sys_image? In case any have some docs, I would appreciate if You could share it. Thanks Dhanish (5 Replies)
Discussion started by: i2admin
5 Replies

9. UNIX for Advanced & Expert Users

without an ignite server ??

system: HP-UX 10.20 with HFS mounted. How can I convert the HFS to VxFS without an ignite server ? Is this possible ? thanks simon2000 (4 Replies)
Discussion started by: simon2000
4 Replies

10. HP-UX

ignite tapes

can any1 tell me how to make ignite tapes for the HP-ux. this company said it was: "make_tape_recovery_A", but that don't work. (4 Replies)
Discussion started by: JBX
4 Replies
Login or Register to Ask a Question