Unix Technical Forum

solaris IDS 9.4 wont start after patch install

This is a discussion on solaris IDS 9.4 wont start after patch install within the Informix forums, part of the Database Server Software category; --> Hi Folks, After installing patches on a solaris 8 system and trying to start informix. Informix is not able ...


Go Back   Unix Technical Forum > Database Server Software > Informix

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-20-2008, 09:51 AM
zombie
 
Posts: n/a
Default solaris IDS 9.4 wont start after patch install

Hi Folks,

After installing patches on a solaris 8 system and trying to start informix.
Informix is not able to look up /etc/services file to translate the service name
to a port number, so I put the actual port number in the sql hosts file. Then
informix would come up.

Now it doesn't allow any user to log on as it says..
12:55:01 Get Shadow Password for user [abc] failed!
12:55:01 Check for password aging/account lock-out.
12:55:01 listener-thread: err = -951: oserr = 4: errstr = abc: Incorrect
password or user abc is not known on the database server.
System error = 4.
12:55:02 Get Shadow Password for user [abc] failed!
12:55:02 Check for password aging/account lock-out.
12:55:02 listener-thread: err = -951: oserr = 4: errstr = abc: Incorrect
password or user abc is not known on the database server.
System error = 4.


Any pointers would be greatly helpful....

Thanks,
Zombie


--
zombie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-20-2008, 09:51 AM
Neil Truby
 
Posts: n/a
Default Re: solaris IDS 9.4 wont start after patch install

Permissions on /etc/services?

--
Neil Truby t:01932 724027
Director m:07798 811708
Ardenta Limited e:neil.truby@ardenta.com

"zombie" <zombie_member@newsguy.com> wrote in message
news:144496795.00008400.071.0001@drn.newsguy.com.. .
> Hi Folks,
>
> After installing patches on a solaris 8 system and trying to start
> informix.
> Informix is not able to look up /etc/services file to translate the
> service name
> to a port number, so I put the actual port number in the sql hosts file.
> Then
> informix would come up.
>
> Now it doesn't allow any user to log on as it says..
> 12:55:01 Get Shadow Password for user [abc] failed!
> 12:55:01 Check for password aging/account lock-out.
> 12:55:01 listener-thread: err = -951: oserr = 4: errstr = abc: Incorrect
> password or user abc is not known on the database server.
> System error = 4.
> 12:55:02 Get Shadow Password for user [abc] failed!
> 12:55:02 Check for password aging/account lock-out.
> 12:55:02 listener-thread: err = -951: oserr = 4: errstr = abc: Incorrect
> password or user abc is not known on the database server.
> System error = 4.
>
>
> Any pointers would be greatly helpful....
>
> Thanks,
> Zombie
>
>
> --
> zombie



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-20-2008, 09:51 AM
zombie
 
Posts: n/a
Default Re: solaris IDS 9.4 wont start after patch install


>Permissions on /etc/services?
>


lrwxrwxrwx 1 root root 15 Sep 23 2004 /etc/services ->
../inet/services

-r--r--r-- 1 root sys 3724 Dec 13 11:17 /etc/inet/services


--
zombie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-20-2008, 09:52 AM
david@smooth1.co.uk
 
Posts: n/a
Default Re: solaris IDS 9.4 wont start after patch install


Is the entry still in /etc/services?

What does netstat -a show for the port Informix is listening on? A port
number or service name?

I once had a client patch a system and somehow /etc/services was
replaced with the
default one rather than the one containing my entries.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-20-2008, 09:52 AM
Guy Bowerman
 
Posts: n/a
Default Re: solaris IDS 9.4 wont start after patch install

There was a Solaris 8 patch 108993-27 that introduced a problem like
this by re-implementing stdio file I/O functions, used by many of the
libnsl functions, which caused EINVAL to be returned erroneously. The
Informix bug number for tracking was 171594.

The problem was resolved in Solaris patch:
108993-37

If you already have 108993-37 or later it may be a new problem.

Regards
Guy

zombie wrote:
> Hi Folks,
>
> After installing patches on a solaris 8 system and trying to start informix.
> Informix is not able to look up /etc/services file to translate the service name
> to a port number, so I put the actual port number in the sql hosts file. Then
> informix would come up.
>
> Now it doesn't allow any user to log on as it says..
> 12:55:01 Get Shadow Password for user [abc] failed!
> 12:55:01 Check for password aging/account lock-out.
> 12:55:01 listener-thread: err = -951: oserr = 4: errstr = abc: Incorrect
> password or user abc is not known on the database server.
> System error = 4.
> 12:55:02 Get Shadow Password for user [abc] failed!
> 12:55:02 Check for password aging/account lock-out.
> 12:55:02 listener-thread: err = -951: oserr = 4: errstr = abc: Incorrect
> password or user abc is not known on the database server.
> System error = 4.
>
>
> Any pointers would be greatly helpful....
>
> Thanks,
> Zombie
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-20-2008, 09:52 AM
zombie
 
Posts: n/a
Default Re: solaris IDS 9.4 wont start after patch install

For everyone elses benefit...

A linker patch from SUN caused all the havoc...

patch 109147-39 is the culprit. SUN has now withdrawn this patch from the patch
cluster.

Informix becomes unusable with this patch installed.
Heard that there are other applications that crumble when this patch is
installed.

Thanks,
zombie

In article <tELnf.13528$Ea6.9600@trnddc08>, Guy Bowerman says...
>
>There was a Solaris 8 patch 108993-27 that introduced a problem like
>this by re-implementing stdio file I/O functions, used by many of the
>libnsl functions, which caused EINVAL to be returned erroneously. The
>Informix bug number for tracking was 171594.
>
>The problem was resolved in Solaris patch:
>108993-37
>
>If you already have 108993-37 or later it may be a new problem.
>
>Regards
>Guy
>
>zombie wrote:
>> Hi Folks,
>>
>> After installing patches on a solaris 8 system and trying to start informix.
>>Informix is not able to look up /etc/services file to translate the service name
>> to a port number, so I put the actual port number in the sql hosts file. Then
>> informix would come up.
>>
>> Now it doesn't allow any user to log on as it says..
>> 12:55:01 Get Shadow Password for user [abc] failed!
>> 12:55:01 Check for password aging/account lock-out.
>> 12:55:01 listener-thread: err = -951: oserr = 4: errstr = abc: Incorrect
>> password or user abc is not known on the database server.
>> System error = 4.
>> 12:55:02 Get Shadow Password for user [abc] failed!
>> 12:55:02 Check for password aging/account lock-out.
>> 12:55:02 listener-thread: err = -951: oserr = 4: errstr = abc: Incorrect
>> password or user abc is not known on the database server.
>> System error = 4.
>>
>>
>> Any pointers would be greatly helpful....
>>
>> Thanks,
>> Zombie
>>
>>



--
zombie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:55 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com