How to do a disk-to-disk copy via ufsdump/tar under Solaris 2.X. [1.] 새로 디스크를 추가하여 작업하고자 할 경우 일단 system down을 함. # init 0 [2.]
Find an available target setting. This command will show what you currently have on your system. # probe-scsi If the disk is on another scsi controller (another card off of an sbus slot) # probe-scsi-all [3.]
Attach the new disk with the correct target setting. Run probe-scsi again to make sure the system sees it.
If it doesn't, the disk is either not connected properly,...
원문 링크 : [Solraris] ufsdump disk 교체 -2