G
Guest
Before Windows Vista / 2008, I successfully installed SNMP service from the
command-line using this command:
sysocmgr /i:c:\Windows\inf\sysoc.inf /r /u:"c:\test\snmp_cfg.txt"
Where "c:\test\snmp_cfg.txt" contained the SNMP configuration:
[Components]
NetOC=on
[NetOptionalComponents]
SNMP=1
[SNMP]
Any_Host=YES
Accept_CommunityName="public:Read_Only"
Community_Name="public"
I understand Windows Vista replaced sysocmgr with ocsetup. Although I can
install SNMP from the command-line by typing, "start /w ocsetup SNMP" I
cannot configure the community security settings as I did before.
I know the solution has something to do with the Ocsetup's unattendfile
option, but figuring out exactly how this xml file should be configured
eludes me.
Can someone provide an example of an unattend.xml file containing SNMP
configuration fields (Any host, Community Name Public and read-only)?
Thanks,
Paul
command-line using this command:
sysocmgr /i:c:\Windows\inf\sysoc.inf /r /u:"c:\test\snmp_cfg.txt"
Where "c:\test\snmp_cfg.txt" contained the SNMP configuration:
[Components]
NetOC=on
[NetOptionalComponents]
SNMP=1
[SNMP]
Any_Host=YES
Accept_CommunityName="public:Read_Only"
Community_Name="public"
I understand Windows Vista replaced sysocmgr with ocsetup. Although I can
install SNMP from the command-line by typing, "start /w ocsetup SNMP" I
cannot configure the community security settings as I did before.
I know the solution has something to do with the Ocsetup's unattendfile
option, but figuring out exactly how this xml file should be configured
eludes me.
Can someone provide an example of an unattend.xml file containing SNMP
configuration fields (Any host, Community Name Public and read-only)?
Thanks,
Paul