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 |
When iam checking the services its showing unintialized then what should i do step by step.pls tell me the answer as soon as posible.
how many run level in solaris?
Iam facing an issue like below, any help why this is caused? $ ls -l /etc total 184 -rw-r--r-- 1 root other 3 Nov 28 09:35 abc1 -rw-r--r-- 1 root other 3 Nov 28 09:35 cb -r--r--r-- 1 root root 8358 Nov 28 19:04 ptmp -r-------- 1 root sys 5055 Nov 28 19:04 stmp -r--r----- 1 root root 76828 Nov 28 09:38 sudoers
How to Create a snapshot mirror
What is UMASK
What does pkgadd command do?
Where the ip address will be stored
How to unconfigure llt and gab
How will you rectify the root passwd in solaris
Hi We have upgraded our sun machine from solaris 9 to solaris 10. Before upgradation the date command output(Solaris 9) Wed Oct 13 09:45:21 IST 2010 But after upgradation the output for date is as below(solaris 10). Wednesday, October 13, 2010 9:46:14 AM IST Looks like I need to change LC_TIME=C. can you please help me how to change it for permanently
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
How to clear the failing flag on a veritas volume manager disk: