[prev in list] [next in list] [prev in thread] [next in thread] 

List:       intermezzo-discuss
Subject:    Re: Intermezzo and Redhat 7.3
From:       Izauddin Mohd Isa <izauddin () magnifix ! com>
Date:       2002-07-02 11:42:27
[Download RAW message or body]

Hi guys,

Thanks for the info. I got it working...but still need to fine tune and 
test it more.

This is how I get it working.

1. Install redhat 7.3
2. Download intersync 0.9.4 from 
ftp.inter-mezzo.org/pub/intermezzo/intersync-0.9.4-1.i386.rpm
3. Install intersync    --  rpm -ivh intersync-0.9.4-1.i386
4. cd /usr/src
5. ln -s linux-2.4.18-3 linux  ( when run configure for intermezzo it 
will look for the linux directory )
6. cd /usr/src/linux
7. make oldconfig
8.make dep
9. cd /usr/src/intermezzo-0.9.4
10. ./configure
11. make
12 make install
13. cp /lib/modules/2.4.18-3custom/kernel/fs/intermezzo/intermezzo.o \
           /lib/modules/2.4.18-3/kernel/fs/intermezzo
14. mount empty ext3 partation (my partation is at /dev/hda3)
        mount -t intermezzo /dev/hda3 /mnt/im
15. start intersync ( need to disable the intersync startup file that 
come with
      the intersync-0.9.4 rpm )
       intersync  /mnt/im &

This will create the server as the intermezzo server.
To add another server/workstation do step 1 to 14
Then start intersync as follow ;
intersync --server=10.0.6.152 /mnt/im &

At this point I able to create file and directory on one system and
automagiclly it will appear at the other system. The only problem
at this moment is to suppress the intersync message, maybe can redirect
it to a file when starting intersync.


Thanks for all the info and input. It really help. And kudos to the
intermezzo team for developing a fine application.

Rgds
Din


Stelian Pop wrote:

>On Tue, Jul 02, 2002 at 04:13:45PM +0000, Izauddin Mohd Isa wrote:
>
>>1. Do I have to recompile the kernel as per suggested when I installed
>>   the intersync rpm ?
>>
>
>Not the entire kernel but the intermezzo module, yes.
>
>>2. Do I have to install the intermezzo rpm also ?
>>
>
>I suppose you are talking about the intersync rpm, in which case the
>answer is yes.
>
>>3. Anyone has try using intermezzo on redhat 7.3 sucessfully ?
>>
>
>More or less, yes.
>
>>Any
>>   step by step guide ?
>>
>
>Let's see:
>	install the kernel source rpm:
>		$ rpm -i kernel-source-2.4.18-5.i386.rpm
>	configure the sources:
>		$ cd /usr/src/linux-2.4
>		$ cp configs/config-i686 .config (substitute for your own
>		installed kernel)
>		$ make oldconfig dep
>	install the intersync rpm:
>		$ rpm -i intersync....rpm
>	build the new intermezzo module:
>		$ cd /usr/src/intermezzo-..
>		$ make
>	copy the new intermezzo module over the old one:
>		$ cp intermezzo.o /lib/modules/2.4.18-5/kernel/fs/intermezzo/
>
>Then you can follow the intersync howto on using mkizofs, mount, 
>launch intersync etc.
>
>Stelian.
>


