Hello,
I was wondering if anyone could help me with how to create virtual nodes?
This is what I have, as far as creating virtual nodes.
For example, if I were to make a virtual node called blah
~~~
#cd /dev
#./MAKEDEV blah
adding to /etc/vntab :
/dev/blah /usr/blah.vn mount=/usr/blah
#vnconfig -s labels -S 4g -T -c /dev/blah /data/blah
#vnconfig -u /dev/blah /usr/blah
# mewfs blah
# mount /dev/blah /usr/blah
~~~
So would that all work? I am just doing this off the top of my head and I think I have miss matched some steps, or confused something.
I can not test it on a system as I am surrounded by production servers.
Any and all replies and help are appreciated.
Thank you.
Florian