1prtdscp(1M)             System Administration Commands             prtdscp(1M)
2
3
4

NAME

6       prtdscp - display DSCP IP addresses
7

SYNOPSIS

9       prtdscp [-v ]
10
11
12       prtdscp [-v ] -h
13
14
15       prtdscp [-v ] -d
16
17
18       prtdscp [-v ] -s
19
20

DESCRIPTION

22       prtdscp  displays  the IP addresses associated with a Domain to Service
23       Processor Communications Protocol (DSCP)  link.  If  no  arguments  are
24       specified,  prtdscp  displays the IP addresses on both ends of the DSCP
25       link. The IP address of either the Service Processor or domain side can
26       be  displayed  separately  by  the use of the -s or -d options, respec‐
27       tively.
28

OPTIONS

30       The following options are supported:
31
32       -v    Verbose mode. Print additional details about the program's inter‐
33             nal progress to stderr.
34
35
36       -h    Help. Print a brief synopsis of the program's usage and exit. All
37             other command line arguments are ignored.
38
39
40       -d    Display only the local domain's IP address.
41
42
43       -s    Display only the remote Service Processor's IP address.
44
45

EXAMPLES

47       Example 1 Displaying both addresses
48
49
50       The following example displays both the local domain's IP  address  and
51       the remote SP's IP address:
52
53
54         # prtdscp
55         Domain Address: 192.168.103.2
56         SP Address: 192.168.103.1
57
58
59
60       Example 2 Displaying the local IP address
61
62
63       The following example displays the local domain's IP address:
64
65
66         # prtdscp -d
67         192.168.103.2
68
69
70
71       Example 3 Displaying the remote IP address
72
73
74       The following example display the remote SP's IP address:
75
76
77         # prtdscp -s
78         192.168.103.1
79
80
81

ATTRIBUTES

83       See attributes(5) for descriptions of the following attributes:
84
85
86
87
88       ┌─────────────────────────────┬─────────────────────────────┐
89       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
90       ├─────────────────────────────┼─────────────────────────────┤
91       │Availability                 │SUNWdscpr.u, SUNWdscpu.u     │
92       ├─────────────────────────────┼─────────────────────────────┤
93       │Interface Stability          │Evolving                     │
94       └─────────────────────────────┴─────────────────────────────┘
95

SEE ALSO

97       attributes(5)
98
99
100
101SunOS 5.11                        25 Apr 2006                      prtdscp(1M)
Impressum