openfiler的iSCSI配置(二)

为什么80%的码农都做不了架构师?>>>   hot3.png

一.openfiler iSCSI配置 1.启动iSCSI target server服务。在Services列表下。 2.设置访问列表。在System---Network Access Configuration下设置。 3.创建卷设备 二.ISCSI客户端配置 1.安装open-iscsi # apt-get install open-iscsi 2.发现iscsi-target # iscsiadm -m discovery -t sendtargets -p 192.168.41.111 192.168.41.111:3260,1 iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb 3.挂载 # iscsiadm -m node -T iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb -p 192.168.41.111 -l -d 10 iscsiadm: Max file limits 1024 1024 iscsiadm: exec_node_op: : node [iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb,192.168.41.111,3260] iscsiadm: searching iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb iscsiadm: found 192.168.41.111,3260,1 iscsiadm: iface iter found default. iscsiadm: updated 'node.name', '' => 'iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb' iscsiadm: updated 'node.tpgt', '-1' => '1' iscsiadm: updated 'node.startup', 'manual' => 'automatic' iscsiadm: updated 'iface.iscsi_ifacename', 'default' => 'default' iscsiadm: updated 'iface.transport_name', 'tcp' => 'tcp' iscsiadm: updated 'node.discovery_address', '' => '192.168.41.111' iscsiadm: updated 'node.discovery_port', '0' => '3260' iscsiadm: updated 'node.discovery_type', 'static' => 'send_targets' iscsiadm: updated 'node.session.initial_cmdsn', '0' => '0' iscsiadm: updated 'node.session.initial_login_retry_max', '4' => '8' iscsiadm: updated 'node.session.xmit_thread_priority', '-20' => '-20' iscsiadm: updated 'node.session.cmds_max', '128' => '128' iscsiadm: updated 'node.session.queue_depth', '32' => '32' iscsiadm: updated 'node.session.auth.authmethod', 'None' => 'None' iscsiadm: updated 'node.session.timeo.replacement_timeout', '120' => '120' iscsiadm: updated 'node.session.err_timeo.abort_timeout', '15' => '15' iscsiadm: updated 'node.session.err_timeo.lu_reset_timeout', '30' => '20' iscsiadm: updated 'node.session.err_timeo.host_reset_timeout', '60' => '60' iscsiadm: updated 'node.session.iscsi.FastAbort', 'Yes' => 'Yes' iscsiadm: updated 'node.session.iscsi.InitialR2T', 'No' => 'No' iscsiadm: updated 'node.session.iscsi.ImmediateData', 'Yes' => 'Yes' iscsiadm: updated 'node.session.iscsi.FirstBurstLength', '262144' => '262144' iscsiadm: updated 'node.session.iscsi.MaxBurstLength', '16776192' => '16776192' iscsiadm: updated 'node.session.iscsi.DefaultTime2Retain', '0' => '0' iscsiadm: updated 'node.session.iscsi.DefaultTime2Wait', '2' => '2' iscsiadm: updated 'node.session.iscsi.MaxConnections', '1' => '1' iscsiadm: updated 'node.session.iscsi.MaxOutstandingR2T', '1' => '1' iscsiadm: updated 'node.session.iscsi.ERL', '0' => '0' iscsiadm: updated 'node.conn[0].address', '' => '192.168.41.111' iscsiadm: updated 'node.conn[0].port', '3260' => '3260' iscsiadm: updated 'node.conn[0].startup', 'manual' => 'manual' iscsiadm: updated 'node.conn[0].tcp.window_size', '524288' => '524288' iscsiadm: updated 'node.conn[0].tcp.type_of_service', '0' => '0' iscsiadm: updated 'node.conn[0].timeo.logout_timeout', '15' => '15' iscsiadm: updated 'node.conn[0].timeo.login_timeout', '30' => '15' iscsiadm: updated 'node.conn[0].timeo.auth_timeout', '45' => '45' iscsiadm: updated 'node.conn[0].timeo.noop_out_interval', '5' => '5' iscsiadm: updated 'node.conn[0].timeo.noop_out_timeout', '5' => '5' iscsiadm: updated 'node.conn[0].iscsi.MaxRecvDataSegmentLength', '262144' => '262144' iscsiadm: updated 'node.conn[0].iscsi.HeaderDigest', 'None' => 'None' iscsiadm: updated 'node.conn[0].iscsi.DataDigest', 'None' => 'None' iscsiadm: updated 'node.conn[0].iscsi.IFMarker', 'No' => 'No' iscsiadm: updated 'node.conn[0].iscsi.OFMarker', 'No' => 'No' iscsiadm: match session [iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb,192.168.41.111,3260][ ,,] iscsiadm: to [iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb,192.168.41.111,3260][default tcp,,] Logging in to [iface: default, target: iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb, portal: 192.168.41.111,3260] Login to [iface: default, target: iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb, portal: 192.168.41.111,3260]: successful # fdisk -l Disk /dev/sda: 21.5 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0003df97 Device Boot Start End Blocks Id System /dev/sda1 * 1 2574 20673536 83 Linux /dev/sda2 2574 2611 294913 5 Extended /dev/sda5 2574 2611 294912 82 Linux swap / Solaris Disk /dev/sdb: 33 MB, 33554432 bytes 2 heads, 32 sectors/track, 1024 cylinders Units = cylinders of 64 * 512 = 32768 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 4.设置自动登录到iscsi-target # iscsiadm -m node -T iqn.2006-01.com.openfiler:tsn.1a8f5a5d6ffb -p 192.168.41.111 --op update -n node.startup -v automatic

转载于:https://my.oschina.net/766/blog/211204

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/274998.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

送你一份用Electron开发桌面应用的避坑指南【送3本书,含犀牛书】

