Please not that using this command on a LUN will completely wipe out the disk label and should not be used on any disk that is currently in use or has data you would like to read. First run dd to wipe out the label information from the disk
# dd if=/dev/zero of=/dev/rdsk/c5t500A09838779AF95d36s2 count=24
24+0 records in
24+0 records out
After the dd completed , the LUN looked new when check with format and I could relabel and stick it in a CDS diskgroup with all of his disk friends:
-bash-3.00# format c5t500A09838779AF95d36s2
c5t500A09838779AF95d36s2: configured with capacity of 989.74GB
selecting c5t500A09838779AF95d36s2
No comments:
Post a Comment