problem in creating flash archive


 
Thread Tools Search this Thread
Operating Systems Solaris problem in creating flash archive
# 1  
Old 07-14-2008
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 solaris 10 OS as well as Oracle 10g installation with same solaris packages which I installed on the master serverinstall. But while creating the flash archive, I get the following error below.

bash-3.00# flarcreate -n flash_nortel -c -R / -e root_archive \
> -x /dir -a root -S /dir/flash_archive
Full Flash
Checking integrity...
Integrity OK.
Running precreation scripts...
Precreation scripts done.
Creating the archive...
cpio: File size of "etc/mnttab" has decreased by 135
17238152 blocks
1 error(s)
Archive creation complete.
Running postcreation scripts...
Postcreation scripts done.

Running pre-exit scripts...
Pre-exit scripts done.


Please let me know what kind of error is this. Will it have am impact on my new server if I install the flash archive on that server.

Regards
# 2  
Old 07-14-2008
Nope I dun think so that your installation would fail. The script could be checking some parameters within the filesystems ... shouldn't be any issue
# 3  
Old 07-14-2008
Thanks for your reply. Could you tell me what kind of error is this

cpio: File size of "etc/mnttab" has decreased by 135
17238152 blocks
1 error(s)

As I did flash installation of Solaris 10 OS but I never find this kind of error. Please guide me properly those server is going for production purpose.

Regards

Girish
# 4  
Old 07-14-2008
it means that the file contents of /etc/mnttab changed between steps.did you rerun and get the same error/warning? when i create flars, i get various warnings on temp files and a few others and none have caused me any issues (i do make sure the warning/errors are not critical). ive run it on solaris 9 systems with oracle (not running) at run level3 and then imported into a solaris 9 zone with no issues. we got errors/warnings about some temp files left by oracle it did not do any harm.
# 5  
Old 07-15-2008
That's a common message. It's "normal". It won't affect your flar.
# 6  
Old 07-15-2008
I created a flar yesterday and got the same message. Today I used the flar to install another box. Everything looks good.
# 7  
Old 07-16-2008
... just for the record, from docs.sun.com:

"In some cases, flarcreate can display errors from cpio. Most commonly, these are messages such as File size of etc/mnttab has increased by 33. When these messages pertain to log files or files that reflect system state, they can be ignored. Be sure to review all error messages thoroughly."
Login or Register to Ask a Question

Previous Thread | Next Thread

8 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. 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

3. 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

4. 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

5. Solaris

How to convert .iso into flash archive

Hello Gururz, I downloaded sol-10-u7-ga-sparc-dvd.iso from Sun site Solaris Operating System - Get Solaris 10 But my jet build images are in .flar Could someone tell me how to convert .iso into .flar? Please help me on this (1 Reply)
Discussion started by: bullz26
1 Replies

6. 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

7. 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

8. Solaris

things to include in a flash archive

I am making a flash archive to use as a base to lay down on all incoming servers. I am wondering about Sun Explorer and Sun CST. Is it ok to install these (but not configure them) on my source machine and create the archive? Im just not sure if it would cause problems down the line, like... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies
Login or Register to Ask a Question