大家好,我是若川。持续组织了5个月源码共读活动,感兴趣的可以点此加我微信 ruochuan12 参与,新年第一次送3本书。抽奖规则见文末。如今,Electron 领域发生了重大的变革,Electron 版本更新换代极快,难以计数…

nginx修改upstream不重启的方法(ngx_http_dyups_module模块)

为什么80%的码农都做不了架构师?>>> nginx很强大,第三方模块也不少,淘宝在nginx上很活跃,特别是章亦春,他参与的模块至少10, 好了今天主角不是他,是一款动态配置upstream的模块,这个…

c# 设计原则需要学习吗_向最好的学习:产品设计原则

c# 设计原则需要学习吗重点 (Top highlight)In my job as Design Team Lead at SimpleSite, I’ve recently been part of creating a set of Product Design Principles. In this process, I spent a lot of time studying the theory, learning about best practices, and ge…

Node.js 2021年开发者报告解读

大家好,我是若川。持续组织了5个月源码共读活动,感兴趣的可以点此加我微信 ruochuan12 参与,每周大家一起学习200行左右的源码,共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。很多人觉得Node.js…

搭建nginx反向代理用做内网域名转发

为什么80%的码农都做不了架构师?>>> 情景 由于公司内网有多台服务器的http服务要映射到公司外网静态IP,如果用路由的端口映射来做,就只能一台内网服务器的80端口映射到外网80端口,其他服务器的80端口只能映射到外网的…

外国经典儿童读物合集pdf_帮助父母在线购买儿童读物–用户体验案例研究

外国经典儿童读物合集pdfTŤ As our first group project at GA, we needed to quickly learn how to use several online tools that helped our team of 4 collaborate and communicate while socially distant. Despite the rather extreme circumstances our team was stil…

如何优雅处理 async await 错误——解读小而美的 await-to-js 库

大家好,我是若川。持续组织了5个月源码共读活动,感兴趣的可以点此加我微信 ruochuan12 参与,每周大家一起学习200行左右的源码,共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。这是源码共读活动第…

同态加法_同态的Spotify

同态加法重点 (Top highlight)When neumorphism was predicted to be one of the top 2020 UI design trends, I wanted to give it a shot. Having said that, I wanted to explore a type that had not gone overboard, neumorphism in Dark Mode.当neumorphism预计为顶部202…

ubuntu清除无效的右键打开方式

为什么80%的码农都做不了架构师?>>> 今天安装了几个程序又将它们删除了之后发现了一个比较严重的后遗症,在相关文件右键打开方式中出现了许多实际已经不存在的文件打开程序名。想了多种方法去除,可是效果不佳,最终采用…

新一代的编译工具 SWC,97年小哥写的~

大家好,我是若川。持续组织了5个月源码共读活动,感兴趣的可以点此加我微信 ruochuan12 参与,每周大家一起学习200行左右的源码,共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。最近前端圈掀起了一…

粉红噪音_粉红的常绿力量

粉红噪音I use Instagram. But I don’t use Instagram in the way that my daughters, who are 21 and 14, use Instagram. More to the point, Instagram doesn’t use me in quite the same way it uses my daughters.我使用Instagram。 但是,我不会像21岁和14岁…

Sql Server 中存储过程的output return的区别

看http://zxianf.blog.163.com/blog/static/301207012009114104124969/中片关于Sql Server中存储过程output和return值的区别 在里面有讲解,我在自己本机中测试的结果如下, 1:ReturnValue只能返回0,1,-1这样的数据,局限性很大 &am…

1个月增长15000 star,zx 库写shell脚本真不错~

大家好,我是若川。持续组织了5个月源码共读活动,感兴趣的可以点此加我微信 ruochuan12 参与,每周大家一起学习200行左右的源码,共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。今天来讨论一个牛逼…

灰色边框阴影_50种暗模式灰色阴影

灰色边框阴影If you’re an avid dark mode user like me, you’ll know that dark mode isn’t just about white text on black backgrounds. In a single app, a handful of shades of gray give the app some depth. And across various apps, the spectrum of gray become…

Android源代码下载

为什么80%的码农都做不了架构师?>>> Android代码使用git管理, 所以关于Android源码下载一般来说要安装git. 本文是讲述只使用Eclipse完成Android源码下载和关联. 下载Eclipse,目前最新版本是Juno,自带了EGit插件-->Eclipse Git插件 那么可以使用EGit…

v-charts加载动画_加载动画-用户体验写作练习

v-charts加载动画Many new UX writers often struggle to find the balance between creativity and clarity. You can’t make everything fun/exciting/interesting as it can have an adverse effect on usability. But there are times when you can add a bit of flair.许…

34岁回顾人生,也怕中年危机!

大家好,我是若川。持续组织了5个月源码共读活动,感兴趣的可以点此加我微信 ruochuan12 参与,每周大家一起学习200行左右的源码,共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。最近发生一件令人感…

svg动画制作_制作第一个SVG动画

svg动画制作Story of a designer trying to code animations instead of asking a dev to figure it out.一位设计师尝试编写动画代码而不是要求开发人员弄清楚动画的故事。 编码动画是Webdesign的未来 (Coded animations are the future of Webdesign) Because we have acces…

网站前端设计,从960框架开始

一个网站进入到前端设计阶段,第一步肯定是为全站搭建一个统一的,基础的HTML模型,在这里推荐一下我刚学习的960框架。960是一个CSS框架,你肯定在想,这个世界肯定是疯了,连CSS都有框架了吗,没错&a…

60+ 实用 React 工具库,助力你高效开发!

大家好,我是若川。持续组织了5个月源码共读活动,感兴趣的可以点此加我微信 ruochuan12 参与,每周大家一起学习200行左右的源码,共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。最近看到一些实用的…