1 02/08/85  hpset_ring_brackets, hpsrb
 2 
 3 Syntax as a command:  hpsrb path {optional_args}
 4 
 5 
 6 Function:  modifies the ring brackets of any segment, including
 7 segments whose ring brackets are 0,0,0.  This command operates on
 8 objects whose ring brackets prevent them from being operated on by the
 9 set_ring_brackets command.
10 
11 
12 Arguments:
13 path
14    is the relative or absolute pathname of the segment whose ring
15    brackets are to be modified.
16 rb1
17    is the number to be used as the first ring bracket of the segment.
18    See "Notes" below.
19 rb2
20    is the number to be used as the second ring bracket of the segment.
21    See "Notes" below.
22 rb3
23    is the number to be used as the third ring bracket of the segment.
24    See "Notes" below.
25 
26 
27 Access required:  To use this command, a system administrator must have
28 access to the highyl privileged gate hphcs_.
29 
30 
31 Notes:  If rb3 is omitted, the third ring bracket is set to rb2.  If
32 rb2 and rb3 are omitted, the ring brackets are set to rb1.  If rb1,
33 rb2, and rb3 are omitted, they are set to the user's current validation
34 level.  The ring brackets must be in the allowable range 0 through 7
35 and must have the ordering as shown below.
36 
37       rb1 is less than or equal to rb2 is less than or equal to rb3