更新至1.8版本。
重新组织目录结构。更新至1.8版本。 git-svn-id: http://172.17.0.253/svn/soft_pkgs/sys_nicmonitor@1397 09c3743a-b0dd-45d3-b506-aa74c7a2a6ef
This commit is contained in:
18
code/trunk/bin/README
Normal file
18
code/trunk/bin/README
Normal file
@@ -0,0 +1,18 @@
|
||||
========
|
||||
安装说明:
|
||||
直接运行命令:
|
||||
sh ./install.sh
|
||||
|
||||
或者采用如下步骤:
|
||||
|
||||
1)安装,以root的用户执行安装命令:
|
||||
pkgadd sys_nicmonitor#1.8-x86_64-Linx-Rocky4.2.pkg.tar.gz
|
||||
如果之前已经安装,则可先卸载旧的然后再安装,或者通过更新方式安装
|
||||
卸载命令: pkgrm sys_nicmonitor
|
||||
更新方式安装命令:
|
||||
pkgadd -u sys_nicmonitor#1.8-x86_64-Linx-Rocky4.2.pkg.tar.gz
|
||||
|
||||
2)查看安装是否成功
|
||||
pkginfo -i|grep sys_nicmonitor
|
||||
或者
|
||||
查看d5000用户的目录下lib/libnic_shm.so和bin/sys_nicmonitor的日期是否
|
||||
4
code/trunk/bin/install.sh
Executable file
4
code/trunk/bin/install.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
pkgrm sys_nicmonitor
|
||||
pkgadd sys_nicmonitor#1.8-x86_64-Linx-Rocky4.2.pkg.tar.gz
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user