Remote Installation of net-snmp-Linux Enterprise Application-Linux server application information. The following is a detailed description. 1. putty/ssh 192.168.25.104 // putty is the tool for remote linux connection to windows. 192.168.25.104 is the linux es5 system.
2. # ftp 10.1.9.19 // connect to the ftp server 10.1.9.19 after Logon
3.> change the ftp File Transfer Mode to binary by using ftp binary/bi //.
4.> ftp get net-snmp-5.4.1.2.tar.gz // download the net-snmp-5.4.1.2.tar.gz file to the Local Machine
5.> ftp bye // exit ftp
6. # tar? Zxvf net-snmp-5.4.1.2.tar.gz // Extract
7. # cd net-snmp-5.4.1.2 // enter the source file directory
8. #./configure // you need to select
Default version of-snmp-version: 2
Systemcontact information (the contact who configures the device): heaven
System location (location of the device): china
Location to write logfile (log File Location):/var/log/snmpd. log
Location to Write persistent (data storage directory):/var/net-snmp
9. # make & make install // compile and install
10. # cp EXAMPLE. conf/usr/local/share/snmp/snmpd. conf // copy EXAMPLE. conf in upper case
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.