Home » VTL Open Source sobre FC

VTL Open Source sobre FC

Se ha realizado en nuestro entorno de pruebas una VTL Open Source sobre FC. Su implementación está basada en los trabajos previos sobre mhVTL y SCST .

 

Partiendo del escenario descrito en los post  SCST 2 y SCST 3, donde se compiló un kernel vanilla y se le añadió el software SCST junto con los drivers de QLogic en modo target, configurado para que ofreciera a la SAN un disco virtual (VDISK). Se añade al servidor el proyecto mhVTL emulando una librería de cintas modelo Sun Storagetek L700 con un drive SDLT600 de QUANTUM, encargándose el módulo SCST de ofrecerlas a través de la HBA operando en modo Target.

El procedimiento de su implementación es:

1.- Crear entorno previo SCST descrito en el  post SCST 2.

2.- Instalar proyecto mhVTL

3.- Configurar mhVTL

4.- Configurar SCST para dar visibilidad a los elementos de mhVTL por fibra.

2.- Instalar proyecto mhVTL

La instalación es idéntica a la descrita en el artículo VTL Open Source sobre iSCSI. Brevemente,  descarga de las fuentes mhvtl en formato tar.gz desde la web del proyecto y realiza el siguiente procedimiento de instalación:

# useradd vtl
# passwd vtl
# mkdir /opt/mhvtl
# chown -Rf vtl:vtl /opt/mhvtl
# mkdir /etc/mhvtl
# chown -Rf vtl:vtl /etc/mhvtl
# cd /root/mhvtl-0.18-4
# make distclean
# cd kernel
# make
# make install
# cd ../
# make
# make install

3.- Configurar mhVTL

Edición del fichero /etc/mhvtl/device.conf  para definir  la librería y el drive:

# cat /etc/mhvtl/device.conf
VERSION: 4

# VPD page format:
# <page #> <Length> <x> <x+1>… <x+n>

# NOTE: The order of records is IMPORTANT…
# The 'Unit serial number:' should be last (except for VPD data)
# i.e.
# Order is : Vendor ID, Product ID, Product Rev and serial number finally
# Zero, one or more VPD entries.
#
# Each 'record' is sperated by one (or more) blank lines.
# Each 'record' starts at column 1

Library: 2 CHANNEL: 0 TARGET: 0 LUN: 0
Vendor identification: STK
Product identification: L700
Product revision level: 5500
Unit serial number: XYZZY

Drive: 1 CHANNEL: 0 TARGET: 1 LUN: 0
Library ID: 2 Slot: 1
Vendor identification: QUANTUM
Product identification: SDLT600
Product revision level: 5500
Unit serial number: ZF7584364
Max density: 0x46
VPD: b0 04 00 02 01 00

Definir el contenido de la librería en el fichero /etc/mhvtl/library_contents:

# cat /etc/mhvtl/library_contents
# Define how many tape drives you want in the vtl..
# The 'XYZZY_...' is the serial number assigned to
# this tape device.

Drive 1: ZF7584364

# Place holder for the robotic arm. Not really used.
Picker 1:

# Media Access Port
# (mailslots, Cartridge Access Port, <insert your favourate name here>)
# Again, define how many MAPs this vtl will contain.
MAP 1:
MAP 2:
MAP 3:
MAP 4:

# And the 'big' on, define your media and in which slot contains media.
# When the rc script is started, all media listed here will be created
# using the default media capacity.
Slot 1:    800843S3
Slot 2: 800844S3
Slot 3: 800845S3
Slot 4: 800846S3
Slot 5: 800847S3
Slot 6: 800848S3
Slot 7: 800849S3
Slot 8: 800850S3
Slot 9: 800851S3
Slot 10: 800852S3
Slot 11: 800853S3
Slot 12: 800854S3
Slot 13: 800855S3
Slot 14: 800856S3
Slot 15: 800857S3
Slot 16: 800858S3
Slot 17: 800859S3
Slot 18: 800860S3
Slot 19: 800861S3
Slot 20: 800862S3
Slot 21:
Slot 22:
Slot 23:
Slot 24:
Slot 25:
Slot 26:
Slot 27:
Slot 28:
Slot 29:
Slot 30:
Slot 31: CLN001L1
Slot 32: CLN002L1

