This problem can be solved using the "multicast" function of Ghost 6.0. I have implemented it.
***********************************************************************
Multicasting with GHOST
The company where the author in Nanshan is located often sets up some peer-to-peer networks for some internet cafes, school computer labs, computer training classes, etc., with as few as a few units and as many as dozens. The initial method was to first install a "prototype" machine, then use Ghost to back up the.gho file, then copy this file to each other "empty machine", and then restore one by one, which was very inefficient! Later, the multicast function of Ghost was used, which turned these originally completely manual tasks into "semi-automatic", and greatly freed from the tedious work! It feels good!
The so-called multicast function of Ghost by Nanshan actually automatically restores the.gho in your "prototype" machine to all your workstations. Especially when the configurations of each workstation are the same, it can greatly reduce the workload of the network organizer. The following will lead you step by step to implement it.
Nanshan Note: The network cards of the workstation side are all taken as RTL8139 as an example! The network card of the server side can be arbitrary.
I. Installing Ghost 6.0
Nanshan 1. Preparations
Nanshan (1) Select any computer as the "multicast server", install the required operating system (such as Win98) and application software, and make corresponding settings.
Nanshan (2) Software download (trial version)
Nanshan http://www.enanshan.com/down/ghost6.zip (4,812K)
Nanshan 2. Software installation
Nanshan On the "multicast server", open the compressed file ghost6.zip, then double-click setup.exe in it to start the installation work. During the installation process, except that in a certain step, you need to enter installation information such as Name (user name, can be any content), Company (company name, can be any content) and License Quantity (number of licenses, can be any number) according to the prompt, and the other options are all default options; there is no need to restart the computer after the end. (Figure 1)
After the installation is completed, the system files of Ghost 6.0 will be placed in the C:\Program Files\Norton Ghost 6.0 directory; you can also see its related components in "Start→Programs→Norton Ghost".
II. Preparation for Ghost multicasting
Nanshan 1. Obtaining the.gho file
Nanshan On the "multicast server", select the Norton Ghost item in the installed components, and then enter the main program of Ghost 6.0. Then select "Local→Partition→To Image" in its menu in turn to back up its C drive.
Nanshan Tip: If the hard disk capacities of all "multicast workstations" are the same, the method of selecting full disk copy by "Local→Disk→To Image" may be better!
Nanshan 2. Making the boot floppy for the workstation side
Nanshan Prepare a formatted floppy disk (either under DOS 6.22 or Win98), copy Ghost.exe and the network card configuration file Rtspkt.exe of RTL8139 in the installed directory to the floppy disk, then enter the MS-DOS mode, and go to the A drive to perform the following operations:
Nanshan (1) Establish a text file with the extension.cfg for each "multicast workstation" (such as 1.cfg, 2.cfg, 3.cfg, etc.), and its content includes three lines: ip=192.168.0.100, netmask=255.255.255.0 and gateway=192.168.0.1.
Nanshan Note: It is necessary to ensure that the last segment of the ip part of each.cfg file is different; and the other parts are all the same!
Nanshan (2) Then establish a batch file with the extension.bat (such as gg.bat), and its content includes three lines: rtspkt 0x60, set ghostip=%1.cfg and ghost. (Figure 2)
Of course: You can not use a floppy disk, but copy it to the hard disk.
III. Multicasting with Ghost
Nanshan 1. Starting the multicast server
Nanshan In the related components of the "multicast server", select the Multicast Server item to start setting. From top to bottom, first enter any content (such as 555) in the Session Name (conference name) place; then enter or select the.gho file to be multicasted in the Image (.gho image file) place; then click to select the Partition (partition) item and select the partition details; finally press the Accept Client (accept client) button.
Nanshan 2. Starting the multicast workstation
Nanshan Perform the following operations on the first "multicast workstation":
Nanshan (1) Boot with the floppy disk, successfully enter DOS, then execute the command line of gg.bat 1 (1 will correspond to 1.cfg).
Nanshan (2) Wait until entering the Ghost main program, then select the Multicasting (multicast) item in the menu, then enter the Session Name (such as 555) to be joined according to the prompt, and then get the work interface waiting for the multicast conference to start. (Figure 3)
Then perform similar operations on each "multicast workstation" in turn. Except that the second one is gg.bat 2, the third one is gg.bat 3, etc., the other steps are all completed the same as the first one!
Nanshan 3. Starting the multicasting with Ghost
Nanshan If on the "multicast server" you can see that the IP addresses (ip) of all workstations are all displayed in the list, then press the Send (send) button to officially start the multicasting work! At this time, each "multicast workstation" side will simultaneously automatically start receiving the.gho file for the restoration work on this machine! (Figure 4)
IV. Frequently Asked Questions
Nanshan 1. Question: Where can I get the network card configuration file Rtspkt.exe for RTL8139?
Nanshan Answer: It can be prepared by yourself or downloaded:
Nanshan (1) This file can be found in the Rtspkt directory of the driver disk of this network card;
Nanshan (2) It can also be downloaded: http://www.enanshan.com/down/Rtspkt.com (56K)
Nanshan 2. Question: What if my workstation side is not an RTL8139 network card?
Nanshan Answer: Also find the corresponding network card configuration file in its driver disk. For example, for the NE2000 compatible series network cards, the configuration file is named ne2000PD.exe, and the command line when using it is ne2000PD 0x60 10 0x280; for the 3COM 509 PCI network card, its configuration file is named 3c5x9pd.exe, and the command line is 3c5x9pd.
Nanshan 3. Question: What do each part represent in the command line of the network card configuration file?
Nanshan Answer: For example, for the line ne2000PD 0x60 10 0x280, 0x60 is the interrupt number, 10 is the IRQ address, and 0x280 is the I/O address. Not all network cards need these three parts.
Nanshan 4. Question: What level can the multicast rate generally reach?
Nanshan Answer: It is not necessarily, it mainly relates to the network speed and the running speed of the "multicast server". When the author did the experiment, in a 10M network, with a server of C666/64M, and with 4 workstations, it can generally reach more than 40M-50M per minute.
Nanshan 5. Question: How can I get more detailed information about GHOST multicasting?
Nanshan Answer: Select Multicast Help in the installed components of GHOST to get more detailed help information (in English).
(End)
********************************************************