Unattended Install - SNMP
how add more 1 permitted manager in unattend xml file widows server 2008?
currently can specify 1 manager. see below. alos need add local host.
component name="microsoft-windows-snmp-agent-service" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonsxs" xmlns:wcm="http://schemas.microsoft.com/wmiconfig/2002/state" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance">
<validcommunities>
<validcommunity wcm:action="add" wcm:keyvalue="public">4</validcommunity>
<validcommunity wcm:action="add" wcm:keyvalue="private">8</validcommunity>
</validcommunities>
<permittedmanagers>
<a1>nucsnmp01</a1>
</permittedmanagers>
fieldzy
currently can specify 1 manager. see below. alos need add local host.
component name="microsoft-windows-snmp-agent-service" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonsxs" xmlns:wcm="http://schemas.microsoft.com/wmiconfig/2002/state" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance">
<validcommunities>
<validcommunity wcm:action="add" wcm:keyvalue="public">4</validcommunity>
<validcommunity wcm:action="add" wcm:keyvalue="private">8</validcommunity>
</validcommunities>
<permittedmanagers>
<a1>nucsnmp01</a1>
</permittedmanagers>
fieldzy
hello,
unfortunately, unattended answer file, can configure single host a1 setting. adding multiple hosts not supported. please see following article information:
http://technet.microsoft.com/en-us/library/cc766254.aspx
best regards,
chang yin
Windows Server > Setup Deployment
Comments
Post a Comment