4.- Configurar SCST para dar visibilidad a los elementos de mhVTL por fibra.

Levantar  servicio mhVTL:

/etc/init.d/mhvtl start

Comprobación:

# lsscsi
[2:0:0:0]    disk    ATA      WDC WD7500AACS-0 01.0  /dev/sda
[8:0:0:0]    mediumx STK      L700             5500  –
[8:0:1:0]    tape    QUANTUM  SDLT600          5500  –

Se observan el VDISK (procedente de prueba anterior) y la librería STK L700 junto con el drive QUANTUM SDLT600 creados por mhVTL.

Se configura para que los dispositivos sean visibles por la HBA:

# echo "add 8:0:1:0 1" > /proc/scsi_tgt/groups/Default/devices

# echo "add 8:0:0:0 2" > /proc/scsi_tgt/groups/Default/devices

Y se pone en modo target el host asociado como interfaz en sysfs:

# echo “1″ >/sys/class/scsi_host/host7/target_mode_enabled

Comprobación:

# cat /sys/class/scsi_host/host7/active_mode

Target

# cat /proc/scsi_tgt/scsi_tgt
Device (host:ch:id:lun or name)                             Device handler
2:0:0:0                                                     dev_disk
vm_disk                                                     vdisk_fileio
8:0:1:0                                                     dev_tape
8:0:0:0                                                     dev_changer

Desde el Host con W2K8 que opera en modo initiator se observan desde el administrador de dispositivos de la siguiente forma:

Se ha instalado la Utilidad OneCommand manager de Emulex con propósito de diagnóstico, la librería y el drive emulados se observan de la siguiente forma:

Para comprobar la conectividad del host con la VTL por FC  se han usado las utilidades mtx en su versión para Windows:

  • Estado de la librería:

c:\mtx>mtx.exe -f 3:0:0:2 status
Storage Changer 3:0:0:2:1 Drives, 36 Slots ( 4 Import/Export )
Data Transfer Element 0:Full (Storage Element 1 Loaded):VolumeTag = 800843S3

Storage Element 1:Empty
Storage Element 2:Full :VolumeTag=800844S3
Storage Element 3:Full :VolumeTag=800845S3
Storage Element 4:Full :VolumeTag=800846S3
Storage Element 5:Full :VolumeTag=800847S3
Storage Element 6:Full :VolumeTag=800848S3
Storage Element 7:Full :VolumeTag=800849S3
Storage Element 8:Full :VolumeTag=800850S3
Storage Element 9:Full :VolumeTag=800851S3
Storage Element 10:Full :VolumeTag=800852S3
Storage Element 11:Full :VolumeTag=800853S3
Storage Element 12:Full :VolumeTag=800854S3
Storage Element 13:Full :VolumeTag=800855S3
Storage Element 14:Full :VolumeTag=800856S3
Storage Element 15:Full :VolumeTag=800857S3
Storage Element 16:Full :VolumeTag=800858S3
Storage Element 17:Full :VolumeTag=800859S3
Storage Element 18:Full :VolumeTag=800860S3
Storage Element 19:Full :VolumeTag=800861S3
Storage Element 20:Full :VolumeTag=800862S3
Storage Element 21:Empty
Storage Element 22:Empty
Storage Element 23:Empty
Storage Element 24:Empty
Storage Element 25:Empty
Storage Element 26:Empty
Storage Element 27:Empty
Storage Element 28:Empty
Storage Element 29:Empty
Storage Element 30:Empty
Storage Element 31:Full :VolumeTag=CLN001L1
Storage Element 32:Full :VolumeTag=CLN002L1
Storage Element 33 IMPORT/EXPORT:Empty
Storage Element 34 IMPORT/EXPORT:Empty
Storage Element 35 IMPORT/EXPORT:Empty
Storage Element 36 IMPORT/EXPORT:Empty

  • Información de la librería:

c:\mtx>tapeinfo.exe -f 3:0:0:2
Product Type: Medium Changer
Vendor ID: 'STK     '
Product ID: 'L700            '
Revision: '5500'
Attached Changer API: No
SerialNumber: 'XYZZY     '
Ready: yes

  • Información del drive:

