Originally posted by: Siddhartha.Sinha
Thanks for your reply but the problem is not as simple as it looks at the first place. What you told actually the basic nim load procedure.
Here is the setup which I build 3-4 years ago to use multiple NIC to suport multiple subnets and multiple customers without using any gateway and to load more clients simultaneously. Our current configuration is as below. Last two interface interface doesn't work for p6/p7 servers. I recently upgraded the OS to AIX7
Here is the original configuration root@srikrishna-lsnim -c networks
SRIKRISHNA_MASTER networks ent
192_net networks ent
SID_NET networks ent
root@srikrishna-lsnim -l 192_net
192_net:
class = networks
type = ent
Nstate = ready for use
prev_state = ready for use
net_addr = 192.168.192.0
snm = 255.255.255.0
routing1 = default 192.168.192.1
root@srikrishna-lsnim -l SRIKRISHNA_MASTER
SRIKRISHNA_MASTER:
class = networks
type = ent
Nstate = ready for use
prev_state = ready for use
net_addr = 172.21.64.0
snm = 255.255.252.0
routing1 = default 172.21.64.1
root@srikrishna-lsnim -l SID_NET
SID_NET:
class = networks
type = ent
Nstate = ready for use
prev_state = information is missing from this object's definition
net_addr = 192.168.255.0
snm = 255.255.255.0
routing1 = default 192.168.255.1
This is working configuration for P4 & P5 Servers for couple of years. I changed the above setting like this and same issue.
One of the experimental configuration root@srikrishna-lsnim -l SRIKRISHNA_MASTER
SRIKRISHNA_MASTER:
class = networks
type = ent
Nstate = ready for use
prev_state = ready for use
net_addr = 172.21.64.0
snm = 255.255.252.0
routing1 = default 172.21.64.1
routing2 = SID_NET 192.168.255.1
root@srikrishna-lsnim -l SID_NET
SID_NET:
class = networks
type = ent
Nstate = ready for use
prev_state = information is missing from this object's definition
net_addr = 192.168.255.0
snm = 255.255.255.0
routing1 = SRIKRISHNA_MASTER 192.168.255.1
Still no luck with P6/P7 Servers. But all the settings are working perfectly for P4/P5 servers. I tried all combination of the routing information but nothing worked so far.
#AIX-Forum