How to do the disk cloning on solaris
Answer / sbrahman75
Here is the procedure
install the disk
you can do this few ways, let's the scenario be, the disk is
already attached and its been label through format.
primary disk is u r c1t0d0s2
#dd if=/dev/dsk/c1t0d0s2 of=/dev/dsk/c1t1d0s2 bs=256k
This will take time, depends on the size of the primary disk
verfy the clone disk has a clean filesystem, for that
#fsck -y /dev/rdsk/c1t1d0s0
To verify that mount the clone disk
#mount /dev/dsk/c1t1d0s0 /mnt
change the /etc/vfstab to point to the clone device
#vi /mnt/etc/vfstab
After making changes, boot the clone disk -----Done
| Is This Answer Correct ? | 1 Yes | 0 No |
How to enable the telnet or ftp session for one host
Were the vcs logs will be
What is the protocol supported by NFS
What is default permission of /etc/passwd , /etc/shadow files
How to rename the old root disk. In this example, rootdisk is being renamed as rootold.
How to check the communication between 2 nodes?
How to create NULL files of specific size in solaris ?
How to configure the network card
What are the daemons will run when the system is booting?
What are the steps to be follow to add a disk in veritas & before add the disk what are the steps to be follow
What command can be used in running a background process?
How will you take ufsdump and ufsrestore in a sing command line?