c:\mtx>tapeinfo.exe -f Tape0
Product Type: Tape Drive
Vendor ID: 'QUANTUM '
Product ID: 'SDLT600         '
Revision: '5500'
Attached Changer API: No
SerialNumber: 'ZF7584364 '
MinBlock: 4
MaxBlock: 1048576
Ready: yes
BufferedMode: yes
Medium Type: Not Loaded
Density Code: 0x49
BlockSize: 0
DataCompEnabled: yes
DataCompCapable: yes
DataDeCompEnabled: yes
CompType: 0x10
DeCompType: 0x10
BOP: yes
Block Position: 0
Partition 0 Remaining Kbytes: 499
Partition 0 Size in Kbytes: 500
ActivePartition: 0
EarlyWarningSize: 0
NumPartitions: 0
MaxPartitions: 0

  • Carga de cinta de Slot 1 a drive 0:

c:\mtx>mtx.exe -f 3:0:0:2 load 1 0
Loading media from Storage Element 1 into drive 0…done

  • Descarga de drive 0 a slot 1:

c:\mtx>mtx.exe -f 3:0:0:2 unload 1 0
Unloading drive 0 into Storage Element 1…done

Como se puede observar la librería virtual opera correctamente a las peticiones descritas a través de FC.

Fuentes:

Proyecto mhvtl

Proyecto SCST

Foros de nimsa

Blog nsrd.info

