Operating System - HP-UX
1847883 Members
5325 Online
104021 Solutions
New Discussion

Re: Problem loading libpam_unix.1

 
Alex Lavrov
Regular Advisor

Problem loading libpam_unix.1

Hello,
I'm using Tivoli on my servers and sometimes I get an error message:
"load_modules: can not open module /usr/lib/security/libpam_unix.1"

I don't know where the problem is ....
In HPUX or Tivoli ...

Thanx.
10 REPLIES 10
Vijaya Kumar_3
Respected Contributor

Re: Problem loading libpam_unix.1

it is the PAM module used by HP-UX for authentication purposes, i hope. I dont know much about Tivoli, but are you doing any authentication that uses unix users and groups.

Also, i doubt you are getting the error message "sometimes"... can u pls specific about when do u get this error?

Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
Alex Lavrov
Regular Advisor

Re: Problem loading libpam_unix.1

Hey, well, I'm not tha fimiliar with Tivoli, so I don't know when it uses the authentication module, but I get this message atlest 2-3 times a week.
How can I check if this module is OK and the problem is not in HPUX (or it is and Tivoli is OK) .... ?
Steve Steel
Honored Contributor

Re: Problem loading libpam_unix.1

Hi


This is probably cause dby an attempt to ftp in to the box and not the tivoli

Sub logins can do it


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Cheryl Griffin
Honored Contributor

Re: Problem loading libpam_unix.1

What's the permissions, owner:group?
# ll /usr/lib/security/libpam_unix.1
-rwxr-xr-x 1 root sys 184320 Oct 15 2001 /usr/lib/security/libp
am_unix.1

# chmod 755 libpam_unix.1
# chown root:sys libpam_unix.1
"Downtime is a Crime."
Alex Lavrov
Regular Advisor

Re: Problem loading libpam_unix.1

Hello,
it was r-xr-xr-x, I changed it as u suggested.
Hope it will help ...

thanx.
Maxim Rozin
Frequent Advisor

Re: Problem loading libpam_unix.1

It did not help ...
I get the same message.
ranganath ramachandra
Esteemed Contributor

Re: Problem loading libpam_unix.1

can you check, through chatr, whether this library depends on /usr/lib/libdld.1 ? if so, and if you are using a loader version B.11.36 or later (as reported by "what /usr/lib/dld.sl"), then the library cannot be used in a 11.x application that also depends on /usr/lib/libdld.2. almost all 11.x applications use libdld.2 since libc.2 itself depends on it.
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo

Mark Hunt
New Member

Re: Problem loading libpam_unix.1

We are seeing the same problem and IBM had no clue !!! We can't get the job scheduler to even work because of what is going on here.

The load modules error shows up anytime someone tries to log into the job scheduler GUI. "tivjsc"
It uses existing local accounts UID.

I can run the "tivoli" util. as root no problem and set up users, but no one, even root can log into the job scheduler.

I'Ve tried a few things with no luck.

Any more ideas >??????

Maybe a libfile line in pam.conf needs to be pointed to one of its own libauth files???

Jeff P. Nuebel
Rockwell - Collins
Sundar_7
Honored Contributor

Re: Problem loading libpam_unix.1

If you use just using the default authentication sources, did you try restoring /etc/pam.conf from the default pam.conf file in /usr/newconfig/etc/ directory.
Learn What to do ,How to do and more importantly When to do ?
Mark Hunt
New Member

Re: Problem loading libpam_unix.1

Both pam.conf's are the same.

jpn