search for: smit

Displaying 20 results from an estimated 142 matches for "smit".

Did you mean: emit
2020 May 14
2
NUT control of vCenter & vServer?
...anks Bart. Unfortunately "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… > > > > *Fr...
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>...
2005 May 06
4
Change class factor to numeric
...t;mass" consists of integer values that are repeated. I now want to force R to treat "mass" as a numeric variable in the regression but am not sure how to do this. > class(mass) <- "numeric" does not help me. Could anyone advise me on this? Kind regards, Robin Smit -------------------------------------------- TNO Science & Technology Business Unit Automotive Environmental Studies & Testing PO Box 6033, 2600 JA Delft THE NETHERLANDS ph. +31 (0)15 269 7464 fax +31 (0)15 269 6874 robin.smit@tno.nl http://www.tno.nl/industrie_en_techniek/mobiliteit_en...
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 pa...
2005 Feb 24
2
Forward Stepwise regression based on partial F test
...t find this particular approach. There is a function (stepAIC) that uses the Akaike criterion or Mallow's Cp criterion. In addition, the drop1 and add1 functions came closest to what I want but with them I cannot perform the required procedure. Do you have any ideas? Kind regards, Robin Smit -------------------------------------------- Business Unit TNO Automotive Environmental Studies & Testing PO Box 6033, 2600 JA Delft THE NETHERLANDS ph. +31 (0)15 269 7464 fax +31 (0)15 269 6874 robin.smit@tno.nl http://www.automotive.tno.nl/est <http://www.automotive.tno.nl/est> ------...
2005 Apr 14
3
Wrapping long labels in barplot(2)
...pace once they exceed, say, 20 characters. What I'm doing now is specifying names.arg manually with '\n' where I want the breaks, but I would like to automate the process. I've looked for a solution using 'strwrap', but am not sure how to apply it in this situation. Jan Smit Consultant Economic and Social Commission for Asia and the Pacific
2004 Sep 01
3
Imputing missing values
...a(Price)] gives me the missing values, and by(Price, list(Crop, Season), mean, na.rm = T) the values I want to impute. What I've not been able to figure out, by looking at by and the various incarnations of apply, is how to do the actual substitution. Any help would be much appreciated. Jan Smit
2004 Apr 08
2
lines and glm
...r in xy.coords(x, y) : x and y lengths differ However, > length(x) [1] 1000 > length(y) [1] 1000 as it should be. I'm sure I must be missing something obvious, but it is not clear to me (after reading the Introduction, FAQ and the relevant functions help pages) what. Sincerely, Jan Smit
2001 Dec 05
3
Histograms per coding variable
...39;site' column? If there is, say, 20 codes in the 'site' column, how can one produce a histogram for each without having the retype the hist() bit for each code individually? I am sure there is an easy solution which I am overlooking. Thanks for the help, Albertus Dr Albertus J. Smit Department of Botany University of Cape Town PO Box Rondebosch 7700 SOUTH AFRICA Tel. 689 3032 Fax. 650 4041 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help...
2011 Feb 28
2
Samba failover causes different UID's
...node) suddenly with whole different UID's. Where is the mapping of UID's taking place and how can I fix this? Both systems lookup their user information from the same AD server, how can they still lookup different UID's when looking at the same server and files? Kind regards, Caspar Smit
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)
...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 contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html [[alternative HTML version deleted]]
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
...e", 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 file:///C:/R/R-2.7.1/library/stats/html/reshape.html. Is there an easy way in which I can fix this? -- Jan Smit Statistics Division United Nations Economic and Social Commission for Asia and the Pacific (ESCAP) Rajdamnern Nok Avenue Bangkok 10200, Thailand Tel: +66 (0) 2288 1689 Fax: +66 (0) 2288 1082 http://www.unescap.org/stat/index.asp [[alternative HTML version deleted]]
2002 Sep 25
2
Re-ordering the order of lattice graphics panels
...#39; in the graph? I want Abalone spat at the bottom, followed by Abalone larvae, and Artemia larvae at the top. I have read most of the help on bwplots, panel.functions etc., but I am sure there is something obvious and simple I have missed. Any help appreciated. Albertus Dr. Albertus J. Smit Department of Botany University of Cape Town Private Bag Rondebosch 7700 South Africa Tel. +27 21 689 3032 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help&qu...
2005 May 11
2
Regsubsets()
...on? The DATASET consists of 75 datapoints, 35 numeric predictor variables and the weights vector is given by: > count [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Many thanks, Robin Smit This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html [[alternative HTML version deleted]]