Sponsored Content
Operating Systems AIX Nim client with different subnet to Master Post 302872433 by ibmtech on Friday 8th of November 2013 11:11:35 AM
Old 11-08-2013
Yes you can do it,
Code:
smitty nim --> perform administrative tasks --> Manage network --> define a network (ent)
                                            Define a Network

Type or select values in entry fields.
Press Enter AFTER making all desired changes.

                                                        [Entry Fields]
* Network Name                                       [Net_193_X]
* Network Type                                        ent
* Ethernet Type                                       Standard                                        +
* Network IP Address                                 [xx.xx.xx.0]
* Subnetmask                                         [xxx.xxx.xxx.xxx]
  Default Gateway for this Network                   []
  Other Network Type                                                                                  +
  Comments                                           [193 Network]

You have to define the Network IP address (say you have 10.10.193.xxx) then you will mention 10.10.193.0 (remember the zero)
Also ask your network team what is the subnet mask and enter it there and hit enter.

You can run lsnim -c networks to view the defined network.

Also run lsnim -l Net_193_X, to check the Network address and subnet mask.

You will 1st do an entry on new hosts in /etc/hosts file of nim server (IP and Hostname) and when you define a new machine (you will see the NIM network as Net_193_X)

Now the tricky part,
In the SMS menu of the client under "Gateway IP Address" you will mention the Gateway of client (193.X) and NOT NIM server gateway.

Last edited by ibmtech; 11-08-2013 at 12:35 PM.. Reason: Added another code
 

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 11:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy