What parameters are needed to start a Naming Server client program?
There are three ways to start a Naming Server client program. A simple example will help to elaborate. Suppose three are three VisiBroker Naming Service running on host “TestHost”: ns1, ns2 and ns3. And there are three servers: sr1, sr2, sr3, running on differnt port 20001, 20002, 20003 on host “TestHost”. sr1 binds itself in ns1; sr2 binds itself in ns2 and sr3 binds itself in ns3. 1. -DSVCnameroot You can use -DSVCnameroot to specify which VisiBroker Naming Service you want to bootstrap. For instance, if you want to bootstrap into ns1, then you start your client program as: ;;; vbj -DSVCnameroot=ns1
There are three ways to start a Naming Server client program. A simple example will help to elaborate. Suppose three are three VisiBroker Naming Service running on host “TestHost”: ns1, ns2 and ns3. And there are three servers: sr1, sr2, sr3, running on differnt port 20001, 20002, 20003 on host “TestHost”. sr1 binds itself in ns1; sr2 binds itself in ns2 and sr3 binds itself in ns3. 1. -DSVCnameroot You can use -DSVCnameroot to specify which VisiBroker Naming Service you want to bootstrap. For instance, if you want to bootstrap into ns1, then you start your client program as: vbj -DSVCnameroot=ns1