Lose IP after TL Update


 
Thread Tools Search this Thread
Operating Systems AIX Lose IP after TL Update
# 1  
Old 08-08-2013
Lose IP after TL Update

Hi,

sometimes when do TL Updates on AIX machines i loose the IP's. For example I lately updated two machines from 6.1 TL4 and 6.1 TL1 to TL8SP2, they both lost their ip's, when I connect to the console and do smit tcpip all information is still there, i just have to confirm with return and everything is fine..

This does not happen on all systems where I do the update, only on some. I have no clue when it happens. Does anybody know this behaviour and knows the why and when this happens?

Regards, FF
# 2  
Old 08-08-2013
Hi,

we had a similar problem with our VIO-Server (oslevel 6100-07-03).
Sometimes after a reboot, the server starts without an ip configuration. But within smitty all information was present.

In our case, the supports told us that the etherchannel (LACP) was not ready when the server try to configure the ip adress.

Code:
0821-007 cfgif: ifconfig command failed. The status of "enX" Interface in the current running system is uncertain.

We got a efix for that problem.

May this help you.

Regards

Last edited by Scott; 08-08-2013 at 11:08 AM.. Reason: Code tags
# 3  
Old 08-09-2013
Hello there,
Check you ssh version compatibility with your TL version , I have my two cents on this.

Upgrade your SSH version and it should eliminate your problem, coz if you jump to a much higher level you need to upgrade ssh too.
# 4  
Old 08-12-2013
Hi,
I updated to the TL8SP2 with smit update_all, so ssh should have been updated in the same step as the rest. I am on ssh level 6.0.0.6100 now.
I guess that can't be the problem...

Regards, Marc
# 5  
Old 08-12-2013
Can you send me the output of
Code:
# lslpp -L | grep ssh

and
Code:
# oslevel -rl 6100-08


Last edited by Scott; 08-12-2013 at 01:25 PM.. Reason: Please use code tags
# 6  
Old 08-13-2013
Hi, here is the output:

Code:
#lslpp -L|grep ssh
openssh.base.client     6.0.0.6100    C     F    Open Secure Shell Commands
  openssh.base.server     6.0.0.6100    C     F    Open Secure Shell Server
  openssh.license         5.4.0.6101    C     F    Open Secure Shell License
  openssh.man.en_US       6.0.0.6100    C     F    Open Secure Shell
  openssh.msg.CA_ES       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.CS_CZ       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.DE_DE       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.EN_US       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.ES_ES       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.FR_FR       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.HU_HU       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.IT_IT       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.JA_JP       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.Ja_JP       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.KO_KR       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.PL_PL       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.PT_BR       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.RU_RU       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.SK_SK       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.ZH_CN       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.ZH_TW       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.Zh_CN       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.Zh_TW       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.ca_ES       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.cs_CZ       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.de_DE       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.en_US       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.es_ES       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.fr_FR       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.hu_HU       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.it_IT       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.ja_JP       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.ko_KR       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.pl_PL       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.pt_BR       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.ru_RU       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.sk_SK       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.zh_CN       6.0.0.6100    C     F    Open Secure Shell Messages -
  openssh.msg.zh_TW       6.0.0.6100    C     F    Open Secure Shell Messages -
You have mail in /usr/spool/mail/root

Code:
#oslevel -rl 6100-08

doesn't give an output.
# 7  
Old 08-13-2013
Ok,
Why is openssh.license at a lower level?

openssh.license 5.4.0.6101 C F Open Secure Shell License

Update the license file to 6.0.0.6100, and then let me know if the problem still exist.

The no o/p is good thing.

On the other hand run #lppchk -v

Also, you don't need to have all that international language (msg) crap with you, delete all other msg files except "openssh.msg.en_US"
If you are not in US but other country, then keep the msg of their regional language.

Last edited by ibmtech; 08-13-2013 at 01:41 PM.. Reason: Added more stuff
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

Lose default gateway

hello iv 2 AIX P720 machine aix 6.1 6100-02-03-0909 both , hacmp ver 6.1.0.0 both machine connect to the same switch. after networking fault , one of the machines lost his default gateway !!! what can be the reason ? thx (4 Replies)
Discussion started by: ariec
4 Replies

2. AIX

AIX with 2 Net Interfaces lose connectivity

hi guys We have a AIX Server with TSM installed. This server has en0 for administration purposes and we have en1 for backup stuff. en0 subnet 10.10.10.x en1 subnet 10.10.20.x The issue we are having is all of a sudden the LPARs we are backing up lose connectivity to the AIX-TSM Server.... (23 Replies)
Discussion started by: karlochacon
23 Replies

3. Shell Programming and Scripting

Does a variable lose its value outside the loop in shell script?

hi, when we assign a variable inside a for loop or while loop in a shell script, does it loses its value after comming out of the loop. i am facing this issue. can anyone help me?? (8 Replies)
Discussion started by: Little
8 Replies

4. UNIX for Dummies Questions & Answers

Trying to lose XP & Install Suse 10.1

Hello, I bought a second pc to install Suse 10.1 on. It came with Xp pro installed on it. I downloaded Suse 10.1, burned 5 CD's, changed bios to boot from the cdrom, restart the pc & Xp loads. Any suggestions? Thank You (1 Reply)
Discussion started by: Nick7269
1 Replies

5. Solaris

Will I lose drivers while upgrading to ten?

I'm running Solaris 8 with a box I just got and it has a VGA connection. Will I lose the VGA driver while upgrading to 10? I don't have a Sun Monitor so if so I'll be screwed. Tia (0 Replies)
Discussion started by: PapaPark
0 Replies
Login or Register to Ask a Question