Bug #35
Updated by hwyang over 6 years ago
When install SAS workstation, comment the line "^trap" failed, it is due to the snmpd.conf file is covered by snmpd.conf.sas1
see below:
*sed -i -e '/rwcommunity public 127.0.0.1/s/^/#/' -e '/com2sec notConfigUser default public/s/^/#/' -e 's/^trap/#trap/g' /etc/snmp/snmpd.conf*
echo "End kickstart post installation"
echo "$(date '+%d-%m-%Y %H:%M:%S')- End of phase post-installation (2/2)"
#copy the monitoring of printer with the scripts on SAS, this is as a workaround
*cp -f /mnt/USB_DRIVE/test/snmpd.conf.sas1 /etc/snmp/snmpd.conf*
YHW_20180530_Validated_OK_In_V7.0.9.2
see below:
*sed -i -e '/rwcommunity public 127.0.0.1/s/^/#/' -e '/com2sec notConfigUser default public/s/^/#/' -e 's/^trap/#trap/g' /etc/snmp/snmpd.conf*
echo "End kickstart post installation"
echo "$(date '+%d-%m-%Y %H:%M:%S')- End of phase post-installation (2/2)"
#copy the monitoring of printer with the scripts on SAS, this is as a workaround
*cp -f /mnt/USB_DRIVE/test/snmpd.conf.sas1 /etc/snmp/snmpd.conf*
YHW_20180530_Validated_OK_In_V7.0.9.2