日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > Ubuntu >内容正文

Ubuntu

Ubuntu14.04下Endpoint5.1的安装及使用方法

發(fā)布時間:2024/1/1 Ubuntu 25 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Ubuntu14.04下Endpoint5.1的安装及使用方法 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

目錄

?

1. 本文目的

2. Endpoint5.1使用方法

2.1 Endpoint5.1的安裝

2.2 Endpoint5.1的開啟

2.3 ?卸載Endpoint5.1

3. 注意事項

4. 參考


1. 本文目的

? ? ? ? 以太網測試軟件IxChariot配合Endpoint,可以實現兩臺PC機網卡之間帶寬的測試。在window平臺下Endpoint軟件的安裝方法比較簡單,網上的介紹資料也挺多,但是在Linux系統(tǒng)下的介紹資料非常的稀少,軟件安裝后也不知道如何使用,本文重點介紹了在Linux系統(tǒng)下安裝Endpoint軟件的具體方法和使用時的注意事項。

2. Endpoint5.1使用方法

2.1 Endpoint5.1的安裝

Endpoint5.1下載地址:http://download.netiq.com/products/pe/endpoints/endlnxr.tar.Z

安裝軟件前,先將當前用戶切換至超級用戶root,接著將壓縮文件endlnxr.tar.Z拷貝至目錄~/下并進行解壓:

# tar -Zxvf endlnxr.tar.Z

# cd endlnxr

# ls

endpoint.install ?temp

#?chmod 777 endpoint.install?

# ./endpoint.install?accept_license

(注:上方命令后方的參數accept_license一定要添加!)

安裝成功后出現下方提示:

You have accepted the terms and conditions of the license agreement.Any running copies of endpoint are being stopped now.Notice! To have the endpoint start when your system reboots, you must update your system rc scripts.If your Linux system uses 'rc.local', add the following line to the 'rc.local' file:/usr/local/NetIQ/endpoint 1>>/var/local/endpoint.console 2>&1 &Do not forget the ampersand (&) at the end of the line; without it, the boot process will not continue and you may be unable to log in at the console.The endpoint install directory now uses /usr/local/NetIQ instead of /usr/local/Ganymede. If your rc.local referenced /usr/local/Ganymede, you should change it to use the new directory.If your Linux system supports System V-style rc scripts, copy /usr/local/NetIQ/rc2exec.lnx to the appropriate places. For example, with Red Hat Linux 5.0, you might run these commands:cp /usr/local/NetIQ/rc2exec.lnx /etc/rc.d/init.d/endpointln -fs /etc/rc.d/init.d/endpoint /etc/rc.d/rc2.d/S81endpointln -fs /etc/rc.d/init.d/endpoint /etc/rc.d/rc3.d/S81endpointln -fs /etc/rc.d/init.d/endpoint /etc/rc.d/rc6.d/K81endpointFor Red Hat Linux 5.2 or later, the recommended commands are:cp /usr/local/NetIQ/rc2exec.lnx /etc/rc.d/init.d/endpoint/sbin/chkconfig endpoint resetStarting the NetIQ Endpoint.Installation of endpoint was successful.

根據上方提示,要使endpoint在下次開機時自動啟動,首先需要在腳本文件'rc.local'里添加以下代碼:

1>>/var/local/e /usr/local/NetIQ/endpoint ndpoint.console 2>&1 &

該腳本目錄為:/etc/rc.d/rc.local

其次,需要進行如下操作:

cp /usr/local/NetIQ/rc2exec.lnx /etc/rc.d/init.d/endpointln -fs /etc/rc.d/init.d/endpoint /etc/rc.d/rc2.d/S81endpointln -fs /etc/rc.d/init.d/endpoint /etc/rc.d/rc3.d/S81endpointln -fs /etc/rc.d/init.d/endpoint /etc/rc.d/rc6.d/K81endpoint

到這里,endpoint5.1的安裝環(huán)節(jié)告一段落。

2.2 Endpoint5.1的開啟

# cd?/usr/local/NetIQ/

# ls

cmpfiles ?endl.txt ?endpoint.ini ? ? ? ? endpoint.remove ?rc2exec.lnx
echr.msg ?endpoint ?endpoint.ini.newest ?fmtlog ? ? ? ? ? README

# chmod 777?endpoint

# ./endpoint

以上命令輸入后,終端會出現如下提示:

Processing INI file (/usr/local/NetIQ/endpoint.ini).ENDPOINT Performance Endpoint, Version 5.1 (Retail) Copyright (c) NetIQ Corporation, 1995-2006. U.S. Patents 5,838,919, 5,881,237, 5,937,165, 6,061,725, 6,397,359, and 6,408,335. Other Patents Pending. Build 8149Endpoint INI information in use:All available protocols are enabled.All consoles may run tests on this endpoint.Security Auditing: NONEAudit filename: /usr/local/NetIQ/endpoint.audSupport for IP Multicast is enabled. Support for disabling and enabling TCP's Nagle Algorithm is available. Support for disabling and enabling generation of the UDP checksum is available. Support for IP Multicast is enabled. Support for disabling and enabling TCP's Nagle Algorithm is available. Support for disabling and enabling generation of the UDP checksum is available. Support for TCP protocol has been started. Support for TCP-IPv6 protocol has been started.

出現以上提示后,說明endpoint5.1已經正常運行了,這時打開Windows系統(tǒng)端的IxChariot軟件,即可進行網卡帶寬的測試。

說明:在端口中結束endpoint進程,可使用快捷鍵Ctrl+C,接著輸入y,最后回車!

2.3 ?卸載Endpoint5.1

# cd /usr/local/NetIQ/
# ls
cmpfiles ?endl.txt ?endpoint.ini ? ? ? ? endpoint.remove ?rc2exec.lnx
echr.msg ?endpoint ?endpoint.ini.newest ?fmtlog ? ? ? ? ? README

#?/usr/local/NetIQ/endpoint -k
# chmod 777 endpoint.remove
# ./endpoint.remove

3. 注意事項

IxChariot軟件測試時,工作站那邊的IP無法識別時,可能的原因如下:

(1)Endpoint的版本與當前IxChariot的不匹配;

(2)操作系統(tǒng)的防火墻沒有關,關之。

ubuntu系統(tǒng)下關閉防火墻的命令:sudo ufw disable

4. 參考

(1)用Chariot/Endpoint進行無線吞吐量測量 - CSDN博客
http://blog.csdn.net/forsiny/article/details/4871310

(2)Linux系統(tǒng)下Endpoint5.1使用說明書 - CSDN博客
http://blog.csdn.net/snaking616/article/details/79096431

(3)教你如何開啟/關閉ubuntu防火墻 - Nicat - 博客園
https://www.cnblogs.com/kluan/p/5993767.html

總結

以上是生活随笔為你收集整理的Ubuntu14.04下Endpoint5.1的安装及使用方法的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。