First guess was to read the manpages, but there is no entry for waagent:
root@ubuntuserver:~# man waagentSo for documentation you have to visit the Microsoft Azure portal:
No manual entry for waagent
See 'man 7 undocumented' for help when manual pages are not available.
https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/agent-linux
Here are some commands i tried:
or list all commands:root@ubuntuserver:~# waagent -show-configuration AutoUpdate.Enabled = True AutoUpdate.GAFamily = Prod Autoupdate.Frequency = 3600 CGroups.EnforceLimits = False CGroups.Excluded = customscript,runcommand DVD.MountPoint = /mnt/cdrom/secure DetectScvmmEnv = False EnableOverProvisioning = True Extension.LogDir = /var/log/azure Extensions.Enabled = True HttpProxy.Host = None HttpProxy.Port = None Lib.Dir = /var/lib/waagent Logs.Verbose = False OS.AllowHTTP = False OS.CheckRdmaDriver = False OS.EnableFIPS = False OS.EnableFirewall = True OS.EnableRDMA = False OS.HomeDir = /home OS.OpensslPath = /usr/bin/openssl OS.PasswordPath = /etc/shadow OS.RootDeviceScsiTimeout = 300 OS.SshClientAliveInterval = 180 OS.SshDir = /etc/ssh OS.SudoersDir = /etc/sudoers.d OS.UpdateRdmaDriver = False Pid.File = /var/run/waagent.pid Provisioning.AllowResetSysUser = False Provisioning.DecodeCustomData = False Provisioning.DeleteRootPassword = True Provisioning.Enabled = False Provisioning.ExecuteCustomData = False Provisioning.MonitorHostName = False Provisioning.PasswordCryptId = 6 Provisioning.PasswordCryptSaltLength = 10 Provisioning.RegenerateSshHostKeyPair = False Provisioning.SshHostKeyPairType = rsa Provisioning.UseCloudInit = True ResourceDisk.EnableSwap = False ResourceDisk.Filesystem = ext4 ResourceDisk.Format = False ResourceDisk.MountOptions = None ResourceDisk.MountPoint = /mnt ResourceDisk.SwapSizeMB = 0
root@ubuntuserver:~# waagent -help usage: /usr/sbin/waagent [-verbose] [-force] [-help] -configuration-path:-deprovision[+user]|-register-service|-version|-daemon|-start|-run-exthandlers|-show-configuration]
No comments:
Post a Comment