Problem after updating the firmware!


 
Thread Tools Search this Thread
Operating Systems AIX Problem after updating the firmware!
# 1  
Old 09-10-2013
Problem after updating the firmware!

Hello AIX experts,

I have 7038-6M2 server, its operating system is AIX 5.2, and its firmware is 3K041021
After some searching on net, I tried to update its firmware level to 3K080425, so I downloaded the required rpm, and followed the steps.
After rebooting the server, it stopped and an error code appeared on its LED, the error code is: E1F0
I rebooted it again, it stopped some minutes on the same error, then some green texts appeared then I choose to login into single user mode.
Then I rebooted it for the third time, but no response!!

What is happened?! and what is the solution?!
# 2  
Old 09-10-2013
How are you using the system? Is it a standalone system? Or the management system is connected to HMC? Is it a LPAR?

If so, have you checked the compatibility of HMC, VIOS and AIX OS version with System firmware 3K08045?
# 3  
Old 09-11-2013
It is standalone system, not connected to HMC, and not LPAR.

Now I have some updates, the server is running, not the problem in the Network! I can't ping, ssh, telnet it.
I checked its network configuration and it is correct!
# 4  
Old 09-11-2013
Ok,
Can you atleast ping your default gateway?

Again check the network, gateway, services etc..,
Code:
netstat -rn
ifconfig -a (check what's the subnet mask)
lssrc -s sshd

Also,
Check the "ROM Level" of your ethernet card (by running the below command on a port)
Code:
lscfg -vpl entX, check the level with FRU number for compatibility

# 5  
Old 09-12-2013
Quote:
Originally Posted by ibmtech
Ok,
Can you atleast ping your default gateway?

Again check the network, gateway, services etc..,
Code:
netstat -rn
ifconfig -a (check what's the subnet mask)
lssrc -s sshd

Also,
Check the "ROM Level" of your ethernet card (by running the below command on a port)
Code:
lscfg -vpl entX, check the level with FRU number for compatibility


Hello Mr. ibmtech
I will do all these steps and give you feedback.
Thanks a lot.

Anyway, this is the message that appeared when I ping the server:

0821-069 ping: sendto: Cannot reach the destination network

Last edited by Mohannad; 09-12-2013 at 03:33 AM..
# 6  
Old 09-12-2013
Ok, also go the system (through console - I assume you can from your earlier email regarding network explanation).
Run the below
Code:
#ping <default gateway>
#traceroute <default gaeway>
#route get <default gateway>

Also paste the
Code:
netstat -rn and ifconfig -a output

Make sure you know the correct subnet mask and default gateway value.
# 7  
Old 09-13-2013
My apologies that i am fighting my tablet. so sending a link rather than rewrite this.

use invscout and mds (step 1 in article) to check all your firmware.

link: ROOTVG - AIX & POWER Portal - HOWTO: Prepare for Performance Assessment
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

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

2. AIX

Problem updating AIX 4.3.3 ML0 to ML11 - Error 0503-248

I am trying to apply Maintenance Level 11 to one of our older AIX machines that is currently at ML0. When I try to install the bos.rte.install for ML11 it gives the error 0503-248 stating: Verifying requisites... 0503-248 installp: Error: A fileset has parts that are different from one or more... (0 Replies)
Discussion started by: DMcNutt
0 Replies

3. Shell Programming and Scripting

Problem Executing Firmware Command using Shell Script

Guys, I have a script that should change one of the configuration Parameter in a http accelerator, this config change which will halt http traffic into device. So I have designed a script which should do these changes. But after executing this script, found that one of the input variable is not... (8 Replies)
Discussion started by: raghunsi
8 Replies

4. BSD

Firewall Build: Problem Updating, Patching

In building a firewall, I need to update and patch the operating system after the initial install. However, the compiler and sources should never be on a firewall PC. So what is the best way to do this ? This firewall PC has 2 identical drives; I was thinking of performing 2 installs, updating... (2 Replies)
Discussion started by: larsuuber
2 Replies

5. Solaris

Problem with Upgrading firmware on X4500

I have X4500 running solaris 10 with 5.10 version. The ILOM version is 1.1.1 and I want to upgrade the firmware. I setup the TFTP server on my machine using the following link. A P P E N D I X C - Updating the Firmware I could install the tftp server and could transfer a file as well. When I... (1 Reply)
Discussion started by: bharu_sri
1 Replies

6. Solaris

Error updating Firmware in X4500

I have X4500 machine with solaris 10 OS and software version 5.10. The firmware version is 1.1.1 and I am planning to upgrade the firmware. C H A P T E R 1 - Flash Upgrading Your Server to Software Release 1.2 I referred to the above link to do so. But, I do not understand what is the... (6 Replies)
Discussion started by: bharu_sri
6 Replies

7. Shell Programming and Scripting

awk updating one file with another, comparing, updating

Hello, I read and search through this wonderful forum and tried different approaches but it seems I lack some knowledge and neurones ^^ Here is what I'm trying to achieve : file1: test filea 3495; test fileb 4578; test filec 7689; test filey 9978; test filez 12300; file2: test filea... (11 Replies)
Discussion started by: mecano
11 Replies

8. Shell Programming and Scripting

Updating System Firmware

Alright we have a strange problem that i never encountered. We have a V445 Sun Fire we are trying to install it via a tadpole laptop (jumpstart laptop) the v445 takes the flash just fine, but we get an error upon reboot saying unable to locate boot device. Well our SUN guru said we need to... (2 Replies)
Discussion started by: deaconf19
2 Replies

9. UNIX for Advanced & Expert Users

Problem in updating .profile file in HP-UX B.11.00 machine

Hello All, I am using a HP-UX machine and I want to update the .profile file so that after login to my userID that will be applicable to my ID also. What I am trying to do is : In .profile file I am trying to write in /home/userID folder: export PATH=$PATH:$HOME:. so that whenever I will... (3 Replies)
Discussion started by: abhishek0071
3 Replies
Login or Register to Ask a Question