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 find out the shared file system from server and client
What is environmental? How to add environmental variables in run level 3 & how to edit?
How to start / stop the nfs server
In VERITAS How to recover the mirror disk with data. How to bring the existing data disk into VERITAS volume manger control.
How to create swap file
In Solaris, how to check the number of Users currently logged in ?
In solaris while patching why should we break the mirroring?
How to check the sleeping process in Solaris.
10 Answers Chase, JPMorgan Chase,
how many clients have in our server ? how we find that?
Syntex to execute a ufsdump
I have single NIC card and we have two ports can we configure as IPMP?
How to review multiple MAC Addess in Solaris?