1ISNSSETUP(8) System Manager's Manual ISNSSETUP(8)
2
3
4
6 isnssetup - a simple script to bootstrap an iSNS server, including se‐
7 curity
8
10 isnssetup
11
13 isnssetup is a command line utility for for bootstrapping your iSNS in‐
14 stallation. It sets up the authentication credentials, sets up the
15 ServerAddress to be localhost, and registers the appropriate values in
16 the iSNS database. The isnssetup script does not take any options.
17
18 Running this script performs the following steps:
19
20 • Set ServerAddress to localhost and Security to 1 for isnsad‐
21 min.conf and isnsdd.conf.
22
23 • Initialize security files by running isnsd --init, copying the
24 public key to the server key, then restarting the isnsd daemon,
25 so that it sees the new authorization files.
26
27 • Registering the control node policy, the control node itself,
28 and lastly registering the server policy.
29
30 Note that this script is supplied as an example, although you should be
31 able to use it directly if you wish. You have to be root to run this
32 script successfully.
33
35 This script does not take systemd into account, so you may have to mod‐
36 ify it to get it to work on a modern system.
37
39 RFC 4171, isnsadm(8), isnsd(8), isns_config(5).
40
42 Olaf Kirch <olaf.kirch@oracle.com>
43
44
45
46 4 Dec 2020 ISNSSETUP(8)