1clinfo(1M) System Administration Commands clinfo(1M)
2
3
4
6 clinfo - display cluster information
7
9 clinfo [-nh]
10
11
13 The clinfo command displays cluster configuration information about the
14 node from which the command is executed.
15
16
17 Without arguments, clinfo returns an exit status of 0 if the node is
18 configured and booted as part of a cluster. Otherwise, clinfo returns
19 an exit status of 1.
20
22 The following options are supported:
23
24 -h Displays the highest node number allowed to be configured. This
25 is different from the maximum number of nodes supported in a
26 given cluster. The current highest configured node number can
27 change immediately after the command returns since new nodes can
28 be dynamically added to a running cluster.
29
30 For example, clinfo -h might return 64, meaning that the highest
31 number you can use to identify a node is 64. See the Sun Cluster
32 3.0 System Administration Guide for a description of utilities
33 you can use to determine the number of nodes in a cluster.
34
35
36 -n Prints the number of the node from which clinfo is executed.
37
38
40 The following exit values are returned:
41
42 0 Successful completion.
43
44
45 1 An error occurred.
46
47 This is usually because the node is not configured or booted as
48 part of a cluster.
49
50
52 See attributes(5) for descriptions of the following attributes:
53
54
55
56
57 ┌─────────────────────────────┬─────────────────────────────┐
58 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
59 ├─────────────────────────────┼─────────────────────────────┤
60 │Availability │SUNWcsu │
61 └─────────────────────────────┴─────────────────────────────┘
62
64 attributes(5)
65
66
67
68SunOS 5.11 12 Mar 2002 clinfo(1M)