Restore from Flash Archive on local filesystem


 
Thread Tools Search this Thread
Operating Systems Solaris Restore from Flash Archive on local filesystem
# 1  
Old 03-03-2011
Question Restore from Flash Archive on local filesystem

I am doing a practice restore using a test UNIX(Solaris) system, and a SCSI Hard Drive whose slice 5 contains the Flash Archive file that I need to restore from.

The test system is offline( no network ) and does not have external devices, such as tape drive. My goal is to somehow restore the flash archive to the test system.

What I have done so far is to insert the backup hard drive into the test system, run probe-scsi at the "ok" prompt, and see that it is recognized, which it is.

However, when I boot from the Solaris 10 installation DVD and select "install from flash archive" and then select "local file" , I am at a loss as to how to populate the "file path" field.

Is there a way to make a mount point for the filesystem containing the flash archive, mount it, and then point the installation program to the flash archive file?

From probe-scsi output, here is the device with the desired flash archive file:
Target 2
Unit 0 Disk SEAGATE ST373207LSUN72G 045A 143374738 Blocks, 70007 MB
# 2  
Old 03-04-2011
exit the installation by pressing the mentioned F button (F3 or F5?) and enter the shell. mount you device to /mnt (mount -F ufs /dev/dsk/cXt2d0s5 /mnt; X = your controller number, format should tell you the right number) and then go back to the installation by enter install-solaris (if i remember right?!).
now you can give the path to the archive in the install screen -> /mnt/your_archive.flar

Last edited by DukeNuke2; 03-09-2011 at 05:12 PM..
# 3  
Old 03-07-2011
Hammer & Screwdriver Almost There

I discovered if I get to the OK prompt, I can type "boot cdrom -s"

it comes up in single user mode, bringing me straight to the root prompt ( no installation app runs )

from there, "iostat -En" got me my flash archive drive's device id, and I mounted it at /tmp/a

Now, I need to figure out how to start the installation program so that can restore from the flash archive on /tmp/a

Any ideas? I've been looking around the installation DVD but haven't found anything similar to autorun. init 5 might do the trick, though.
# 4  
Old 03-09-2011
Anyone? The command to restart the installation is the last piece of the puzzle that I need.
# 5  
Old 03-09-2011
i guess you never read post #2?
# 6  
Old 03-09-2011
I did but that command did not do anything. so perhaps it is different on Solaris 10?
# 7  
Old 03-09-2011
what did the prompt say when you ran install-solaris? im pretty sure that is right too?

did you run it as ./install-solaris and were you in the directory of the cdrom where install-solaris script is? if i am not mistaken i believe it is in the s0 directory of the cdrom. Also, you dont have much of a$PATH setup when you are using the cdrom. Could be that it does not know where the install-solaris script is.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Jump Start vs Flash Archive

Hi I'm trying to understand the difference between installation methods of Solaris 10, Jump Start vs Flash Archive ? thx for help. (6 Replies)
Discussion started by: presul
6 Replies

2. UNIX for Dummies Questions & Answers

hwo to find shared filesystem and local filesystem in AIX

Hi, I wanted to find out that in my database server which filesystems are shared storage and which filesystems are local. Like when I use df -k, it shows "filesystem" and "mounted on" but I want to know which one is shared and which one is local. Please tell me the commands which I can run... (2 Replies)
Discussion started by: kamranjalal
2 Replies

3. Solaris

Flash archive with VxVM

I'm writing a design doc and I got this feedback. "Apparently flash archives have issues with VXVM root F/S's - May also impact licensing for “kick” systems. SVM may be more sensible / flexible option" The VxVM will be use global zones. i intend on using flash archives of solaris 8/9... (3 Replies)
Discussion started by: frustin
3 Replies

4. UNIX for Advanced & Expert Users

Archive and Restore

Can someone please let me have a nice shell script to: 1) Identify all folders/sub-folders/files older than 365 days with the exception of one or two folders e.g. named - "common" or "test" 2) Archive (1) above for example in a TAR file 3) Delete all in (1) above and that's it... 4) In case... (1 Reply)
Discussion started by: mahmud
1 Replies

5. Solaris

Can I restore from a flash archive without re-entering the basic sys info?

Hi I would like to be able to take adhoc backups of my systems using flash archive - flarcreate - and then restore from them to the same system without having to enter the basic configuration again when I boot from the Solaris CD. So, I'd like to be able to create a flar archive ... (1 Reply)
Discussion started by: emjs
1 Replies

6. Solaris

difference between flash archive and jumpstart

Hi, Can anyone explains me the difference between solaris flash archive and jumpstart installation. Both are used to install many systems frm a centralized location , correct me if am wrong,. Clear view on this is really appreciable. Thanks in advance (3 Replies)
Discussion started by: rogerben
3 Replies

7. Solaris

How to install flash archive over the netwrok

Hi Gurus I've to install the flash archive over the network. The archive is created and directory has been shared, what else all i have to do. Once i go to install option on other system and choose FTP( flash archive only) . Will appreciate if some one can help me or directed me towards some... (9 Replies)
Discussion started by: kumarmani
9 Replies

8. Solaris

creat flash archive

I want take a flash backup by flar command for specific files like: / , /boot, /tmp I am trying this command but its not working # flar -n archive1 -f /,/boot,/tmp -F -c /home/arc1.flar Please can any body help me __.____._ (2 Replies)
Discussion started by: kmuqalled
2 Replies

9. UNIX for Dummies Questions & Answers

Flash Archive Retrival Method

Need a little help figuring out how to restore a .flar image using the Flash Archive Retrival Method. I am using Solaris 8 on a Sun V240. I boot the system using the Solaris 8 disk 1of2 and provide the necessary information asked. When the screen gets to the Flash Archive Retrival Method screen... (2 Replies)
Discussion started by: Kevin1166
2 Replies

10. Solaris

problem in creating flash archive

Dear all I am in a problem. I have created a master server on which I have install a Solaris 10 OS as well as Oracle 10g with some additional solaris packages. Now I want to create a flash archive of this server and install that flash archive on another server, so that the new server will have... (6 Replies)
Discussion started by: girish.batra
6 Replies
Login or Register to Ask a Question