Displaying 2 results from an estimated 2 matches for "netsa".
Did you mean:
netra
2012 Mar 16
1
SiLK
Hi,
Does anyone have the CERT SiLK tools packaged for CentOS 6.x?
--
Stephen Clark
*NetWolves*
Director of Technology
Phone: 813-579-3200
Fax: 813-882-0209
Email: steve.clark at netwolves.com
http://www.netwolves.com
2007 Jun 21
0
Network issue in RHCS/GFS environment
...en format it to GFS filesystem.
Code:
# gfs_mkfs -p lock_dlm -t real:gfs -j 2 /dev/vg_milan/nesta
Here, the string "real" is the cluster name.
Then, I mount the formatted lv on the nodes one by one:
In node1:
[root@node1 ~]# mkdir -p /share
[root@node1 ~]# mount -t gfs /dev/vg_milan/netsa /share
[root@node1 ~]# chmod 777 /share
Repeat the above three steps in node2.
3. Configure the samba on node1 and node2, export /share as SMB share
named "stress".
Now, I installed Windows on other two machines:
192.168.11.31 and 192.168.11.32
In 192.168.11.31, map the //192.168.11...