Index: [Article Count Order] [Thread]

Date:  Wed, 21 May 2008 20:54:07 +0200
From:  "thomas" <tfj-online (at mark) mail.tele.dk>
Subject:  [coba-e:13021] WMware VI3 setup
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <479e01c8bb74$0c6c3e40$967da8c0@thomasferrari>
References:  <4831D9E5.4020803 (at mark) virtbiz.com> <004501c8ba8a$fb689f10$0101a8c0 (at mark) systemax> <01fd01c8bb22$a23df230$7800000a (at mark) pc11> <200805211906.57183.bq (at mark) solarspeed.net>
X-Mail-Count: 13021

Hi all,

We are running some of our BQ machines as VM's on Virtual Infrastructure 3 
from vmware, and are watching CPU go up every day at 4AM - that窶冱 where 
daily 4:02, weekly 4:22 and monthly 4:42 crons start.

So, how much can we move these jobs around, without interfering too much 
with the system.

Anybody got any experience running these jobs inside this interval
0:02, 0:22, 0:42       to     6:02, 6:22, 6:42


Thomas
---------------------------------------

----- Original Message ----- 
From: "Michael Stauber" <bq (at mark) solarspeed.net>
To: <coba-e (at mark) bluequartz.org>
Sent: Wednesday, May 21, 2008 7:06 PM
Subject: [coba-e:13012] Re: Web Server Alias not deleting in codb


> Hi Steffan,
>
>> Yesterday i added e web server alias to a site in the gui
>> now I deleted the alias
>> it is removed from the gui but not from the server
>> I re added the virtual site saved and delete and saved but no luck
>> it keeps showing up in /usr/sausalito/codb/objects/XX/.fqdn
>> if I deleted there it comes back
>>
>> I have no id辿e how to get rid of it
>> any ideas ?
>
> Do not (like in: NEVER :o) modify files in /usr/sausalito/codb/ directly 
> on
> the command line. That may cause problems in the long run.
>
> Use CCEclient instead:
>
> /usr/sausalito/bin/cceclient
>
> Lets say your object has the object ID 20, is a vsite and you want to 
> change
> the webAliases of it.
>
> First run "get <OID>" to see if it's really the right object and to see 
> what
> data it contains:
>
> get 20
> 102 DATA NAMESPACE = ""
> 102 DATA webAliases = "&example.com&"
> 102 DATA userwebsDisabled = "0"
> 102 DATA basedir = "/home/.sites/148/site6"
> 102 DATA site_preview = "0"
> 102 DATA CLASSVER = "1.0"
> 102 DATA mailAliases = "&example.com&"
> 102 DATA CLASS = "Vsite"
> 102 DATA siteAdminCaps = ""
> 102 DATA domain = "example.com"
> 102 DATA ipaddr = "192.168.11.1"
> 102 DATA maxusers = "20"
> 102 DATA emailDisabled = "0"
> 102 DATA volume = "/home"
> 102 DATA dns_auto = "0"
> 102 DATA name = "site6"
> 102 DATA suspend = "0"
> 102 DATA OID = "20"
> 102 DATA fqdn = "www.example.com"
> 102 DATA mailCatchAll = ""
> 102 DATA hostname = "www"
> 201 OK
>
> To add a new webAlias named "example.com" you'd do this:
>
> set 20 webAliases = "&example.com&mail.example.com&"
>
> To remove all webAliasses you'd do this:
>
> set 20 webAliases = ""
>
> If CCEclient gives you an error, report that error back, because that may 
> tell
> us why your transaction didn't work when you attempted it through the GUI.
>
> -- 
> With best regards,
>
> Michael Stauber
>
>
>