Sponsored Content
Operating Systems AIX Nim client with different subnet to Master Post 302872483 by ibmtech on Friday 8th of November 2013 12:24:47 PM
Old 11-08-2013
Ok, first of all I need to know the 'IP, gateway address & subnet mask of NIM and client (of 193 network).

If you are restoring mksysb on new client using NIM, you use SMS menu to configure the IP's

Giving an example of my environment
Code:
Under the Main menu, 
select option no 2. Setup remote IPL (Initial program Load)
Select the network adapter
Select IPv4, then BOOTP, then IP Parameters
IP Parameters
Interpartition Logical LAN: U9117.MMD.104F3F7-V15-C4-T1
 1.   Client IP Address                    [10.10.170.250]    --> My client IP
 2.   Server IP Address                    [10.10.4.140]    --> My NIM IP
 3.   Gateway IP Address                   [10.10.170.1]    --> Client Default G/W
 4.   Subnet Mask                          [255.255.255.0]   --> Client Subnet mask
 press esc (escape), and select option 3. Ping test

The ping test should be successful.

The above is for new clients

If you are saying you already have some client existing on 193 network, then you gotta define the network on NIM server 1st, and on client run the below
Code:
niminit -a master=<nimserver name> -a name=<clientname>
then run 
smitty nim_config_services  --> Communication Protocol used by client --> nimsh

Hit enter and try to connect from NIM, it should work.


Hope this helps.

Last edited by ibmtech; 11-08-2013 at 01:27 PM.. Reason: Example
 

10 More Discussions You Might Find Interesting

1. AIX

Nim Master Problem

All, I'm testing NIM on a 7026-m80 machine. But everytime i want to setup the master, i get this error message... Anyone who knows how to solve this issue? google doesn't seem to know much about it # nim_master_setup ############################## NIM master setup... (1 Reply)
Discussion started by: kvanelshocht
1 Replies

2. AIX

nim master

Hi, I want to know what are steps required to create nim master in aix? Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. AIX

nim master

Hi, I want to know how to create nim master in AIX 5.3. Regards, Manoj (0 Replies)
Discussion started by: manoj.solaris
0 Replies

4. AIX

NIM master-client connectivity issue

Hello All, I believe my NIM master is fine. lsnim and cat /etc/niminfo gives me the right output. While doing "lsnim" on a client machine, I get ksh:lsnim:"not found". Please someone be nice enough to explain what are the steps to verify the master and client connectivity to do all the NIM... (3 Replies)
Discussion started by: solaix14
3 Replies

5. AIX

Back up a client NIM from nim master

Hello everyone Im trying to backup a nim client from nim master but I got this message COMMAND STATUS Command: failed stdout: yes stderr: no Before command completion, additional instructions may appear below. 0042-001 nim:... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

6. AIX

Changing subnet mask for a NIM Network.

I am new to this forum so please bare with me. I did search for this answer prior to posting but no luck. Running an AIX NIM Master at 5.3TL9SP4, with about 100 clients. The subnet of one of the networks defined in the NIM env has changed. When I go to Manage Networks, Change/Show... (0 Replies)
Discussion started by: juredd1
0 Replies

7. AIX

NIM : remove nim client info from the client

Hi. I change my client's IP and hostname but I forgot to change anything on the master. How can I redefine or modify my client's resource from my master, or with using smit niminit from my client ? Tks (2 Replies)
Discussion started by: stephnane
2 Replies

8. AIX

NIM Master hostname

hi Admins, How can I check the NIM master hostname/IP name from NIM client ? I don't see any option that I can try with nimclient command. Let me know.. Thanks, (5 Replies)
Discussion started by: snchaudhari2
5 Replies

9. AIX

NIM master with multiple client subnets

Hi Guys, I'm building a new NIM environment with clients on 3 different subnets. I want to get some advise on what is the best approach for this kind of setup. This is the sample network for my new NIM. Master IP: 10.20.1.20 Client IP subnet_1: 10.20.1.21 Client IP subnet_1: 10.30.1.21... (5 Replies)
Discussion started by: kaelu26
5 Replies

10. AIX

Problem in communication nim client with nim master

Hello, I have an AIX6.1 machine which is a nim client to my nim master which is also AIX6.1 machine. I had some problem to perform an installation on my client using smit nim . i removed /etc/niminfo file in order to do the initialization again but when i run the command niminit -a name=client... (0 Replies)
Discussion started by: omonoiatis9
0 Replies
roar_stream_exec(3)					System Manager's Manual: RoarAudio				       roar_stream_exec(3)

NAME
roar_stream_exec - Set a stream as master stream of a client SYNOPSIS
#include <roaraudio.h> int roar_stream_exec(struct roar_connection * con, struct roar_stream * s); DESCRIPTION
This sets a stream to be the master stream of a client. A master stream is a stream send via the client's controll channel. If a master stream is closed the client and all it's streams are closed. Setting a master stream can not be undone nor can any controll commands be send anymore. This is used mainly for opening a connection for just playback without need to change things later like roar_simple_play(3) does it. PARAMETERS
con The connection to the server. s The stream to be set as master stream. RETURN VALUE
On success these calls return 0. On error, -1 is returned. EXAMPLES
FIXME SEE ALSO
roar_simple_play(3), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_stream_exec(3)
All times are GMT -4. The time now is 02:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy