3-66container Commandscontainer readonlyTo change an array’s read-write status to read-only status, use thecontainer readonly command. Subsequent modifications tothe data on the array are prohibited. To use the containerreadonly command, the array cannot be in use by anyapplication.Syntaxcontainer readonly {container}Parameters{container}Specifies the ID number (0 to 63) of the array to make read-only.ExamplesBefore making an array read-only, use the container listcommand (with the /full switch) to obtain information aboutany existing arrays. As the following example shows, there is anarray 0 (a volume set) on this controller. Note that the RO columnis blank:AAC0>container list /fullExecuting: container list /full=TRUE 0Num Total Oth Stripe ScsiDr Label Type Size Ctr Size Usage C:ID:L RO-- ----- ------ ------ --- ------ ------- -------- ----F: 0 Volume 10.0MB NTFS 0:02:0Note that the example eliminates some items in the containerlist display so that you can see an example of the RO column.The following example changes array 0 from read-write status toread-only status:AAC0>container readonly 0Executing: container readonly 0