Hi Biplav,
My first guess is that the chaincode is not installed on node 2 yet. Make sure you have installed chaincode on each node (beginning of Step 7).
If not you can check whether the fabric network is up and running already: try to issue
$ docker exec cli peer channel getinfo -c channelall
on each node. They should have the same info if they have joined the channel.
kc