Sponsored Content
Full Discussion: Firmware
Special Forums Hardware Firmware Post 302472322 by Corona688 on Tuesday 16th of November 2010 09:15:44 PM
Old 11-16-2010
So, you want to reformat yet keep everything exactly the same. Sorry, doesn't work like that; the image file contains nearly everything except nvram, so replacing it replaces the interface too.

Do you really need to re-image it, though? What features are you missing, that you'd get?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to do firmware update

Hi, am a new comer to the AIX side. i had 3 specific questions. 1) what is firmware 2) how to locate the firmware running on a unix server 3) how to do firmware update(is it something i download from IBM site) thanks everybody for taking the time and plz reply. karthik (5 Replies)
Discussion started by: karthikosu
5 Replies

2. AIX

Firmware on blade

Hi. I need to update firmware on a Js20 blade server I have and need to do it via Diagnostics CD, rather than using diag in AIX. So a little refresh on how to. Boot of the Diag CD, burn the firmware image to another CD-ROM and all set. Will I need to burn any additional files to the CD... (1 Reply)
Discussion started by: sprellari
1 Replies

3. AIX

Microcode vs Firmware

This ran through my mind while writing a doc, may be dumb one. I have seen people using the terms Microcode and Firmware in IBM system p world interchangeably. Firmware update or microcode update Is that right? Are they synonyms? (4 Replies)
Discussion started by: balaji_prk
4 Replies

4. AIX

Firmware upgradations.........

Hi, Can anyone explain me, what is firmware & when it should be upgraded in any AIX system.. Thanks in advance. Amol. (2 Replies)
Discussion started by: Amol21
2 Replies

5. Solaris

Firmware password

Hi: I have a Sun Blade 1500 and when I do the Jumpstart with command "boot net - install" asking for the password of the firmware and I was not that password. There any way to reset this password. Thank you very much (7 Replies)
Discussion started by: ea1fch
7 Replies

6. AIX

Firmware upgrade

Hi. I just migrated a 5.3 box to 6.1 (standalone, no HMC). This is a System p5 520 Power 5 box The migration process went smooth but at the end when the server rebooted it never came up. So the bootup process never completes. It gets stuck at the screen with the big AIX logo saying it's loading... (6 Replies)
Discussion started by: livehho
6 Replies

7. Solaris

ILOM Firmware

Hi Guys, Anyone know where to get the firmware to upgrade the ilom from 3.0 to 3.2.1. Found reference to it on myoracle support, but then when you try to follow the links it's not there. Any help is greatly appreciated. Thanks Martin (4 Replies)
Discussion started by: callmebob
4 Replies

8. Solaris

T5 Firmware clarification

Hello, I am going to upgrade the Firmware on a T5 Sparc server running Solaris 11.2 and just wanted to clarify a couple of things please. I have downloaded the Firmware patch P24441083_96, however this says it is based on ILOM 3.2.6. Ive been trying to find the download ilom 3.2.6 but each time... (2 Replies)
Discussion started by: rakeman
2 Replies

9. Solaris

2540-M2 Firmware

Hi all, Does anyone know how to upgrade the controller firmware on a storagetek 2540-M2 Array? Thanks in advance Martin (2 Replies)
Discussion started by: callmebob
2 Replies

10. UNIX for Beginners Questions & Answers

HP UX firmware

Does unix servers need firmware updation regularly for smooth functioning? (2 Replies)
Discussion started by: manjeeteast
2 Replies
IMAGECOLORSTOTAL(3)							 1						       IMAGECOLORSTOTAL(3)

imagecolorstotal - Find out the number of colors in an image's palette

SYNOPSIS
int imagecolorstotal (resource $image) DESCRIPTION
Returns the number of colors in an image palette. PARAMETERS
o $image - An image resource, returned by one of the image creation functions, such as imagecreatefromgif(3). RETURN VALUES
Returns the number of colors in the specified image's palette or 0 for truecolor images. EXAMPLES
Example #1 Getting total number of colors in an image using imagecolorstotal(3) <?php // Create image instance $im = imagecreatefromgif('php.gif'); echo 'Total colors in image: ' . imagecolorstotal($im); // Free image imagedestroy($im); ?> The above example will output something similar to: Total colors in image: 128 SEE ALSO
imagecolorat(3), imagecolorsforindex(3), imageistruecolor(3). PHP Documentation Group IMAGECOLORSTOTAL(3)
All times are GMT -4. The time now is 01:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy