diff options
author | ng0896@student.uni-lj.si <ng0896@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-12-12 20:59:46 +0000 |
---|---|---|
committer | ng0896@student.uni-lj.si <ng0896@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-12-12 20:59:46 +0000 |
commit | f9fd2baaaa811a1e796ed4f359fd53588c05933f (patch) | |
tree | 0ede09482cf35abad9be632df4c5a7f37a385c45 | |
parent | 0ee967041b70e3233dc5680f1e250a75564e9b82 (diff) |
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@62 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
-rw-r--r-- | kpov_judge/tasks/smb_nfs/howtos/index.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/kpov_judge/tasks/smb_nfs/howtos/index.html b/kpov_judge/tasks/smb_nfs/howtos/index.html new file mode 100644 index 0000000..c0668d7 --- /dev/null +++ b/kpov_judge/tasks/smb_nfs/howtos/index.html @@ -0,0 +1,49 @@ +<html> +<head> +<meta http-equiv="content-type" content="text/html"; charset=utf-9"> +<title>snm</title> +</head> +<body> +<h1>smb_nfs</h1> +<p> +<p> +<h2>Quick instructions</h2> +<p> +Set up two virtual computers (simpleArbiterDhcp and FileServer). + +On SimpleArbiterDhcp find directory Mapa, read path NFS_POT and name of directory in shared folder SAMBA_SHARE. + +Copy files from directory Mapa to FileServer. + +Make sure that the directory with files will be available over NFS(which is in directoey NFS_POT) and over SMB, on directory in shared folder SAMBA_SHARE. + +</p> +<p> +Make sure that the SNMP server reports it's uptime in seconds +over SNMP under NET-SNMP-EXTEND-MIB::nsExtendOutput2Table. +</p> +<p> +Write a script called beri.sh that reads the value from the OID 1.3.6.1.4.1.8072.1.3.2.4.1.4. on SNMPServer. Set it up on SNMPClient in the home directory of the user test. + +</p> +<h2>Instructions</h2> +<ol> +<li>Download the following virtual images (*.vid) from the +<a href="http://polz.si/media/uploads/kpov/virtualke/">directory</a> +with images of virtual computers: +<ol type="disc"> +<li> +simpleArbeiterDhcp.vdi +</li> +<li> +base-student-console-2014.vdi for fileserver +</li> +</ol> +</li> + +</ol> +</li> + +</ol> +</body> +</html> |