First, make sure all partitions' physical starting locations don't overlap.
Suppose your Micronet disk drive's SCSI ID is 5, and has two disk partition
entries (5 and 6) with the same slice number 3, and you want to change
entry 6 with the new slice number 8. Log in as root and do the following:
# dp /dev/rdsk/c5d0s31
--->Command? p6 <==== Your input # view partition entry 6
--->Command? c6 <==== Your Input # change partition entry 6
--->DPME Field? b <==== Your Input # change BZB
--->BZB Field? s <==== Your Input # change slice number
--->Slice number + 1 [3]: 9 <==== Your Input # assign slice number 8
Note: [3] indicates the current slice number
--->BZB Field? q <==== Your Input # quick BZB mode
--->DPME Field? q <==== Your Input # quick DPME mode
--->COmmand? w <==== Your Input # write changes
--->Command? q <==== Your Input # quick dp
#
Note that the s slice number (bzb_slice) command in the BZB-field mode
isn't documented in either dp(1M) hard copy document or the dp(1M) on-line
manual pages.
Article Change History:
30 Aug 1994 - Reviewed
Support Information Services