Sponsored Content
Full Discussion: Flash install ERROR
Operating Systems Solaris Flash install ERROR Post 302130588 by joerg on Tuesday 7th of August 2007 01:16:00 AM
Old 08-07-2007
Hi reborg,
if I change the install file to an other flash archive inside the same directory the installation works well.

All configuration of the boot and install server is done by my one configuration script.
It works since more then 4 Years. So I thought that the mistake is inside the flare.
But how to validate it?
I use the flar info -l option to see if the cpio archive inside the flar is OK, but it is!

Best regards
joerg

sysidcfg File:

more sysidcfg.schalke04/*
system_locale=en_US
timezone=GMT
terminal=vt100
timeserver=localhost
network_interface=PRIMARY
{hostname=schalke04
ip_address=192.168.10.51
netmask=255.255.255.0
protocol_ipv6=no
default_route=none}
name_service=NONE
root_password=iB97EvEXpzyVM
security_policy=NONE


more install_flashschalke04

install_type flash_install
archive_location nfs 192.168.10.4:/home/flash/OTS_FLASH_000_20070806.flar
partitioning explicit
filesys c1t0d0s0 free /
filesys c1t0d0s1 16000 swap
filesys c1t0d0s3 20000 /opt
filesys c1t0d0s4 58000 /var/opt
filesys c1t0d0s5 2000 /spots_rman
filesys c1t0d0s7 10000


more rules.ok

hostname schalke04 - install_flashschalke04 Finish_flash.schalke04
hostname testOTS - install_flashtestOTS Finish_flash.testOTS
# version=2 checksum=12033
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 - non-interactive flash install

I have a jumpstart server setup and it's functional. I can do a standalone install no problem. I have created rules, sysidcfg, and profile files for both the standalone install and flash install. But when I try to do flash install, everything is non-interaticve up to this point (it asks me to... (1 Reply)
Discussion started by: kungpow
1 Replies

2. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

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

4. Solaris

how can i install flash player

:( i download flashplayer for solaris ;but i couldnt install for firefox;please help (1 Reply)
Discussion started by: buketbarazi
1 Replies

5. Solaris

Jumpstart client flash archive error....

Hi , I am facing this issue while restoring flash archive from jumpstart server.The image was aroung 9 gb (5.9 release) and we have restored the other images successfully bigger than this size to other machines we have never faced this issue .Please advice me on this issue . Extracted 100 %... (0 Replies)
Discussion started by: knl.sundeep
0 Replies

6. Boot Loaders

How to install grub on USB flash drive?

I wanna install grub on my flash drive for rescue usage. My computer installs winxp, and I have fedora12 installed in vmware. I did like this: step1: format the flash drive as FAT in winXP. step2: in fedora12, mount the flash drive on /media/flash step3: excute the command: grub-install... (10 Replies)
Discussion started by: vistastar
10 Replies

7. Ubuntu

How to install Adobe Flash player in Ubuntu "11.04"

I am unable to watch video e.g. "www.bbc.co.uk/autumnwatch" on my Netbook as I can find no way of installing Flash Player on my Netbook, which has, (I believe) a light version of Ubuntu 11.04. Has anyone had the same problem and resolved it?:o (3 Replies)
Discussion started by: Royalist
3 Replies

8. Solaris

Net Boot with Flash install

I have a blade 6000 chassis with a T6340 blade. The blade took a dump and I am trying to rebuild it with a Flash Archive. I am using net boot from an E2900 and the flash is located on a an array that is attached to my v245 management server. I can net boot and I can select flash install. When I put... (1 Reply)
Discussion started by: ryan_ford
1 Replies

9. Solaris

ZFS flash install "Unable to create Filesystem error"

Hi, I am trying to get an HPz420 workstation instaled (zfs root pool) via a jump-start server. I have a zfs image (from this workstation) the Solaris release is 10 1/13 update 11. I use a sparc U25 install server, upgraded to the same solaris build 10 1/13. This server is configured to install... (8 Replies)
Discussion started by: sc0rpie
8 Replies
rpm2cpio(1)							   User Commands						       rpm2cpio(1)

NAME
rpm2cpio - convert Red Hat Package (RPM) to cpio archive SYNOPSIS
rpm2cpio [file.rpm] DESCRIPTION
The rpm2cpio utility converts the .rpm file specified as its sole argument to a cpio archive on standard output. (See NOTES.) If no argu- ment is given, an rpm stream is read from standard input. In both cases, rpm2cpio will fail and print a usage message if the standard out- put is a terminal. Therefore, the output is usually redirected to a file or piped through the cpio(1) utility. EXAMPLES
Example 1: Converting an rpm file example% rpm2cpio Device3Dfx-1.1-2.src.rpm | cpio -itv CPIO archive found! -rw-r--r-- 1 root root 2635 Sep 13 16:39 1998, 3dfx.gif -rw-r--r-- 1 root root 11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz -rw-r--r-- 1 root root 1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec 31 blocks Example 2: Converting from standard input example% rpm2cpio < Device3Dfx-1.1-2.src.rpm | cpio -itv CPIO archive found! -rw-r--r-- 1 root root 2635 Sep 13 16:39 1998, 3dfx.gif -rw-r--r-- 1 root root 11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz -rw-r--r-- 1 root root 1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec 31 blocks ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWrpm | +-----------------------------+-----------------------------+ SEE ALSO
cpio(1), attributes(5) NOTES
rpm2cpio handles versions 3 and 4 RPMs. SunOS 5.10 20 Aug 2001 rpm2cpio(1)
All times are GMT -4. The time now is 01:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy