Displaying 20 results from an estimated 142 matches for "smits".
Did you mean:
smith
2020 May 14
2
NUT control of vCenter & vServer?
...unately "The VIB module does not comply with the
security recommendations imposed by VMWare. You lose VMWare support by
installing this package." This pretty much rules out this option. :(
We need vCenter support, as well.
nomad
On Thu, May 14, 2020 at 10:06 AM Bart J. Smit <bart at smits.co.uk> wrote:
> This shuts down the hosts directly (by-passing vCenter)
>
>
>
> http://rene.margar.fr/2012/05/client-nut-pour-esxi-5-0/
>
>
>
> in spite of the title, it works for ESXi 6 and 7 as well
>
>
>
> Bart…
>
>
>
> *From:* Nut-upsuser &...
2020 May 14
1
NUT control of vCenter & vServer?
That's certainly on the list of options. I'm doing data gathering right now
to see what options there are. I'd prefer not to rashly decide to run off
in a direction only to discover this is already a Solved Problem.
nomad
On Thu, May 14, 2020 at 1:13 PM Bart J. Smit <bart at smits.co.uk> wrote:
> What about the REST API to do a graceful shutdown of your VM’s and the
> vCenter appliance:
> https://code.vmware.com/web/sdk/6.7/vsphere-automation-rest
>
>
>
> Bart…
>
>
>
> *From:* Lee Damon <nomad at ee.washington.edu>
> *Sent:* 14 M...
2005 May 06
4
Change class factor to numeric
I am attempting to develop a multiple regression model using selected
model variables that should all be treated as numeric (mostly real)
values.
However, R considers one specific variable "mass" automatically to be of
class "factor", probably because "mass" consists of integer values that
are repeated.
I now want to force R to treat "mass" as a numeric
2020 May 14
0
NUT control of vCenter & vServer?
What about the REST API to do a graceful shutdown of your VM’s and the vCenter appliance: https://code.vmware.com/web/sdk/6.7/vsphere-automation-rest
Bart…
From: Lee Damon <nomad at ee.washington.edu>
Sent: 14 May 2020 20:29
To: Bart J. Smit <bart at smits.co.uk>
Cc: nut-upsuser at lists.alioth.debian.org
Subject: Re: [Nut-upsuser] NUT control of vCenter & vServer?
Thanks Bart. Unfortunately "The VIB module does not comply with the security recommendations imposed by VMWare. You lose VMWare support by installing this package." This...
2005 Feb 24
2
Forward Stepwise regression based on partial F test
I am hoping to get some advise on the following:
I am looking for an automatic variable selection procedure to reduce the
number of potential predictor variables (~ 50) in a multiple regression
model.
I would be interested to use the forward stepwise regression using the
partial F test.
I have looked into possible R-functions but could not find this
particular approach.
There is a function
2005 Apr 14
3
Wrapping long labels in barplot(2)
I am using barplot, and barplot2 in the gregmisc bundle, in the
following way:
barplot2(sort(xtabs(expend / 1000 ~ theme)),
col = c(mdg7, mdg8, mdg3, mdg1), horiz = T, las = 1,
xlab = "$ '000", plot.grid = T)
The problem is that the values of 'theme', which is a factor, are in
some cases rather long, so that I would like to wrap/split them at a
space once they
2004 Sep 01
3
Imputing missing values
Dear all,
Apologies for this beginner's question. I have a
variable Price, which is associated with factors
Season and Crop, each of which have several levels.
The Price variable contains missing values (NA), which
I want to substitute by the mean of the remaining
(non-NA) Price values of the same Season-Crop
combination of levels.
Price Crop Season
10 Rice Summer
12
2004 Apr 08
2
lines and glm
Dear R-helpers,
I'm a beginner using R 1.8.1 on Windows 2000. I'm trying to replicate some
examples in Franses' & Paap's Quantitative Models in Marketing Research.
> t <- 1:1000
> e1 <- rnorm(1000)
> e2 <- rnorm(1000)
> x <- 0.0001*t+e1
> y2 <- -2+x+e2
> y <- ifelse(y2>0,1,0)
>
> plot(x, y, pch = 16, col = "darkblue",
+
2001 Dec 05
3
Histograms per coding variable
Dear all
I have a dataset that looks like:
fr.wt site
1 4400 glen
2 235 glen
3 225 glen
' ' '
' ' '
' ' '
82 550 glen
83 550 kom
84 550 kom
' ' '
' ' '
' ' '
191 820 kom
192 2000 soet
' ' '
' ' '
I need to do a series of histograms for each of the codes, levels or
factors in
2011 Feb 28
2
Samba failover causes different UID's
Hi,
I have two machines in a cluster and want to create a high available samba
share that connects to active directory for user information. The storage is
DRBD and the filesystem is XFS.
I'm using pacemaker as cluster software and using the lsb:samba init script.
I connected both machines to my Windows AD server and tested this using
winbind.
winbind -u gives me all AD users which seems
2009 Oct 26
3
Rails Syntax
Hi All...
I want some sites that provides all the basic syntax that rails support.
If u have any document than please share it with me...
Please help me out...
Thanks...
--
Posted via http://www.ruby-forum.com/.
2020 May 14
2
NUT control of vCenter & vServer?
Is anyone using NUT to signal/control vCenter and vServer (6.x) for
shutdown when batteries are getting low? Any recommendations?
We've found
https://4sysops.com/archives/startup-and-shutdown-a-vmware-cluster-with-powercli-and-powershell/
but
I'd prefer to do this from the master (which is running CentOS 8) and not
pollute it by installing PS on it.
thanks,
nomad
-------------- next part
2009 Apr 10
3
wifi card shows in device manager , but cant configure wifi
hi ,
i just finished installing Cent OS 5.2 x64 on my thankpad
my hardware list shows the following
Atheros Communications Inc.
AR5212 802.11abg NIC
but when im trying to set up wireless network i cannot find the appropriate
wifi card.. when adding wifi connection
pls help
many thanks,
Sumit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Aug 02
3
redirect_to or send_file and AWS S3
Hi,
I store files on S3 as the id of the file in my appliction. IE my file
with id 20 will be stored on S3 as 20. When I download the file I want
to look up the file name in the database and then pass it off to the
user. Is there any way I can use redirect_to and pass the S3 url and
then give it the filename, so the user doesn''t get 20.
Does this make sense?
Thanks,
David
--
Posted
2005 Jul 11
2
(no subject)
Hello,
The estimate of glm dispersion can be based on the deviance or on the
Pearson statistic.
I have compared output from R glm() to another statastical package and
it appears that R uses the Pearson statistic.
I was wondering if it is possible to make use R the deviance instead by
modifying the glm(...) function?
Thanks for your attention.
Kind regards,
Robin Smit
This e-mail and its
2006 Jun 23
5
Ajax zooming pictures
Hi,
I was wondering if anyone has an idea of the code that I can write to
achieve the follow effect.
http://www.istockphoto.com/file_search.php?action=file&userID=938503
When you move your mouse over an image, it shows a bigger picture.
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Mar 16
2
SIP routing over IAX2
Hi All,
I have two Asterisks, one on the LAN that handles the internal calls
with a PSTN interface and one on the DMZ with a public interface. I
would like to route SIP calls from the internal users to the Internet
over IAX2 to the DMZ and onwards.
All users have soft phones so they would enter sip:someuser@somevoip.org
to get a connection. I would like to avoid having number prefixes to
dial
2008 Jul 17
2
Location of HTML help files
I am using R 2.7.1 under Windows XP, installed at C:/R/R-2.7.1.
The location of the HTML SearchEngine is
file:///C:/R/R-2.7.1/doc/html/search/SearchEngine.html. Now, when I type a
phrase, say "reshape", in the search text field, the Search Results page
suggest that the location of the reshape HTML help file is
file:///C:/R/library/stats/html/reshape.html, while in reality it is
2002 Sep 25
2
Re-ordering the order of lattice graphics panels
Dear all
I have made some lattice graphs (bwplot(dead ~ treat | group,...).
'group' is a factor with three levels (Artemia larvae, Abalone larvae
and Abalone spat), and the result is a graph with three panels
corresponding to the levels in 'group', ordered in alphabetical order
from bottom to top, as expected.
How does one re-order the order in which the levels of
2005 May 11
2
Regsubsets()
Dear List members
I am using the regsubsets function to select a few predictor variables
using Mallow's Cp:
> sel.proc.regsub.full <- regsubsets(CO2 ~ v + log(v) + v.max + sd.v +
tad + no.stops.km + av.stop.T + a + sd.a + a.max + d + sd.d + d.max +
RPA + P + perc.stop.T + perc.a.T + perc.d.T + RPS + RPSS + sd.P.acc +
P.dec + da.acc.1 + RMSACC + RDI + RPSI + P.acc + cov.v + cov.a +