10 More Discussions You Might Find Interesting
1. AIX
A team member installed the wrong version of License Code on a Power 740 system used in our Development environment.
The system will no longer boot.
Does anyone have IBM documentation or experience to share on recovering a system that currently reports "Unsupported License Code version... (1 Reply)
Discussion started by: kevinedailey
1 Replies
2. Solaris
Hello there!
I am familiar with Linux, FreeBSD, but relatively new to Solaris. Because I wanted to play a little with servers and networks, I got a used SunFire v20z with AMD Opteron processors and installed OpenIndiana 151a8 on top of that. This is the first machine of this kind I have ever... (1 Reply)
Discussion started by: guru987
1 Replies
3. Hardware
Hi Guys and Gals,
does anyone know how to update the firmware on the drives in a storagetek 2540?
Thanks in advance
Rgrds
Martin (0 Replies)
Discussion started by: callmebob
0 Replies
4. Solaris
Hi,
Can you pls. provide me detailed procedure on how to update system BIOS and ILOM Firmware for x4100 M2 servers.
Thanks. :) (1 Reply)
Discussion started by: chozie
1 Replies
5. AIX
I am interested whether should AIX Admin make upgrade of firmware on power systems or IBM support should do it thanks in advance :-) (3 Replies)
Discussion started by: Vit0_Corleone
3 Replies
6. Solaris
how can we download the firmware form the host to the XSCF , My host is not configured with either FTP,HTTPS or proxy server. Someone told me we can do it with getflashimage but i did not find any info getflashimage man page to do it.
Any help will be appreciated. (3 Replies)
Discussion started by: fugitive
3 Replies
7. AIX
Hello
I have a question
I have several partitions P550 Aix 5.3 and I need to update the HBA firmware, in some partitions I have two HBA and in others I have one HBA only.
My question is if I have to reboot my partitions after update the firmware level. and If I can do it online or I have... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies
8. Solaris
Hi,
I am using 3 t5120 sparc systems, OS solaris 10.
I am confused by update manager behaviour and sun support.
Sun support guy, tells me install patch : 136932-09 (#136932-09: Hardware/PROM: SPARC Enterprise T5120 & T5220 Sun System Firmware with LDOMS support)
When I checked... (4 Replies)
Discussion started by: upengan78
4 Replies
9. Solaris
I have solaris X4500 with ILOM version 1.1.1. I want to update the firmware. I know that we need to use
load -source tftp://tftpserver/image file
But I do not understand what is the IP address of the tftp server that we need to type in there.
Kindly, help me with this.
Thank you (5 Replies)
Discussion started by: bharu_sri
5 Replies
10. UNIX for Dummies Questions & Answers
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
nvram(8) System Manager's Manual nvram(8)
NAME
nvram - manipulate firmware NVRAM variables
SYNOPSIS
nvram [ -p ] [ -f filename ] [ -d name ] [ -c ] [ name [= value ]] ...
DESCRIPTION
The nvram command allows manipulation of firmware NVRAM variables. It can be used to get or set a variable. It can also be used to print
all of the variables or set a list of variables from a file. Changes to NVRAM variables are only saved by clean restart or shutdown.
In principle, name can be any string. In practice, not all strings will be accepted. New World machines can create new variables as
desired. Some variables require administrator privilege to get or set.
The given value must match the data type required for name. Binary data can be set using the %xx notation, where xx is the hex value of
the byte. The type for new variables is always binary data.
OPTIONS
-d name
Deletes the named firmware variable.
-f filename
Set firmware variables from a text file. The file must be a list of "name value" statements. The first space on each line is taken
to be the separator between "name" and "value". If the last character of a line is , the value extends to the next line.
-x Use XML format for reading and writing variables. This option must be used before the -p or -f options, since arguments are pro-
cessed in order.
-c Delete all of the firmware variables.
-p Print all of the firmware variables.
EXAMPLES
example% nvram boot-args="-s rd=*hd:10"
Set the boot-args variable to "-s rd=*hd:10". This would specify single user mode with the root device in hard drive partition 10.
example% nvram my-variable="String One%00String Two%00%00"
Create a new variable, my-variable, containing a list of two C-strings that is terminated by a NUL.
example% nvram -d my-variable
Deletes the variable named my-variable.
October 28, 2003 nvram(8)