1.104 Responses to “VTL Open Source sobre FC”

  1. Hi there Dear, are you in fact visiting this website daily, if so then you will absolutely obtain fastidious knowledge. http://www.internet.ipt.pw/News/podiatre-laval-2/

  2. Hi, I do think this is an excellent website. I stumbledupon it 😉 I am going to return once again since
    i have book-marked it. Money and freedom is the greatest way to change, may you be rich and continue
    to help other people.

    My web site :: baby teeth Erupt

  3. Upon reflection, I felt like this post was and not keeping
    your head stuck in the phone the whole while, either) and living free,
    living life in full appreciation of the randomness and patterns of
    nature, helps people feel sane and feeling joyous. Philosophizing
    about key subjects is likewise an experience of a different
    order that can assist us to know ourselves. https://at-home-massage-nj.njmassage.info/at-home-massage/2015/02/forty-days-of-postnatal-massage-asian-indian-tradition-of-jaappa-takes-root-in-new-jersey/

  4. Let’s say you started with a $10 bet on the Player hand.

    Here is my web blog; Baccarat Rouge

  5. When used strategically, memes and developments in posts
    nonetheless drive engaging results.

  6. This is a single of the most extensively-acclaimed and major-rated casino application providers.

    Also visit my webpage :: baccarat Vase

  7. Zane dice:

    Maybe they’re asking questions or proclaiming their excitement to your product.
    Our Instagram Marketing Agency creates stunning
    authentic photography, produced with one objective in thoughts,
    to make your product or brand look as interesting
    to your target audience as potential. You may
    then select an Instagram publish after which paste the hyperlink to the
    product page. Additionally, some users find
    that certain fonts are tough to learn, which could make your submit much less more likely to be seen and engaged with.
    While using cool fancy fonts on Instagram is superior, there are also some drawbacks
    that it’s best to bear in mind of before making
    your final resolution on your most popular font.
    We use the Facebook advertising platform to coordinate paid Instagram advertising
    designed to promote products and generate prospects. One of the
    biggest is that not all fonts are suitable with the platform.
    From there, you may change how posts are proven on your webpage.

  8. of course like your web site however you need to check the spelling on several of your posts.

    Several of them are rife with spelling issues and I to find it very bothersome to tell the truth however I will definitely
    come back again.

  9. I know this if off topic but I’m looking into starting my
    own weblog and was curious what all is required to get set up?
    I’m assuming having a blog like yours would cost a pretty penny?
    I’m not very internet smart so I’m not 100% sure.
    Any tips or advice would be greatly appreciated. Appreciate it พนันออนไลน์ มีอะไรบ้าง

  10. You truly did more than visitors’ expectations. Thank you for rendering these helpful, trusted, edifying and
    also cool thoughts on the topic to Kate.

  11. สำหรับใครที่กำลังหา pg slot แตกหนัก ที่ได้มาตราฐานสากล เล่นได้อย่างปลอดภัย ที่มีความยั่งยืนมั่นคงในเรื่องเกี่ยวกับการเงิน ไม่มีเรื่องราวในเรื่องของการทุจริต ลองมาเล่นกับเว็บ
    PUNPGSLOT ทางเราเปิดให้บริการslot online เว็บตรง ไม่มีขั้นต่ำที่มีเกมสล็อตให้เลือกเล่นมากยิ่งกว่า 300
    เกมส์ ซึ่งทุกเกมมีลิขสิทธิ์ของแท้จากบริษัท ต่างประเทศ
    ไม่มีการดัดแปลงปรับปรุงแก้ไขการจ่ายเงินรางวัล แต่อย่างใด ทุกเกมเป็นสล็อตเว็บตรง นักเสี่ยงดวงสามารถร่วมสนุกได้ตลอด ทั้งวัน เล่นได้ผ่านสมาร์โฟนและคอมพิวเตอร์ รองรับทุกระบบปฎิบัติการ ไม่ว่าจะเป็นIOS เล่นได้หมด ไม่ว่าจะอยู่ไหนของมุมโลก ผ่านระบบอินเตอร์เน็ต
    เรามีบริการและระบบฝากถอนAUTOฝากเงินไม่มีขั้นต่ำ ถอนเงินไม่มีขั้นต่ำไม่มีขั้นต่ำในการฝาก-ถอน ที่จะช่วยให้ทุกท่านได้เดิมพันเกมจากSLOTPG เว็บใหม่ง่ายมากกว่าเก่า ด้วยระบบAuto
    ที่มีความรวดเร็วทันใจ ไม่ต้องส่งสลิปให้แอดมิน ใช้เวลาในการจัดการฝากถอนเพียงแค่
    1 วินาที เท่านั้น สำหรับนักเล่นการพนันที่สนใจอยากจะเดิมพัน
    สามารถทำได้ง่ายๆ เพียงแค่สมัครใหม่ slot pg ง่ายๆไม่กี่ขั้นตอน จากนั้นก็สามารถเลือกเล่นเกมPGSLOTได้ตามที่ต้องการ เกมทุกเกมเป็นสล็อต 3Dที่มีภาพที่สวยงาม สมจริง เสียงที่ชัดเจน
    เอฟเฟคเสียงชวนน่าเร้าใจ ทั้งยังยังรองรับระบบภาษาไทย เข้าถึงได้ทุกคน พีจีสล็อตเป็นค่ายสล็อตที่เล่นง่ายที่สุด โบนัสแตกง่าย เว็บไซต์ punpgslot.com เปิดช่องทางเข้าสล็อต pg มือถือ ที่รองรับผู้เล่นหลายคน สามารถเล่นได้ไม่มีกระตุก เล่นได้ลื่นๆ
    มีการพัฒนาระบบทางเข้าเล่น อยู่ตลอดเวลา เรามีคณะทำงาน คอยดูแลท่าน ตลอด ทั้งวัน ถ้าหากข้อบกพร่องหรือปัญหาอะไร สามารถทักเข้ามาได้ทันที สำหรับนักการพนันที่มือใหม่slot เรามีระบบ ทดลองเล่นสล็อต slotpg ฟรี ไม่ต้องสมัครสมาชิก ไม่ต้องฝากเงิน สามารถเล่นตลอด24 ช.ม ฝึกฝนและสัมผัสสัญลักษณ์และฟีเจอร์ตัวเกมจริงๆ ก่อนตัดสินใจลงเงินเดิมพันจริง
    และสำหรับนักการพนันที่มีเงินไม่เยอะ สามารถรับโปรโมชั่นเครดิตฟรีที่เราได้เตรียมไว้หลากหลาย เป็นเศรษฐีใหม่ที่ทำสล็อตแตกได้ตลอดทุกช่วงเวลา ลงเบทที่จำนวนเงินมากแค่ไหนก็ได้ ไม่ต้องกังวลเรื่องอย่างต่ำ เปิดประสบการณ์เล่นSLOT ONLINEไปกับเราวันนี้ ลุ้นรับโบนัสสูงสุดได้ไม่ยั้งทันทีที่PG เกมที่ได้รับความนิยมที่มีผู้เล่นลงพนันกันสูงที่สุดในไทย เว็บเดิมพันเกมสล็อตออนไลน์ที่สามารถทำเงินได้จริง
    แล้วก็มีเกมมากมายหลากหลายชนิดให้เลือกเล่นฟรี เว็บตรงสล็อต PG

  12. Fantastic blog! Do you have any tips for aspiring writers?
    I’m hoping to start my own website soon but I’m a little
    lost on everything. Would you advise starting with a free platform like WordPress or go for a paid option? There are so many options out there that I’m completely confused ..
    Any tips? Appreciate it! สล็อตเครดิตฟรี

  13. Tools dice:

    Somebody essentially lend a hand to make severely posts I might state.
    This is the first time I frequented your web page and up to now?
    I amazed with the research you made to make this actual
    submit extraordinary. Wonderful job!

  14. see the link dice:

    It’s a shame you don’t have a donate button! I’d without a doubt donate to this excellent
    blog! I suppose for now i’ll settle for bookmarking and adding your RSS feed to my Google account.
    I look forward to new updates and will talk about this blog
    with my Facebook group. Chat soon! http://rafaelhwir339.unblog.fr/2022/07/29/http-www-bist-du-ein-eshopper-de-forum-read-php-11-22048/

    my web-site … see the link

  15. I just could not leave your web site before suggesting that I really enjoyed the standard info a person provide to your guests?
    Is gonna be again continuously in order to check up on new posts

  16. Dedicated Servers rental

    VTL Open Source sobre FC | Almacenamiento Abierto

  17. Brittney dice:

    It’s awesome in favor of me to have a site, which is useful
    in favor of my experience. thanks admin

  18. Massage for new moms

    Fallo al enviar el comentario

  19. This text is invaluable. Where can I find out more?

  20. Sylvia dice:

    Another common roadblock within the path to a strong social
    media advertising technique is determining what content to share and when.

  21. My partner and I stumbled over here by a different web address
    and thought I may as well check things out. I like what I see so now i’m
    following you. Look forward to looking into your web page repeatedly. https://Haywoodcousins.com/forums/topic/emplois-pour-conseiller-en-securite-financier/

  22. Very nice post. I just stumbled upon your weblog and wished to say
    that I’ve truly enjoyed surfing around your blog posts.
    In any case I’ll be subscribing to your rss feed and I hope you write
    again soon!Pit Vipers miami nightshttp://Www.rohstoff-welt.de/goto.php?url=https://forums.ppsspp.org/member.php?action=profile&uid=2489048http://emmkkt.ru/index.php?option=com_k2&view=itemlist&task=user&id=298579

  23. Barb dice:

    Dave Winer’s Scripting News is also credited with getting a single of thhe older and longer operating weblogs.

    My web pasge – the fappening blog (Barb)

  24. Lesley dice:

    Baccarat is a terrific game to play in casinos, but it is also
    a game that can play anyplace.

    Feel free to surf to my webpage Lesley

  25. Excellent pieces. Keep posting such kind of info on your blog.
    Im really impressed by it.
    Hi there, You have done an excellent job. I’ll definitely digg it and in my opinion recommend to my friends.
    I am sure they’ll be benefited from this site.

    Feel free to visit my page – เครื่องย่อยเศษอาหาร

  26. The item comes with thorough directions and also
    ideas to brush your teeth on a standard basis.

    Here is my blog … Does Natures Smile Really Work – http://www.commact.org,

  27. Appreciating the hard work you put into your website and in depth information you offer.
    It’s great to come across a blog every once in a while that isn’t the same outdated rehashed material.
    Wonderful read! I’ve bookmarked your site and I’m adding your RSS feeds
    to my Google account. https://uzbekseks.info/user/UAZDane160458/

  28. Rosario dice:

    Your method of explaining everything in this paragraph is in fact good, every one
    can simply be aware of it, Thanks a lot. ดูหนังต่างประเทศที่ NUNG8K.NET ฟรีทุกวัน ตลอดเดือน

  29. dedicated server Prices

    VTL Open Source sobre FC | Almacenamiento Abierto

  30. I was extravagantly impressed with their service!
    It was an amazing journey here. They saved my messy life and bring me to a new and clear life.
    I was treated with exceptionally decent and got all that I expected to get
    by and feel as comfortable as possible. Thank you so much for your help.
    I have recovered finally!

  31. They changed my life tremendously! It was the best decision I
    could have ever made. The staff started as staff but ended up being my family.
    Don’t overthink it, make the phone call and just go.

  32. Write more, thats all I have to say. Literally, it seems as though
    you relied on the video to make your point. You definitely know what youre talking about,
    why throw away your intelligence on just posting videos to your
    weblog when you could be giving us something enlightening to read? http://Www.Alttwitter.com/profile.php?id=59488

  33. Undeniably believe that which you said. Your favorite justification appeared to be on the web the easiest thing to be aware of.

    I say to you, I certainly get annoyed while people consider worries that they just do not know about.
    You managed to hit the nail upon the top as well as defined out the
    whole thing without having side-effects , people can take a signal.
    Will probably be back to get more. Thankspainted Crocshttp://informed.com.pl/forum/viewtopic.php?p=31484http://Mobilecity.cz/forum2/viewtopic.php?p=71472

  34. postion sex dice:

    You kneel, putting your left outstretched knee to the left of the woman and your proper leg behind you.
    By signing-up you possibly can search by way of thousands of profiles
    to search out the proper individual to get pleasure from an incredible sexual encounter and to try out some of these sex
    positions. One other variant of sitting sex positions that
    is highly pleasurable for ladies is the Wrap. All you need is a bit
    of creativity, sex drive, and imagination and you’ll flip all these women on top positions into
    a evening full of fun and orgasms. In addition to the jets of a hot tub being a
    wonderful masturbatory aid for girls to get her started (it’s
    also possible to fondle her nipples and lend a hand as
    effectively), there are benches all around for the
    man to take a seat on. This is one requires loads of intimacy and endurance; you won’t get a
    lot depth or deep thrusting. You management the
    thrusting on this place, as a result of generally retaining her
    steadiness goes to be enough of a challenge in itself.
    Sit on the sting of the machine while it’s operating (spin cycle works best on a
    washer), and then have her mount you in Cowgirl position, or along with her legs wrapped around.

  35. Gгeat items from you, man. I have be aware үоսr stuff previous to and you’re just too greɑt.
    I actually like what you’ve bougһt right here, reallу
    liкe what you’re stating and the way in which in which you are saying it.
    You’re making it entertaining and you continue to care for things to do in fairbanks alaska in the winter
    keep it sensible. I can not wait to leaгn far more from you.

    Thаt is really a tremendous site.

  36. I got this web site from my pal who told me regarding this web site and at the moment this time I am
    visiting this web page and reading very informative articles at this time. http://www.Web-promotion.sblinks.net/News/resolve-collaboration-24/

  37. Here, they are the helpful ones that assist
    you in recovery, compassionate, efficient, and competent
    staff.

  38. Your style is really unique in comparison to other people I have read stuff from.
    Many thanks for posting when you have the opportunity, Guess I’ll just bookmark
    this blog.

  39. subaccountы binance

    VTL Open Source sobre FC | Almacenamiento Abierto

  40. Cassie dice:

    LJBenet, regardless of playing irritable poindexter neighbor
    Karl Fink, equally shines in all 3 seasons.

    Feel free to visit my web blog; dog with a blog; Cassie,

  41. I read this piece of writing completely on the topic of the
    resemblance of most recent and previous technologies, it’s amazing article. http://Wiki.Surfslsa.org/index.php?title=User:YettaGiles393

  42. nano binance dice:

    nano binance

    VTL Open Source sobre FC | Almacenamiento Abierto

  43. mt5 binance dice:

    mt5 binance

    VTL Open Source sobre FC | Almacenamiento Abierto

  44. polka dot binance

    VTL Open Source sobre FC | Almacenamiento Abierto

  45. ethup binance

    VTL Open Source sobre FC | Almacenamiento Abierto

  46. Players can place a single or a lot of bets at
    the same time.

    Here is my website baccarat Hotel

  47. binance api futures

    VTL Open Source sobre FC | Almacenamiento Abierto

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *