Hi,
We are trying to setup a wmi restricted account for zenwin and zeneventlog. Using wmic, it's working fine, but from Zenwin it broke, complaining both about "NT_STATUS_NET_WRITE_FAULT" and "NT_STATUS_ACCESS_DENIED".
I noticed the trick with wmic needing "\\" between the AD domain and the account name. But on zProperties we set it with a single "\".
wmic -U emea-klif\\wmimon%Sopra123 //wscomklif02a.ptx.fr.sopra "select * from Win32_ComputerSystem"
Any idea how we can get work ?
--
Florian Deckert
SopraGroup - France
We are trying to setup a wmi restricted account for zenwin and zeneventlog. Using wmic, it's working fine, but from Zenwin it broke, complaining both about "NT_STATUS_NET_WRITE_FAULT" and "NT_STATUS_ACCESS_DENIED".
I noticed the trick with wmic needing "\\" between the AD domain and the account name. But on zProperties we set it with a single "\".
wmic -U emea-klif\\wmimon%Sopra123 //wscomklif02a.ptx.fr.sopra "select * from Win32_ComputerSystem"
CLASS: Win32_ComputerSystem
AdminPasswordStatus|AutomaticManagedPagefile|AutomaticResetBootOption|
AutomaticResetCapability|BootOptionOnLimit|BootOptionOnWatchDog|BootROMSupported|
BootupState|Caption|ChassisBootupState|CreationClassName|CurrentTimeZone|DaylightInEffect|
Description|DNSHostName|Domain|DomainRole|EnableDaylightSavingsTime|FrontPanel
ResetStatus|InfraredSupported|InitialLoadInfo|InstallDate|KeyboardPasswordStatus|
LastLoadInfo|Manufacturer|Model|Name|NameFormat|NetworkServerModeEnabled|
NumberOfLogicalProcessors|NumberOfProcessors|OEMLogoBitmap|OEMStringArray|
PartOfDomain|PauseAfterReset|PCSystemType|PowerManagementCapabilities|
PowerManagementSupported|PowerOnPasswordStatus|PowerState|PowerSupplyState|
PrimaryOwnerContact|PrimaryOwnerName|ResetCapability|ResetCount|ResetLimit|
Roles|Status|SupportContactDescription|SystemStartupDelay|SystemStartupOptions|
SystemStartupSetting|SystemType|ThermalState|TotalPhysicalMemory|UserName|
WakeUpType|Workgroup
1|True|True|True|0|0|True|
Normal boot|WSCOMKLIF02A|4|Win32_ComputerSystem|120|True|AT/AT COMPATIBLE|
wscomklif02a|emea-klif.msad-klif.sopra|3|True|2|False|NULL|(null)|2|(null)|Dell Inc.|
OptiPlex 755 |WSCOMKLIF02A|(null)|True|2|1|NULL|(www.dell.com)|
True|-1|5|NULL|False|1|0|3|(null)|Windows User|1|-1|-1|(LM_Workstation,LM_Server,NT,Server_NT)|
OK|NULL|0|NULL|0|x64-based PC|3|2101157888|EMEA-KLIF\wmimon|6|(null)
Any idea how we can get work ?
DEBUG:zen.Watcher:connecting to wscomklif02a.ptx.fr.sopra
Failed to bind to uuid 4d9f4ab8-7d1c-11cf-861e-0020af6e7c57 - NT_STATUS_NET_WRITE_FAULT
ERROR:zen.pysamba:Attempt to connect resulted in NT_STATUS_ACCESS_DENIED
ERROR:zen.Watcher:NT_STATUS_ACCESS_DENIED
Traceback (most recent call last): File "/usr/local/zenoss/zenoss/Products/ZenWin/Watcher.py", line 39, in inner driver.next() File "/usr/local/zenoss/zenoss/Products/ZenUtils/Driver.py", line 64, in result raise ex
WMIFailure: NT_STATUS_ACCESS_DENIED
ERROR:zen.zenwin:NT_STATUS_ACCESS_DENIED
Traceback (most recent call last): File "/usr/local/zenoss/zenoss/Products/ZenWin/zenwin.py", line 139, in inner driver.next() File "/usr/local/zenoss/zenoss/Products/ZenUtils/Driver.py", line 64, in result raise ex
WMIFailure: NT_STATUS_ACCESS_DENIED
DEBUG:zen.zenwin:Queueing event {'manager': 'zenoss.ptx.fr.sopra', 'severity': 4, 'device': 'wscomklif02a.ptx.fr.sopra', 'eventClass': '/Status/Wmi', 'component': 'zenwin', 'agent': 'zenwin', 'summary': 'Could not read the status of Windows services (NT_STATUS_ACCESS_DENIED). Check your username/password settings and verify network connectivity.'}
--
Florian Deckert
SopraGroup - France