[Attachment #3 (text/html)]

<html>
<head>
</head>
<body>
Hi guys,<br>
<br>
Thanks for the info. I got it working...but still need to fine tune and test
it more.<br>
<br>
This is how I get it working.<br>
<br>
1. Install redhat 7.3<br>
2. Download intersync 0.9.4 from <a class="moz-txt-link-abbreviated" \
href="ftp://ftp.inter-mezzo.org/pub/intermezzo/intersync-0.9.4-1.i386.rpm">ftp.inter-mezzo.org/pub/intermezzo/intersync-0.9.4-1.i386.rpm</a><br>
 3. Install intersync &nbsp; &nbsp;-- &nbsp;rpm -ivh intersync-0.9.4-1.i386<br>
4. cd /usr/src<br>
5. ln -s linux-2.4.18-3 linux &nbsp;( when run configure for intermezzo it will
look for the linux directory )<br>
6. cd /usr/src/linux <br>
7. make oldconfig<br>
8.make dep<br>
9. cd /usr/src/intermezzo-0.9.4<br>
10. ./configure <br>
11. make<br>
12 make install<br>
13. cp /lib/modules/2.4.18-3custom/kernel/fs/intermezzo/intermezzo.o \<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;/lib/modules/2.4.18-3/kernel/fs/intermezzo<br> 14. mount empty ext3 partation \
(my partation is at /dev/hda3)<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; mount -t \
intermezzo /dev/hda3 /mnt/im<br> 15. start intersync ( need to disable the intersync \
startup file that come with <br>
&nbsp; &nbsp; &nbsp; the intersync-0.9.4 rpm )<br>
&nbsp; &nbsp; &nbsp; &nbsp;intersync &nbsp;/mnt/im &amp;<br>
<br>
This will create the server as the intermezzo server.<br>
To add another server/workstation do step 1 to 14<br>
Then start intersync as follow ;<br>
intersync --server=10.0.6.152 /mnt/im &amp;<br>
<br>
At this point I able to create file and directory on one system and<br>
automagiclly it will appear at the other system. The only problem<br>
at this moment is to suppress the intersync message, maybe can redirect<br>
it to a file when starting intersync.<br>
<br>
<br>
Thanks for all the info and input. It really help. And kudos to the<br>
intermezzo team for developing a fine application.<br>
<br>
Rgds<br>
Din<br>
<br>
<br>
Stelian Pop wrote:<br>
<blockquote type="cite" cite="mid:20020702083534.GA32324@come.alcove-fr">
  <pre wrap="">On Tue, Jul 02, 2002 at 04:13:45PM +0000, Izauddin Mohd Isa \
wrote:<br><br></pre>  <blockquote type="cite">
    <pre wrap="">1. Do I have to recompile the kernel as per suggested when I \
installed<br>   the intersync rpm ?<br></pre>  </blockquote>
    <pre wrap=""><!----><br>Not the entire kernel but the intermezzo module, \
yes.<br><br></pre>  <blockquote type="cite">
      <pre wrap="">2. Do I have to install the intermezzo rpm also ?<br></pre>
      </blockquote>
      <pre wrap=""><!----><br>I suppose you are talking about the intersync rpm, in \
which case the<br>answer is yes.<br><br></pre>  <blockquote type="cite">
        <pre wrap="">3. Anyone has try using intermezzo on redhat 7.3 sucessfully \
?<br></pre>  </blockquote>
        <pre wrap=""><!----><br>More or less, yes.<br><br></pre>
        <blockquote type="cite">
          <pre wrap="">Any<br>   step by step guide ?<br></pre>
          </blockquote>
          <pre wrap=""><!----><br>Let's see:<br>	install the kernel source \
rpm:<br>		$ rpm -i kernel-source-2.4.18-5.i386.rpm<br>	configure the sources:<br>		$ \
cd /usr/src/linux-2.4<br>		$ cp configs/config-i686 .config (substitute for your \
own<br>		installed kernel)<br>		$ make oldconfig dep<br>	install the intersync \
rpm:<br>		$ rpm -i intersync....rpm<br>	build the new intermezzo module:<br>		$ cd \
/usr/src/intermezzo-..<br>		$ make<br>	copy the new intermezzo module over the old \
one:<br>		$ cp intermezzo.o /lib/modules/2.4.18-5/kernel/fs/intermezzo/<br><br>Then \
you can follow the intersync howto on using mkizofs, mount, <br>launch intersync \
etc.<br><br>Stelian.<br></pre>  </blockquote>
          <br>
          </body>
          </html>


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
intermezzo-discuss mailing list
intermezzo-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/intermezzo-discuss

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic