[chef] Re: window_reboot attribute issue


Chronological Thread 
  • From: "David A. Williams" < >
  • To: " " < >
  • Subject: [chef] Re: window_reboot attribute issue
  • Date: Mon, 12 May 2014 09:39:00 -0500
  • Accept-language: en-US
  • Acceptlanguage: en-US

Premkumar,

I set mine up like this.

windows_reboot 60 do
   reason 'Opscode Chef initiated reboot'
   action :nothing
end

Then later on, I request it from another resource

batch "Install Microsoft #{kb.chomp('-v2')}" do
  code <<-EOH
  ・\x80ヲ
  EOH
  notifies :request, "windows_reboot[60]"
end

Reply-To: 
" <mailto: >"
 
< <mailto: >>
Date: Monday, May 12, 2014 9:26 AM
To: 
" <mailto: >"
 
< <mailto: >>
Cc: C2C CHEF 
< <mailto: >>
Subject: [chef] window_reboot attribute issue

I want to install and upgrade HPsitescope package for that reboot need after 
installing the package.

I tried to use window_reboot attribute but rebooting of the windows box is 
not happening. Whether I missed something on the code ?


catdefault.rb

windows_reboot 0 do
action:request
timeout 0
end


PS C:\Users\a427665\chef\cookbooks\HPSiteScope> chef-solo -c solo.rb -j 
solo.json -l debug -L log.txt
c:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/windows-api-0.4.0/lib/windows/api.rb:4:
 Use RbConfig instead of obsole
te and deprecated Config.
Starting Chef Client, version 11.6.2←[0m
Compiling Cookbooks...←[0m
Recipe: windows::default←[0m
  * chef_gem[win32-api] action install←[0m (up to date)←[0m
  * chef_gem[win32-service] action install←[0m (up to date)←[0m
  * chef_gem[windows-api] action install←[0m (up to date)←[0m
  * chef_gem[windows-pr] action install←[0m (up to date)←[0m
  * chef_gem[win32-dir] action install←[0m (up to date)←[0m
  * chef_gem[win32-event] action install←[0m (up to date)←[0m
  * chef_gem[win32-mutex] action install←[0m (up to date)←[0m
Converging 8 resources←[0m
  * chef_gem[win32-api] action install←[0m (up to date)←[0m
  * chef_gem[win32-service] action install←[0m (up to date)←[0m
  * chef_gem[windows-api] action install←[0m (up to date)←[0m
  * chef_gem[windows-pr] action install←[0m (up to date)←[0m
  * chef_gem[win32-dir] action install←[0m (up to date)←[0m
  * chef_gem[win32-event] action install←[0m (up to date)←[0m
  * chef_gem[win32-mutex] action install←[0m (up to date)←[0m
Recipe: HPSiteScope::default←[0m
  * windows_reboot[0] action request←[0m (up to date)←[0m
Chef Client finished, 0 resources updated←[0m
PS C:\Users\a427665\chef\cookbooks\HPSiteScope>


Any cookbooks are available for HPsitescope package installation on window ?


Thanks & Regards,
Premkumar
UTS


________________________________
CONFIDENTIALITY NOTICE: This electronic mail may contain information that is 
privileged, confidential, and/or otherwise protected from disclosure to 
anyone other than its intended recipient(s). Any dissemination or use of this 
electronic mail or its contents by persons other than the intended 
recipient(s) is strictly prohibited. If you have received this communication 
in error, please notify the sender immediately by reply e-mail so that we may 
correct our internal records. Please then delete the original message. Thank 
you.



Archive powered by MHonArc 2.6.16.

§