nimsh configuration on the clients


 
Thread Tools Search this Thread
Operating Systems AIX nimsh configuration on the clients
# 1  
Old 05-17-2011
nimsh configuration on the clients

Hi,
I do not want to use rsh to install and push software on my clients because we are trying to increase the security in our company.
I setup nimsh (nimconfig -c) on my master (6.1TL6SP6) without any errors.

I install openssl on my client (5.3TL12SP3) and ran nimclient -c as indicated in the IBM redbook NIM from A to Z, but I get the following error :
Code:
0042-154 nimclient: the file or directory "/opt/freeware/lib/libssl.a" does not exist

That file does not exist on my nim server either, libssl.a is in /usr/lib and there is no link.

Any idea for a fix?
Smilie

Last edited by zaxxon; 05-18-2011 at 07:44 AM.. Reason: code tags
# 2  
Old 05-17-2011
You are probably just exposed to the difference in the description in this old redbook and the slight differences in later levels of the open ssl install locations, or your /usr/lib/libssl.a is the wrong version, possibly owned by another install.

You could use LIBPATH or grab a copy of Openssl's libssl.a and put it in /opt/freeware/lib or if your /usr/lib is the correct one for your Openssl then just copy or even link it to /opt/freeware/lib.

I only have libssl.a in usr/lib and it is the Openssl one, there is no link in /opt/freeware/lib but then I've not tried installing or using nimsh.

Code:
# lslpp -w /usr/lib/libssl.a
  File                                        Fileset               Type
  ----------------------------------------------------------------------------
  /usr/lib/libssl.a                           openssl.base          File


HTH
# 3  
Old 05-18-2011
Thanks very much for the fast reply :-)

Now I get
Code:
0042-001 nimclient: processing error encountered on "master":
   ar: 0707-109 Member name /opt/freeware/lib/libssl.so.0 does not exist.

I do not find libssl.sl.0 anywhere in that server...

Moderator's Comments:
Mod Comment Please use [code] and [/code] tags when posting code, data or logs etc. to preserve formatting and enhance readability, thanks.

Last edited by zaxxon; 05-18-2011 at 07:45 AM.. Reason: code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

Clients - Server ( UDP )

Hello, I have a question: I want to create a n client to one server connection. This is the client-server algorithm. Enybody help to make the changes? (0 Replies)
Discussion started by: MaHmur
0 Replies

2. Shell Programming and Scripting

Script to remove clients

I have a list of clients $ cat clientlist client1 client2 client3 client4 I need a script to read these clients from a file and list the contanining policies for each client ( one client may belong to more than one policy), then I'd like to remove the client from all... (2 Replies)
Discussion started by: Sara_84
2 Replies

3. UNIX for Dummies Questions & Answers

who am i showing clients hostname not ip?

i have two solaris 7 machines, host1 and host2 - host2 was "created" from host1 by using ufsdump/ufsrestore. on host1 > who am i user1 pts/175 Aug 8 11:22 (192.23.128.12) on host2 > who am i user1 pts/4 Aug 8 11:19 (coscwm5643_w764.xxx.mmmm.com) what... (2 Replies)
Discussion started by: rbaskett
2 Replies

4. AIX

Request denied by nimsh

Hello, i try to configure NIM master & client and backup couple of boxes to master nim server. I have successfully setup for the NIM environment both for client and server (i think), but when i try to make mksyb image i get this message: 0042-001 nim: processing error encountered on "master": ... (2 Replies)
Discussion started by: d3v1ous
2 Replies

5. Programming

forking for multiple clients

hello everyone, i am making a tcp chat server using c in linux. i have used socket programming to connect the server and the client. can anyone please let me know how i can use forking for multiple clients?? thank you (1 Reply)
Discussion started by: sweetbella
1 Replies

6. Solaris

Jumpstart Multiple Clients

We have a WAN boot jumpstart server which works fine .. we have a requirement wherein we would require to jumpstart multiple sparc servers simultaneously, Whats the way .. so that we do not have to wait for a cleint to complete the installation before starting with another server. Any help would... (1 Reply)
Discussion started by: fugitive
1 Replies

7. UNIX for Advanced & Expert Users

Benchmarking a new Solaris, with four different clients

Good morning, for the impatient: I have a new backup-server and need to monitor, what the machine can do, what's the best way of finding that out? I will tell the story right from the beginning, so you have a clue about what's going on: I have a setup of three machines: A new... (6 Replies)
Discussion started by: PatrickBaer
6 Replies

8. UNIX for Advanced & Expert Users

Tracking NTP Clients

I need to find out the NTP Clients which are syncing with my NTP Server in a Unix(Linux/Solaris) Machine. For eg. How many Stratum 2 Servers sync the time with my Stratum1 Server. Is there any way to track it? edit by bakunin: moving the thread to where it belongs: the technical forums. (4 Replies)
Discussion started by: hottyspidy
4 Replies

9. IP Networking

Multihomed DNS Clients?

I'm not sure it that's the right term for what I'm asking about, but it's the best I could come up with. Here is my situation... I'm setting up a network using OpenVPN. The clients I'm setting up will need to be able to access their own DNS servers (to resolve internal names at their location)... (4 Replies)
Discussion started by: deckard
4 Replies
Login or Register to Ask a Question