Let's look at a few examples of how you'd use the network manager.
Since en_ionet is the default resolver when you start lsm-qnet.so, you can simply issue commands like:
ls /net/lab2/
If you have a machine called lab2 on your LAN, you'll see the contents of its root directory.
mount -Tio-pkt -o"mount=:,resolve=dns,mount=.com:.net:.edu" /lib/dll/lsm-qnet.so
In this example, Qnet will use both its native en_ionet resolver (indicated by the first mount= command) and DNS for resolving remote names.
Note that we've specified several types of domain names (mount=.com:.net:.edu) as mountpoints, simply to ensure better remote name resolution.
Now you could enter a command such as:
ls /net/qnet.qnx.com/repository
and you'd get a listing of the repository directory at the qnet.qnx.com site.