Bug #35
SAS installation config file issue
Description
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
History
#1 Updated by mdj over 6 years ago
Anonymous wrote:
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
fixed and created a new iso file
#2 Updated by hwyang over 6 years ago
- Description updated (diff)
- Status changed from Reserved to Validated
- Assignee set to mdj