Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to build Symantec Storage under Centos

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article is a detailed introduction to "how to build Symantec storage under Centos". The content is detailed, the steps are clear, and the details are properly handled. I hope this article "how to build Symantec storage under Centos" can help you solve your doubts. Let's go deeper and learn new knowledge together with the ideas of the small editor.

1. Storage configuration 1. Oceanspace S6800E ISCSI host port configuration flow chart 2. Create LUN

Example:

Select RAID group "raid_fc_02 (RAID5)" to use, click "Create LUN," create LUN name, partition capacity, select controller.

Figure 1: Creating LUNs

Figure 2: Information to fill in to create a LUN. When it's over, make sure. The LUN created is then formatted.

Figure 2: After formatting the created LUN, it appears as follows.

3. Add host groups and hosts

Create host group, name new host group, and host group OS selection.

Figure 3: Creating a Host Group

Figure 4: New host group naming and operating system selection.

Figure 5: Adding hosts, naming them.

4. Add mapping

Figure 6: Select the ID of the host LUN and add it.

Figure 7: Add mapping completed.

5. Add port

Figure 8: Adding Ports

Figure 9: Name the port name, select the port type "ISCSI," and select the port information. Port type and port information are indicated in the drop-down box.

Figure 10: Adding port information is complete.

Second, Centos end configuration rpm -qa| grep iscsi (confirm whether iscsi rpm package is installed) yum install iscsis-init*(automatically install iscsi service through yum mode, after installation,/etc/iscsi main program configuration directory will be generated) chkconfig iscsi --level 35 on (set iscsi service, restart the server automatically) service iscsi start (start ISCSI service) iscsiadm -m discovery -t sendtargets -p 10.643.9:3260 or iscsiadm -m discovery -t sendtargets -p 10.64.3.9 (execute ISCSI storage target discovery) fidisk-l (check whether it has been mounted on storage) iscsiadm -m node -T iqn.* (shared storage name)-p(storage service IP)-u (log off/disconnect from ISCSI target host) iscsiadm -m node -T iqn.* (Shared Storage Name)-p (Storage Service IP)-l (Login to connect to ISCSI target host) Read here, this article "How to build Symantec storage under Centos" has been introduced, want to master the knowledge of this article also need to practice to understand, if you want to know more related content of the article, welcome to pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report