mount /dev/cdrom /mnt
cp /mnt/VMwareTools-* /tmp
umount /mnt
cd /tmp
tar zxvf VMwareTools-*
cd vmware-tools-distrib
./vmware-install.pl
全部依系統訂議安裝
指令名称 | centos 6 | centos 7 |
---|---|---|
启动服务 | service httpd start | systemctl start httpd.service |
关闭服务 | service httpd stop | systemctl stop httpd.service |
重启服务 | service httpd restart | systemctl restart httpd.service |
查看服务状态 | service httpd status | systemctl status httpd.service |
设置服务开机启动 | chkconfig httpd on | systemctl enable httpd.service |
设置服务开机关闭 | chkconfig httpd off | systemctl disable httpd.service |
查看服务开机启动 | chkconfig –list | systemctl list-units –type=service |
4.1 snmpwalk
執行一系列snmpgetnext指令的集合。
4.2 snmpget
可從指定的主機擷取MIB資訊。
4.3 snmpgetnext
循序存取沒有定義index的資訊。
4.4 snmpset
將指定的資訊寫入定義好的MIB資料庫中。
4.5 snmptrap
大部分SNMP流量都是由網管系統流向網路設備;而snmptrap是由網路設備主動發送相關必要資訊給網管系統。
4.6 snmptable
將定義好的table格式資料印出在螢幕上//
|