T5 Firmware clarification


 
Thread Tools Search this Thread
Operating Systems Solaris T5 Firmware clarification
# 1  
Old 09-30-2016
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 the documentation refers me to the same procedure I used to download the 9.6.5.a firmware zip above so am thinking the FW patch will also upgrade the ilom FW??

There does seem to be a difference between the upgrade procedures for 11.2 and 11.3 so if anyone has already upgraded the FW at 11.2 im presuming I can just upgrade by 'pkg install firmware/system/T5-xx' etc etc or is there a better way, in fact is it better upgrading to 11.3 first then upgrading the FW??

Any suggestions greatly appreciated.


Thanks.
# 2  
Old 10-01-2016
Use the ILOM webgui to update the firmware!
This User Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 10-02-2016
I would recommend using sysfwdownload -u <fw>.pkg from hypervisor OS.

This package will update all the firmware(s) required (ALOM, System etc.), be sure to read the README first!.

As for release required, this really depends what you need / want, check out this link :
Minimum Supported Versions of the Firmware, OS, and Software -
SPARC T5-2 Server Product Notes
.

Depending on the services ran on the machine, firmware compatibility can come in question in some cases like Oracle VM (LDOMS) live migration, booting hypervisor from EFI labled disks and similar.

I have no issues in running specified firmware (9.6.5.a) on solaris 11.2.14.5 and 11.3.7.6 hypervisors on t5 machines.

Notice, i had some bugs on 11.3.8.6 with network LDC channel resets while making changes to virtual machines, which is fixed (haven't tested this) in latest 11.3 release from Oracle site.

Hope that helps
Regards
Peasant.
This User Gave Thanks to Peasant For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Nohup clarification

I have Main.sh script which will call 3 scripts as shown below. nohup script1.sh & nohup script2.sh & nohup script3.sh & Clarifification: Is all 3 scripts will be triggered at a time or it will trigger one by one(script1.sh---->script2.sh--->script3.sh)? (1 Reply)
Discussion started by: vamsi.valiveti
1 Replies

2. UNIX for Advanced & Expert Users

Clarification about redirecting

Hi AM Using Unix Aix Used ${CMD} 2> ${ERR} Dont get what above statement works . SCRIPT=`basename $0` ERR=$PWD/$SCRIPT.err DATE=`date +"%d/%m/%Y"` CMD=2 ${CMD} 2> ${ERR} if then echo "SUCCESS" else echo "FAILURE" fi (1 Reply)
Discussion started by: Venkatesh1
1 Replies

3. UNIX for Advanced & Expert Users

Need Clarification

Hi All, I have a file cleanlogs_imgp01_files which has the contents as follows, cold_log|/opt/elf/cold_spool get_orion_log|/opt/elf/logs get_coldFiles_log|/opt/elf/logs get_coldFiles_TuesToSat_log|/opt/elf/logs get_coldFiles_MonToSat_log|/opt/elf/logs And when i execute this, I get the... (1 Reply)
Discussion started by: DevM
1 Replies

4. Shell Programming and Scripting

permission clarification

crw-rw-rw- 1 root root 1, 5 May 6 1998 /dev/zero brw----rw- 1 root floppy 2, 28 May 6 1998 /dev/fd0H1440 In the above permission what is above C and B indicates? Thanks (1 Reply)
Discussion started by: thelakbe
1 Replies

5. UNIX for Advanced & Expert Users

Need clarification

We are facing problem while executin below script, cat $PIPE_FILE | imscp - "${LRX_FILE_LOC}" 2>&1 | tee "${LIST_DIR}/${IMSCP_OUT_FILE}" & sqlplus -s ${REPORTING_CONNECT} <<EOF whenever sqlerror exit 1 rollback spool ${PIPE_FILE} start ${LRX_EXEC_SQL} ${LRX_MDL_RUN_DATE} spool off exit... (4 Replies)
Discussion started by: samiks14
4 Replies

6. AIX

grep -- clarification

Hi, I have a file which contains below info : $ cat test_file kenny denny kite I want to get all th file names which starts with k. Hence i used below command but the result was not up to the mark : $ grep 'k*' test_file kenny denny kite Can someone please explain me why this is... (1 Reply)
Discussion started by: merajh
1 Replies

7. Web Development

Clarification

:confused: Hi All, i am new to unix....so i am not sure whether i am asking the related question with our forum.. My question .....Can anyone explain me about the CGI script is it something related to Unix or Linux or some other language. Thanks in advance Sha (1 Reply)
Discussion started by: Shahul
1 Replies

8. Shell Programming and Scripting

TimeStamp clarification

I just now read the doc in https://www.unix.com/tips-tutorials/35535-understanding-unix-timekeeping.html Need clarification that half of the files in any directory is shown in below pattern in which time stamp pattern is highlighted And half of the files are shown in different pattern... (2 Replies)
Discussion started by: Sreejith_VK
2 Replies

9. Shell Programming and Scripting

need clarification about tr -d command ?

Hi , I need your help to know the exact operation of this following code .. cat file1 | ux2dos | tr -d ''>>file2 file1 contains only one line : "DTS-PO\SPECTRUM WO 56" the data contains a META CHAR "\" .. look at the above line. But , The file2 output contains :... (7 Replies)
Discussion started by: vparunkumar
7 Replies

10. Shell Programming and Scripting

Need clarification

Hi All, I am using Korn Shell HP UNIX and i am writing my scripts with filename extension as ksh or sh .. I want to know what is the difference if i am giving ksh and sh Other thing when we execute the shell script either we make it as executable and run directly else we give '.' or 'sh'... (2 Replies)
Discussion started by: ravi.sadani19
2 Replies
Login or Register to Ask a Question