1832853 Members
2924 Online
110047 Solutions
New Discussion

Re: HP Unix Node

 
David_492
Advisor

HP Unix Node


Dear All

I have hp unix server i partioned into two identical nodes node1 and node2 npar two partion now the server has two ethernet port each port for each partion and the ip address on the same network and same subnet.

as below:

1. node1 is 10.0.0.1 255.0.0.0

2. node2 is 10.0.0.2 255.0.0.0

the problem that i can ping and telnet 10.0.0.1 but i cant ping or telnet 10.0.0.2 why?

any suggesstion

Thank you all
2 REPLIES 2
Marcin Wicinski
Trusted Contributor

Re: HP Unix Node

hi,
check routing on node2.
Marcin Wicinski
TommyT
Valued Contributor

Re: HP Unix Node

Hi!

netstat -rn

if there is no default gateway add it.

route add xxx.xxx.xxx.xxx 1
look at man for "route"

And look at the netconf file and edit /etc/rc.config.d/netconf
for node2

//Tommy
tompa