Sponsored Content
Full Discussion: flash update fails
Operating Systems Solaris flash update fails Post 302386477 by upengan78 on Tuesday 12th of January 2010 01:44:36 PM
Old 01-12-2010
flash update fails

Hi

I am trying to update firmware of SF V440 but I am getting below error,
Code:
Sun Fire V440, No Keyboard
Copyright 1998-2003 Sun Microsystems, Inc.  All rights reserved.
OpenBoot 4.10.10, 4096 MB memory installed, Serial #56988021.
Ethernet address 05:30:b0:56:a1:3d, Host ID: 8356a25d.



Rebooting with command: boot disk /flash-update-SunFire440            
Boot device: /pci@1f,700000/scsi@2/disk@0,0  File and args: /flash-update-SunFire440
-
Can't open /flash-update-SunFire440

Warning: Fcode sequence resulted in a net stack depth change of 1

ls -al /flash-update-SunFire440
Code:
-rwxr-xr-x   1 root     root     2534420 Jan 12 12:51 /flash-update-SunFire440


The same firmware file worked on another SF V440 and version got upgraded.

Any idea what could be this issue? If OS helps then it is Solaris 10u8

ThanksSmilie

Last edited by upengan78; 01-12-2010 at 02:53 PM..
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Flash

I just flashed my Test Internal and External FW's. After the image has been successfully put onto the server, it automatically reboots itself. During the boot up process when it goes to boot, I have to hit the esc key 4 or five times and type boot -a. Well I don't get to this point and I get the... (1 Reply)
Discussion started by: Hordak
1 Replies

2. OS X (Apple)

flash

ive got mac os x 2.2 and my flash download says i need 6.x to use it, but on my old mac i had a mac classic version of flash(before the hard drive got wiped out) and on jaguar 2.2 you can go classic so i would like to get a classic running version for my mac. Anyone know where to get that nowadays?... (1 Reply)
Discussion started by: Blip
1 Replies

3. Solaris

Install update 6 on solaris with update 3

I want to update my solaris 10 server which is currently on update 3 stage. A new application require it to be on update 6. What is the best way to make it update 6. should i just install the patch or should i go for the liveupgrade?? thanks for you help in advance (3 Replies)
Discussion started by: uxravi
3 Replies

4. Debian

VPN service fails after update applied in Debian Squeeze

Hello everybody, I used to log in to my office via PPTP VPN, but on last October 5th I updated my installed Debian Squeeze and it caused my VPN service (client-side) to fail. After this upgrade I'm unable to log in to the VPN server. Here follows the log: #tail -f /var/log/messages Plugin... (0 Replies)
Discussion started by: r4ym4r
0 Replies

5. Programming

MYSQL - trigger update on record insert or update

Right I have a MYSQL database with table1 with 3 columns, colA, colB and colC. I want to combine the data in the 3 columns into a 4th column names col_comb. Here's the SQL command that works: UPDATE table1 SET `col_comb` = CONCAT( `colA` , ' - ', `colB` , ', ', `colC` ); So now I want this... (5 Replies)
Discussion started by: barrydocks
5 Replies

6. Red Hat

RedHat 5 update 9 BASH update issue

Hi i want to update the BASH because of the "shell shock" vulnerability. my RedHat 5 is clean install with the default mirror site. when im running the command: yum update bash im getting a message saying there is no update. you can see in the attach picture... what am i doing wrong? is... (4 Replies)
Discussion started by: guy3145
4 Replies

7. Solaris

How to update Solaris 10 Update 3 to Update 11?

Hi friends, We have a Solaris machine running 10 update 3 -bash-3.2# cat /etc/release Solaris 10 11/06 s10s_u3wos_10 SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. ... (6 Replies)
Discussion started by: prvnrk
6 Replies
ppmtosixel(1)                                                 General Commands Manual                                                ppmtosixel(1)

NAME
ppmtosixel - convert a portable pixmap into DEC sixel format SYNOPSIS
ppmtosixel [-raw] [-margin] [ppmfile] DESCRIPTION
Reads a portable pixmap as input. Produces sixel commands (SIX) as output. The output is formatted for color printing, e.g. for a DEC LJ250 color inkjet printer. If RGB values from the PPM file do not have maxval=100, the RGB values are rescaled. A printer control header and a color assignment table begin the SIX file. Image data is written in a compressed format by default. A printer control footer ends the image file. OPTIONS
-raw If specified, each pixel will be explicitly described in the image file. If -raw is not specified, output will default to com- pressed format in which identical adjacent pixels are replaced by "repeat pixel" commands. A raw file is often an order of magni- tude larger than a compressed file and prints much slower. -margin If -margin is not specified, the image will be start at the left margin (of the window, paper, or whatever). If -margin is speci- fied, a 1.5 inch left margin will offset the image. PRINTING
Generally, sixel files must reach the printer unfiltered. Use the lpr -x option or cat filename > /dev/tty0?. BUGS
Upon rescaling, truncation of the least significant bits of RGB values may result in poor color conversion. If the original PPM maxval was greater than 100, rescaling also reduces the image depth. While the actual RGB values from the ppm file are more or less retained, the color palette of the LJ250 may not match the colors on your screen. This seems to be a printer limitation. SEE ALSO
ppm(5) AUTHOR
Copyright (C) 1991 by Rick Vinci. 26 April 1991 ppmtosixel(1)
All times are GMT -4. The time now is 12:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy