Index: [Article Count Order] [Thread]

Date:  Tue, 30 May 2006 13:21:46 +0100
From:  "Howie Dines" <howie (at mark) howie.co.uk>
Subject:  [coba-e:05473] Re: REPOST: how to re-create default site
To:  coba-e (at mark) bluequartz.org
Message-Id:  <20060530121448.M89367 (at mark) howie.co.uk>
In-Reply-To:  <002e01c683e4$87e98c90$3701a8c0@lapxp>
References:  <002e01c683e4$87e98c90$3701a8c0@lapxp>
X-Mail-Count: 05473

Arthur,

What do you mean by the default site ? Is your issue that you want to create 
the vsite with the same name as the machine ? If this is the case, Brian 
posted a walkaround a while ago. I can't find the aritcle at the moment but 
this is what it included:-

Virtual Sites: 
The default setting in the current version of BlueQuartz will not allow for 
the generation of a vsite of the same name as the host system. 
The walkaround for this is to remove some lines from the script 
file /usr/sausalito/handlers/base/vsite/unique.pl 
Comment out or remove the following lines;

my @oids= $cce->find("System"); 
my ($ok, $system) = $cce->get($oids[0]);

# don't allow system FQDN as the vsite FQDN 
my $system_fqdn = lc($system->{hostname} . "." . $system->{domainname}); 
my $vsite_fqdn = lc($vsite_new->{fqdn}); 
if ($system_fqdn eq $vsite_fqdn) { 
        $cce->bye('FAIL', 
"[[base-vsite.systemFqdnNotAllowed,fqdn='$vsite_new->{fqdn}']]"); 
        exit(1); 
}

Best Regards, 
Howie.

---------- Original Message ----------- 
From: Arthur Sherman <arturs (at mark) netvision.net.il> 
To: coba-e (at mark) bluequartz.org 
Sent: Tue, 30 May 2006 14:28:17 +0200 
Subject: [coba-e:05471] REPOST: how to re-create default site

> Hi, 
> 
> The server has been installed with hostname ns1.cpt.co.il 
> The installation created default site wuth the same name, which was deleted 
> by mistake. 
> 
> Is it possible to re-create the default site or I must to re-install the 
> entire server? 
> 
> Best, 
> 
> -- 
> Arthur Sherman 
> 
> +972-52-4878851 
> CPTeam 
------- End of Original Message -------