This is a discussion on how to duplicate sun solaris server to new server with same configuration within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> i have bought new sun solaris server i'm try to move all my exesting file / folder / configuration ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| i have bought new sun solaris server i'm try to move all my exesting file / folder / configuration from the old server to the new server without do any new OS installation. Anybody can help me.. |
| |||
| mrpezzal wrote: > i have bought new sun solaris server > > i'm try to move all my exesting file / folder / configuration from the > old server > to the new server without do any new OS installation. > > Anybody can help me.. > If the hardware is identical, you can just move (or copy) the disks. If the hardware is different, what you need to do depends on _how_ different. Either way, if both the old and new will be on line, you may need to adjust the IP address and hostname of one or the other. The Netras store some configuration info on cards, which can make replacement easier. So the answer depends on details you haven't provided. -- The e-mail address in our reply-to line is reversed in an attempt to minimize spam. Our true address is of the form che...@prodigy.net. |
| |||
| ok.. let say ,, both server will be online..and setup with different IP and different hostname. all the disk / slice bellow i want to copy to the new server thanks in advanced # df -h Filesystem size used avail capacity Mounted on /dev/dsk/c0t0d0s0 1.1G 603M 485M 56% / /dev/dsk/c0t0d0s3 2.1G 1.2G 842M 60% /usr /proc 0K 0K 0K 0% /proc mnttab 0K 0K 0K 0% /etc/mnttab fd 0K 0K 0K 0% /dev/fd swap 3.4G 48K 3.4G 1% /var/run swap 3.4G 312K 3.4G 1% /tmp /dev/dsk/c0t3d0s0 3.0G 2.7G 162M 95% /swapdir /dev/dsk/c0t0d0s7 120M 9K 108M 1% /oldhome /dev/dsk/c0t1d0s3 2.0G 1.6G 278M 86% /opt /dev/dsk/c0t1d0s5 4.9G 262M 4.6G 6% /export/home /dev/dsk/c0t1d0s6 7.5G 1.3G 6.2G 18% /var/mail |
| |||
| <http://www.sun.com> * Volker Hergesell* Senior Cluster Engineer - Sun Services Germany *Sun Microsystems GmbH* Komturstr. 18a 12099 Berlin Tel: +49-30-747 096-724 Fax: +49-30-747 096-733 Email Volker.Hergesell@Sun.COM mrpezzal schrieb: > i have bought new sun solaris server > > i'm try to move all my exesting file / folder / configuration from the > old server > to the new server without do any new OS installation. > > Anybody can help me.. > best practice is to create a flashimage (man flar) and to install the other systems with a jumpstart server (man jumpstart) |
| ||||
| thank a lot i'm try use flarcreate but it not working.. # flarcreate -n "Mail Server Images File" \ -a "faizal@cidb.gov.my" \ -R / \ -x /var/tmp \ /var/tmp/mail-server.archive Usage: flarcreate -n name [-R root] [-A old_root] [-t [-p posn] [-b blocksize]] [-i date] [-u section [-d path ]] [-U key=value] [-m master] [-H] [-S] [-c] [-M] [-I] [-f [ list_file | - ] [-F]] [-a author] [-e descr | -E descr_file] [-T type] [[-x exclude_dir/file][-x exclude_dir/file]...] [-X list_file] [[-y include_dir/file [-y include_dir/file]...] [-z filter_list_file] archive |