[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Raq3 vs. Raq550



I've moved from a Raq4 to a 550 in the past week and Its a BEAR.

I know that the 550 does NOT store its sites like the Raq3 where sites are
like this
/home/sites/site1
/home/sites/site2
/home/sites/site3
/home/sites/site4

with symbolic links in the same directorye
/home/sites/www.sitename.com -> /home/sites/site1
/home/sites/www.sitename2.com -> /home/sites/site2
/home/sites/www.sitename3.com -> /home/sites/site3
/home/sites/www.sitename4.com -> /home/sites/site4

but on the 550 its structured like this
/home/.sites/0/site1
/home/.sites/111/site2
/home/.sites/119/site3
/home/.sites/139/site4

and /home/sites only having symbolic links
/home/sites/www.sitename.com -> /home/.sites/0/site1
/home/sites/www.sitename2.com -> /home/.sites/111/site2
/home/sites/www.sitename3.com -> /home/.sites/119/site3
/home/sites/www.sitename4.com -> /home/.sites/139/site4

So if you have coding that goes to /home/sites/sitex it will not work.  It
MAY work if you manually create a symbolic link but I'm not sure what the
ramifications are if you do it (server or application)

You're better off either manually moving the sites to new ones OR using the
migration tool. Welcome to a nightmare.

Leigh


> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Jolley, Carl
> Sent: Thursday, August 22, 2002 6:25 PM
> To: 'cobalt-users@xxxxxxxxxxxxxxx'
> Subject: [cobalt-users] Raq3 vs. Raq550
>
>
> I'm in the process of migrating from a Raq3 to A Raq550 and have tripped
> across something that has me puzzled. Perhaps someone on this list knows
> the saswer.
>
> In migrating, I want to keep things as similar as possible. On my Raq3 the
> main site uses the home directory of /home/sites/home and the
> first virtual
> site uses /home/sites/site1, etc. On the RaQ550 apparently the first site
> created is site1 not home. The /home/sites/home directory is present and
> even has a /web/index.html file in it but it has no symbolic link
> to it like
>
> all the FQDN that is used to link sites to the /home/sites/siteN
> directories.
>
> Is there anyway to make the first site on the %%) use /home/sites/home
> and the second on to sue /home/sites/site1, etc.? What is the purpose
> of the /home/sites/home directory on a Raq550?