blob: 588e235e6290bf68d8f1680a34e09b012757e0cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
------------------------------------------------------------------------
Netdisco has been installed.
In order to get up and running, there are a few more steps to complete:
1) fetch http://standards.ieee.org/regauth/oui/oui.txt
and copy the file oui.txt to %%DATADIR%%
2) Run the following to create and initialise the netdisco database:
sh %%DATADIR%%/sql/pg_init
sh %%DATADIR%%/sql/pg_run
sh %%DATADIR%%/sql/pg_all
3) Examine all the configuration files in %%PREFIX%%/etc/netdisco,
and modify them to suit your needs.
4) Add an initial admin user by running 'netdisco -u'
5) Import the OUI database: netdisco -o
6) Edit %%PREFIX%%/etc/netdisco/netdisco.crontab and change
center_network_device to one of your core routers/switches. Then
install the crontab:
crontab -u netdisco %%PREFIX%%/etc/netdisco/netdisco.crontab
7) Add netdisco_enable="YES" to /etc/rc.conf, and then run
%%PREFIX%%/etc/rc.d/netdisco to start the admin daemon.
8) Apache must be stopped/started (a graceful restart won't work)
------------------------------------------------------------------------
|