Skip to content

Instantly share code, notes, and snippets.

@juliandunn
Created September 29, 2014 22:39
Show Gist options
  • Save juliandunn/f64f2c47ca9d420859d6 to your computer and use it in GitHub Desktop.
Save juliandunn/f64f2c47ca9d420859d6 to your computer and use it in GitHub Desktop.
Yey, Chef Client running on AIX
l59fvp002_pub[/usr/bin] > chef-client
Starting Chef Client, version 12.0.0.alpha.0
resolving cookbooks for run list: ["chef-client", "aixtest"]
Synchronizing Cookbooks:
- chef-client
- cron
- logrotate
- windows
- chef_handler
- aixtest
- aix
Compiling Cookbooks...
Converging 20 resources
Recipe: chef-client::src_service
* directory[/var/run/chef] action create
- create new directory /var/run/chef
- change owner from '' to 'root'
* directory[/var/spool/chef] action create
- create new directory /var/spool/chef
- change owner from '' to 'root'
* directory[/var/lib/chef] action create
- create new directory /var/lib/chef
- change owner from '' to 'root'
* directory[/var/adm/chef] action create
- create new directory /var/adm/chef
- change mode from '' to '0750'
- change owner from '' to 'root'
* directory[/etc/chef] action create (up to date)
* execute[install chef in SRC] action run
- execute mkssys -s chef -p /usr/bin/chef-client -u root -S -n 15 -f 9 -o /var/adm/chef/client.log -e /var/adm/chef/client.log -a '-i 1800 -s 300'
* execute[enable chef] action run
- execute mkitab 'chef:2:once:/usr/bin/startsrc -s chef > /dev/console 2>&1'
* service[chef] action start
- start service service[chef]
Recipe: aixtest::default
* aix_toolboxpackage[less] action install
* remote_file[/var/chef/cache/less-382-1.aix5.1.ppc.rpm] action create
- create new file /var/chef/cache/less-382-1.aix5.1.ppc.rpm
- update content in file /var/chef/cache/less-382-1.aix5.1.ppc.rpm from none to b91b2b
(new content is binary, diff output suppressed)
* rpm_package[less] action install
- install version 382-1 of package less
* aix_inittab[webserverstart] action remove (up to date)
* aix_tcpservice[inetd] action disable
- disable TCP/IP service
* aix_tcpservice[snmpd] action disable
- disable TCP/IP service
* aix_tcpservice[hostmibd] action disable
- disable TCP/IP service
* aix_tcpservice[snmpmibd] action disable
- disable TCP/IP service
* aix_tcpservice[aixmibd] action disable
- disable TCP/IP service
* aix_tcpservice[writesrv] action disable (up to date)
* aix_tcpservice[qdaemon] action disable (up to date)
* aix_tcpservice[xntpd] action enable (up to date)
* aix_subserver[telnet] action disable (up to date)
* aix_subserver[ftp] action disable (up to date)
Running handlers:
Running handlers complete
Chef Client finished, 15/22 resources updated in 45.827622 seconds
l59fvp002_pub[/usr/bin] > ps aux|grep chef
root 11534440 0.0 2.0 31680 31836 - A 17:37:17 0:00 /opt/chef/embe
l59fvp002_pub[/usr/bin] > lssrc -s chef
Subsystem Group PID Status
chef 11534440 active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment