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. I visited multiple web pages except the audio quality for
    audio songs present at this website is truly excellent.

  2. Theo dice:

    In reality, just about all questions are more difficult than a common simple
    viewer may possibly conclude, based upon their past experiences.
    I’m not thinking that am an expert on the following subject at-hand, hence I reckon it’s for
    other website participants to give consideration to.
    I am not really seeking to make difficulties or be bothersome.

    Rather, I know from working experience that the aforementioned might be the situation. I am skilled in Postpartum Massage Therapy,
    and in my own selected discipline, I experience it very
    much. Completely new Postnatal Massage Practitioners are more
    likely to exaggerate promises; which can be, these people don’t yet seriously recognise the boundaries of their personal «scope of practice,» and hence they may perhaps
    make statements that are too general when talking in with
    patients. It’s the very same phenomenon; they have been brought in to a topic, don’t comprehend the entire level of the idea, and now presume they are the
    Experts. https://njmassage.info/

  3. I visit every day some blogs and websites to read posts, except this weblog
    presents quality based articles. https://Pianopracticewiki.com/index.php/Endor_Technologies_Cr%C3%A8me_Anti

  4. Wonderful blog! I found it while browsing on Yahoo News.
    Do you have any suggestions on how to get listed in Yahoo News?
    I’ve been trying for a while but I never seem to get there!
    Appreciate it

    Here is my web page; เว็บความรู้

  5. helpf.pro dice:

    Touche. Great arguments. Keep up the great effort.

    Take a look at my site best gold ira [helpf.pro]

  6. WOW just what I was looking for. Came here by searching for Emulex

    Feel free to surf to my blog post :: Binary Options

  7. hey there and thank you for your information – I’ve certainly picked
    up anything new from right here. I did however expertise several
    technical points using this website, as I experienced to reload
    the website a lot of times previous to I could get it to load correctly.
    I had been wondering if your hosting is OK? Not that I am complaining, but slow loading instances times will sometimes affect your placement in google and
    could damage your high-quality score if advertising and marketing with Adwords.
    Anyway I’m adding this RSS to my e-mail and can look out for a lot more of your respective exciting content.
    Ensure that you update this again very soon. https://Wiki.Celeti.Com.br/index.php/User:TammieRosensteng

  8. Hi there, everything is going fine here and ofcourse every one is sharing information, that’s really fine, keep up writing. https://Gcbacklog.info/index.php/Kaien_Workplace_Necessities

  9. Hi friends, its imprezsive article concerning teachingand fully explained, keep it
    up all the time.

    Feel free to visit my web page erectile dysfunction treatment (http://www.timeout.ru)

  10. fifa55 dice:

    I am really impressed along with your writing talents and also with the structure on your blog.
    Is this a paid subject matter or did you modify it your self?

    Either way keep up the nice quality writing, it is uncommon to peer a nice blog like this one
    nowadays..

  11. Articles dice:

    Good post! We will be linking to this particularly great article on our site.
    Keep up the great writing.

    Here is my web site: Articles

  12. We’re a group of volunteers and starting a brand
    new scheme in our community. Your web site provided us with useful
    information to work on. You’ve done a formidable process and our
    entire neighbolrhood cann be grateful to you.

    Here is my website – best cryptocurrency exchange in the world

  13. Very nice post. I just stumbled upon your weblog and wished to say that I have truly enjoyed surfing around your blog posts.

    In any case I will be subscribing to your rss feed and I
    hope you write again very soon! https://Www.Burus.name/?title=Benutzer:IndianaAnstey20

  14. heng99 dice:

    I used to be able to find good advice from your articles.

  15. Andrea dice:

    What’s up, yes this post is really fastidious and I have learned lot of things
    from it about blogging. thanks.

    Here is my blog: gold ira companies (Andrea)

  16. 인천출장 dice:

    My brother recommended I would possibly like this website.
    He was once entirely right. This submit truly made my
    day. You can not imagine simply how much time I had
    spent for this info! Thank you!

  17. Pkv games dice:

    What’s Going down i’m new to this, I stumbled upon this I have found It positively helpful and it has aided me out loads.
    I hope to give a contribution & aid other users like its aided me.
    Great job.

    Here is my page; Pkv games

  18. m88 dice:

    Way cool! Some extremely valid points! I
    appreciate you writing this article and the rest of the site is very good.

    Look at my web blog m88

  19. dribbble.com dice:

    Nice post. I learn something totally new and challenging on sites I stumbleupon on a daily basis.

    It will always be interesting to read through
    articles from other authors and practice something from their web sites.

  20. For the reason that the admin of this site is working, no uncertainty very
    rapidly it will be famous, due to its feature contents.

  21. Anne dice:

    The celebration of winning your bet is in full swing, but now you
    want your funds.

    Also visit my web blog; 바카라 – Anne,

  22. 온라인카지노

    blog topic

  23. This website certainly has all the information I
    needed about this ssubject and didn?t know who to ask.

    My site :: cbd gummies for anxiety

  24. I lime thhe valuable information you provide in your articles.
    I’ll bookmark your blog and check again here regularly.
    I’m quite certain I’ll earn a lot of new stuff right here!
    Good lucck for the next!

    Look into my website: sugar daddy sites – yachaywasi.Nomadas.org.pe

  25. Promotions and promotional codes just about often come with terms and
    situations attached.

    Check out my web site 카지노사이트

  26. After looking into a number of the articles
    on your site, I truly appreciate your way of blogging.
    I book-marked it to my bookmark website list and will
    be checking back soon. Please check out my website as well and let me know how you feel. http://www.pestcontrolitalia.it/index.php?title=Vans_Reunites_With_Dime_On_Restricted

  27. Pandemic dice:

    Off, congratulations on this blog post. This is really spectacular however that is actually
    why you consistently crank out my buddy. Wonderful blog posts that our experts can easily sink our pearly whites
    right into and actually head to function.

    I adore this blogging site message and you understand you’re.
    Considering that there is so a lot involved yet its like everything else,
    writing a blog can easily be actually very difficult for a lot of individuals.
    Everything takes time and also our team all possess the very same volume of hrs in a time thus put them to good make use of.

    All of us need to start someplace and also your program is actually best.

    Excellent reveal and many thanks for the
    reference right here, wow … Just how trendy is that.

    Off to share this post right now, I wish all those new blog writers to view that if they don’t already have a strategy ten they do currently.

    Also visit my web-site :: Pandemic

  28. Just a few options I’m on the lookout for
    is energy burned, heart charge monitor and sleep monitor.

  29. learn how to daytrade

    VTL Open Source sobre FC | Almacenamiento Abierto

  30. Hello there, just became alert to your blog through Google,
    and found that it’s truly informative. I’m gonna watch out
    for brussels. I will be grateful if you continue this in future.
    Numerous people will be benefited from your writing.
    Cheers!

  31. ودیما dice:

    آقای نورهانی از مدرسان
    خوب و عزیز کشور در حوزه مفاهیم بازاریابی
    دیجیتالی و مدیر و موسس سایت مدیر سایت
    هستند. مدرس این دوره، آقای ایمان مدائنی هستند.

    همینطور بهنام اسلمی دیگر مدرس این دوره و خانم اپول اسدی به عنوان منتور دوره در نظر گرفته شده اند.
    مدرس این دووديماشی ساسان
    سلوتی است، بنیانگذار مجموعه digitalmentorx.
    در نهایت این دوره شامل حدود 65 ساعت ویدیو است که
    در اختیار کاربران قرار میگیرد.
    ● و 27 ساعت آموزش نرم (9 جلسه 3 ساعته) برگزار
    شده. قیمت دووديماش سئو: هزینه خرید این دوره به صورت غیرحضوری از طریق اپلیکیشن ساخته شده برای آن،
    1 میلیون و 490 هزار تومان است. قیمت دووديماش سئو: هزینه شرکت در
    این دوره با حدود 21 ساعت محتوا، برابر با 1/490/000
    است. قیمت دووديماش سئو: هزینه شرکت
    در این دوره با 30 ساعت محتوا برابر با 950/000 هزار تومان است.

    در ضمن در صورت علاقه به خرید
    اقساطی، باید دوره های زیرمجموعه آن را جداگانه خریداری کنید که در این حالت قیمت دوره بیشتر از 12 میلیون تومان خواهد بود!

    Visit my blog post … ودیما

  32. Do you have a spam problem on this site; I also am a blogger,
    and I was wondering your situation; we have developed some nice methods and we are looking
    to swap techniques with others, why not shoot me an e-mail if interested.

    Judi Online, Panduan untuk Pemula dan Bagaimana Menang

    Take a look at my page … thegeektrench.com

  33. Hi there! I could have sworn I’ve been to this blog before but after browsing through some of the post I realized
    it’s new to me. Anyhow, I’m definitely delighted I found it and I’ll
    be book-marking and checking back often! https://www.burus.name/?title=Logiciels_De_Gestion_De_Chantier

  34. هم موبایلهای آیفون و هم دیوایسهای اندرویدی از یک قابلیت ثبت تصویر از صفحه برخوردار شدهاند و میتوانید بدون دانلود هیچ اپلیکیشن اضافهای، از
    آنها بهره بگیردی. بدون تعارف، در آینده تمامی کسب و کارها، به صورت آنلاین در می آیند؛
    این حقیقت را در حال حاضر در کشور خود ما هم می
    توان به راحتی حس کرد. ۳. اگر هنوز این المان تصویری را نمیبینید، روی علامت X زده و اندکی بیشتر منتظر بمانید تا فالوئرها استوری شما را تماشا
    کنید. اگر گزینه Add Post to Your Story را نمیبینید، یا
    اکانت مورد نظر عمومی نیست یا بازنشر پستهای خود را غیر فعال کرده.

    ۴. گزینه Your Story را بزنید تا یک استوری جدید ساخته و منتشر
    شود. ۲. روی آیکن هواپیمای کاغذی زده و به سراغ گزینه Add
    Post to Your Story بروید. برای حذف کردن کسی از لیست خود نیز کافی است به پروفایل خود، سپس منو،
    سپس گزینه Close Friends و در نهایت Your List بروید و در کنار نام
    کاربری فرد مورد نظر، دکمه Remove را بزنید.

    Look at my webpage: سئو کلاه سفید

  35. I was wondering if you ver considered changing the layout
    of your website? Its very well written; I love what yove got to say.
    But maybe you could a little more in the way of content so people
    could connect with it better. Youve got an awful lot of text
    for onlyy havinhg 1 or 2 pictures. Maybe you could space it out better?

    Also visit my blog post: how to get ridd off stretch
    marks; morrowrosen04.livejournal.com,

  36. از این رو، چادر بعدها نماد و پوشش رسمی همه زنان
    ایرانی شد و کسانی که بخصوص در حکومت مناصب بالا را عهده­ دار می­شدند،
    از الگوی چادر پیروی می­کردند.

    اما حکومت با تندروی­ها و خشونت علیه زنان بی حجاب
    مقابله کرد. ای خواهران عزیز که مراعات
    حجاب اسلامی را نمی­ کنید و هیچ عنادی با جمهوری اسلامی ندارید، کاری کنید دشمن یک بار دیگر احساس کند که
    زنِ مسلمان ایران، تسلیم
    ناپذیر است. آمار۲/۹۸ درصدی موراحمينین جمهوری اسلامی، حدود یک ماه پس از اعلام قانون حجاب، نشان از
    این واقعیت دارد. راهپیمایی معترضین به حجاب اسلامی، هر بار با مقاومت و تظاهرات شدید مردم انقلابی مواجه میشد و با وساطت کمیتهها و پاسداران انقلاب و در مواردی مردم، از اعمالِ خشونتها جلوگیری میشد.
    فضای جامعه انقلابی را فضای
    عفاف عمومی قراردهید. هم چنين بر اتحاد و همبستگى، امر به معروف و نهى از منكر، عفو، ايثار،
    اجتناب از كارهاى بيهوده و خصوصا
    بر اين كه در جهت قسط و عدالت در همه شئون جامعه به پا
    خيزيد، تاكيد شده است: «يا ايها الذين آمنوا كونوا قوامين بالقسط
    »، «العدل راس الايمان »،
    «العدل زينة الايمان ». این نهضت هم برخاسته از آیین مبین اسلام است و به لحاظ درجه اهمیت و قوت تاثیر کمتر از دو راحمين پیش
    گفته نیست.

    My web-site; http://healingtourism.co.kr/bbs/board.php?bo_table=free&wr_id=28813

  37. Sports betting, football betting, cricket betting, euroleague football
    betting, aviator games, aviator games money – first deposit bonus up to 500
    euros.Sign up bonus

  38. Lynwood dice:

    I will immediately grasp your rss feed as I can?t find your email subscription link or e-newsletter service.
    Do you have any?
    Please allow me recognise so that I could subscribe.

    Thanks.| https://boutiquelemarie.com/mariage/

  39. مشاهده صفحه جامع اخبار استخدام جانبازان و
    ایثارگران مشاهده صفحه جامع
    اخبار تبدیل وضعیت کارکنان سمیه اسمعیلی
    مدیرکل، معاونان و کارکنان بنیاد شهید و امور ایثارگران استان قزوین با حجتالاسلاموالمسلمین عبدالکریم عابدینی نماینده
    ولیفقیه در استان و امام جمعه شهر قزوین دیدار کردند.
    مشاهده صفحه جامع اخبار استخدامی بانک استخدام جانبازان و ایثارگران
    مشاهده صفحه جامع اخبار تبدیل وضعیت کارکنان رئیس بنیاد شهید و امور ایثارگران از تبدیل وضعیت ۹۰
    هزار نفر از جامعه ایثارگری در سطح کشور خبر داد.
    برای ثبت نام در آزمون استخدام خاص فرزندان شهدا
    و جانبازان بالای هفتاد درصد عکس داوطلبان و تایید مدرک ایثارگری آنان نیاز است.
    50 درصد جامعه ایثارگری تبدیل وضعیت
    شده اند مشاور وزیر آموزش و پرورش در
    امور ایثارگران گفت: تا پایان خرداد ماه 26 هزار و
    600 نفر از نیروهای ایثارگر تبدیل وضعیت شده اند که معادل 50 درصد جامعه ایثارگری دستگاه
    های کشور بود. قبولی در آزمون استخدامی
    آموزش و پرورش با توجه به تعداد
    متقاضیان و سطح آزمون، کار دشواری است که باید به فکر راه
    حل هایی برای حل آن بود. عضویت در سایت استخدامی جاب یابی میتواند بهترین راه برای دسترسی به آگهی های
    استخدامی بهروز دولتی باشد. روشهایی که در ادامه میخوانید،
    بهترین راههای برقراری تعادل بین کار
    و درس را به شما نشان میدهند.

  40. I was able to find good info from your blog articles. https://religiopedia.com/index.php/User:YKDDeandre

  41. %%

    Feel free to surf to my webpage :: چی بپوشیم

  42. escape rooms dice:

    Mystic Clue provides safe boxes where players can store all their personal belongings.

  43. Definitely believe that which you said. Your favorite reason appeared to be on the web the
    easiest thing to be aware of. I say to you, I certainly get
    annoyed while people think about worries that they plainly do not know about.

    You managed to hit the nail upon the top and
    also defined out the whole thing without having side effect , people could take a signal.
    Will likely be back to get more. Thanks

  44. Hi there to every body, іt’s my first pay a quick visit ⲟf tһiѕ weblog; thiѕ weblog
    conszists ߋf amazing аnd genuinely excellent stuff designed fօr visitors.

    My web site: anmol ka matlab

  45. در این قسمت به بررسی اینکه افراد از
    هر رشته ای وارد چه شغل هایی می شوند
    و میزان درآمد ماهانه و سالیانه آن ها چقدر خواهد بود پرداخته شده است.
    صاحبان صنایع با استفاده از منابع مالی و به خدمت گرفتن ظرفیتهای شرکت برای
    رشد کسب و کار کوچک و ارتقاء آن تمامی ریسکها
    و خطرات را قبول میکنند.
    حضور باتری قدرتمند با میزان ظرفیت ۵۰۰۰ میلیآمپرساعت سبب شده تا این گوشی هوشمند میانرده توانایی ارائه طول عمر مفید بیشتر از یک روز و کمتر از دو روز را ارائه کند.
    آیا میتوانیم با ارائه صنعت و بازار انحصاری خود میتوانید
    به چرخه اقتصاد برگردید؟ در اینجا مراحل رشد کسب و کار
    را شناسایی خواهیم کرد و تصویری روشن تر از آنچه انتظار دارید در کسب و کار
    فعالی خود داشته باشید را به شما نشان خواهد داد.
    در این زمینهها، صاحبان تجارت، کسب و کار مورد نظر را با اتمام سرمایه لازم
    متوقف میکنند.

Deja una respuesta

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