Panabit流控软件硬盘版安装说明.doc_第1页
Panabit流控软件硬盘版安装说明.doc_第2页
Panabit流控软件硬盘版安装说明.doc_第3页
Panabit流控软件硬盘版安装说明.doc_第4页
Panabit流控软件硬盘版安装说明.doc_第5页
免费预览已结束,剩余4页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Panabit硬盘版安装说明安装步骤大致分为4步:1.硬件配置:找相对稳定的旧计算机,建议P3 1G,256M内存,6G硬盘及以上硬件配置,必须三张网卡(一张用于做管理,其他两张做一个网桥的数据端口intel网卡最佳,其他网卡也可)2.软件安装:Panabit依托于Free BSD操作系统,因此软件安装分以下三步:一装FreeBSD,二装Panabit软件,三对Panabit配置管理。安装FreeBSD:下载BSD系统光盘镜像,建议用BSD6.2版本,下载地址如下:/pub/FreeBSD/ISO-IMAGES-i386/6.2/6.2-RELEASE-i386-disc1.iso下载完成后刻为光盘,设置计算机从该光盘启动如下图:回车;或等待时间为0自动往下运行,大约12分钟,出现下一个选择画面。向上选择Chian,回车 接下来进入了键盘布局选择,如下图,选择默认的“USA ISO”回车即可:接下来的界面中(如下图)选择“Custom(自定义)”开始一个标准的自定义安装过程:进入下图所示自定义安装界面:“Exit”为退出此菜单;“Options”为查看/设置安装选项;“Partition”是分配系统分区,“Label”则是设置系统分区;“Distributions”指让我们选择安装内容;“Media”是选择安装界质;最后一个选项是指所有设置完毕后开始安装。首先选择“Media”,定义我们的安装介质,即告诉安装程序我们是从光盘安装还是从硬盘安装:由于是以从光盘安装为例,故应在下图中选择第一项“CD/DVD”,点击OK即完成这一步设置并会自动返回上图的界面接着选择“Partition”开始建立系统分区(如下图)。键入A,将光标移到ad0s1分区上,键入Q返回如下图:选择第一项即安装FreeBSD启动管理器。建立好分区之后,即可开始设置了。返回自定义安装界面界面选择“Label”进入设置分区主界面。它的界面跟上一步的类似,同样采用热键的方法操作,按A(让FreeBSD自动设置),如下图:按Q退出,返回自定义安装界面界面选择“Distributions” 进入下图所示选项界面:直接选择第一项“ALL”回车,点OK返回自定义安装界面界面选择“Commit”点OK后安装程序会出现下图所示的提示信息,大致意思是:“是否确认要开始安装过程,这是最后的一次选择”:点yes就开始安装,如下图:安装最后会提示你是否需要进入配置菜单改变其他相关设置,一般选择no完成整个安装过程,如下图:至此,FreeBSD 系统安装完成!配置BSD主机基本设置:1设置root密码:系统重启后输入root回车,无密码,登陆FreeBSD系统,输入passwd回车,输入密码回车量词,设置root帐户密码。(注:使用root帐号SSH远程登陆,FreeBSD 6.2必须要先设置密码,不允许空密码!)2.设置hostname及打开启动系统时sshd服务#ee /etc/rc.conf加入:hostname=Panabit,主机名任选加入:sshd_enable=YES,启动系统时打开sshd服务打开ssh的root登陆选项#ee /etc/ssh/sshd_config把配置文件中的#PermitRootLogin no修改为:PermitRootLogin yes(*注意必须把PermitRootLogin前面的“#”去掉,否则本设置没有启用!)把配置文件中的#PasswordAuthentication no 修改为:PasswordAuthentication yes(*注意必须把PasswordAuthentication前面的“#”去掉,否则本设置没有启用!)重起后启动ssh服务。3.临时设置IP地址。直接用ifconfig命令查看网卡名称,如网卡名称为em0,则设置IP地址完整的形式是:#ifconfig em0 8 netmask up从本地计算机(windows系统)上传Panabit安装包到BSD服务器下载并安装ssh软件到本地计算机(windows系统)下载地址:/download/ssh_3_2_9.rar下载Panabit安装包到本地计算机(windows系统)下载地址:/download/Panabit0903.tar.gz把本地计算机(windows系统)与BSD服务器连接到同一个网络(相互能ping通)运行“SSH Secure File Transfer Client”快捷方式,点击“Quik Connect”Host Name输入BSD刚才临时配置的IP地址User Name为rootPort为默认的22Authentication为默认的点击Connect后,输入设置好的root的密码点回车登陆ssh如图:界面左侧为本地计算机(windows系统),右侧为BSD服务器的目录结构,把下载的Panabit安装包传送到BSD目录。在BSD系统下解压并安装、配置Panabit软件此处以传送到/usr/local目录,安装包为Panabit0903.tar.gz为例,传送完成后,在BSD系统下运行# cd /usr/local# tar zxvf Panabit0903.tar.gz解压完成后,运行#cd Panabit0903#./ ipeinstall开始安装Panabit0903下面是脚本运行过程:Welcome installing panabit!Please input the directory to install panabit /usr/panabit:(缺省直接回车)Please input the directory to store log /usr/panalog:(缺省直接回车)Please input the directory to store configuration /usr/panaetc:(缺省直接回车)The last time to verify your choice:(1) The directory that you want to install is /usr/panabit(2) The directory that the log to be stored is /usr/panalog(3) The directory that the configuration to be stored is /usr/panaetcAbove are right(y/ny)?(y回车表示确认)Creating directory /usr/panabit .okCreating directory /usr/panalog .okInstalling Panabit to /usr/panabit .okInitializing configurations .okSaving configuration to /etc/PG.conf .* Congratulations *!You have successfully installed Panabit on your system:(1) The installed path is: /usr/panabit(2) The log path is: /usr/panalog(3) The configuration path is: /usr/panaetcTo make your system more sutiable for panabit running, its recomended of tuning your system according your system memory size and cpu frequence.Do you want to tune your system(y/ny)(y回车表示确认)(此处询问是否调节内核优化参数,系统自动检测)Your kernel configuration has been tuned as the followings:#console=comconsoleautoboot_delay=2beastie_disable=YESkern.ipc.nmbclusters=10240kern.maxdsiz=2000000000(上面5行,后2行为安装脚本自动增加,前3行是系统原有的,这3行不是每个人的系统都有的)Warning: your em driver has been compiled into kernel.To optimize panabit performance, we recommend you use the optimized driver panaos provides.To use the optimized driver, please remove em driver from your kernel.(此处为一般性提示,仅作为参考,标准版用户忽略此项)You should restart your system to make they take effects.(需要重启系统,调整参数才会生效。注意安装完毕,reboot系统)Following interfaces are installed in your system:em0 em1 em2(这是系统识别的3块网卡列表,请根据实际情况选择!供下面选择指定使用)Please choose one of above as your admin interface: em0(选择em0作为管理端口)Please input ip address of admin interface: (配置em0管理端口IP地址)Please input network mask of admin interface: (配置em0管理口掩码)Please input default gateway: (配置em0管理端口网关) (这3行的网路参数根据实际情况给定)The following interfaces are left for your data processing:em1 em2 Please select data interfaces: em1 em2(指定两个网卡时,用空格隔开,一般选择性能好的网卡作为数据网卡,请根据实际情况选择!)Your interface configurations are: Admin interface : em0Admin ip address : Admin netmask : Default gateway : Data interfaces : em1 em2(再次显示管理口参数、数据网路接口)Thank you for using panabit!You can issue /usr/panabit/bin/ipectrl start to start panabit!And you can also add the above command to /etc/rc.local file to let the system automaticly start panabit at system startup!为了便于开机后自动重启,可以将启动进程加在/etc/ra.local里:#ee /etc/rc.local加入/usr/bin/panabit/ipectrl start配置好后,运行/usr/bin/panabit/bin/ipcetrl start启动panabit

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论