Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Storage -> Controller neue Typ definieren aber wie?

    Scheduled Pinned Locked Moved Betrieb
    4 Posts 3 Posters 1.2k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • _Chekov__ Offline
      _Chekov_
      last edited by

      Hallo zusammen,

      ich wollte gerne eine neue Controller Typ definieren, aber ich weiss es
      nicht wie ich es machen soll. Die vordefinierte Controller Typen sind:

      FC
      SCSI
      ATA
      SATA
      PATA
      iSCSI/FCIP
      USB

      Dazu möchte ich gerne SAS (Serial Attached SCSI) geben. Ich habe es
      sowohl unten Verwaltung -> Dialog-Administrator versucht eine neue
      Typ dazu geben, aber es ist leider nur möglich die vordefinierte
      einträge zu löschen.

      Ideen?

      Cheers,

      Chekov

      Chekov is using i-doit v1.6.4 PRO in production & i-doit v1.7 PRO in test

      1 Reply Last reply Reply Quote 0
      • dsD Offline
        ds
        last edited by

        Mandanten Datenbank –>

        INSERT INTO  isys_controller_type (
        isys_controller_type__id ,
        isys_controller_type__title ,
        isys_controller_type__description ,
        isys_controller_type__const ,
        isys_controller_type__software_emulation ,
        isys_controller_type__sort ,
        isys_controller_type__status ,
        isys_controller_type__property
        )
        VALUES (
        NULL ,  'SAS',  'SAS',  'C__STOR_TYPE_STANDARD_SAS',  '0',  '70',  '2',  '0'
        );

        1 Reply Last reply Reply Quote 0
        • M Offline
          marco.appoldt
          last edited by

          Nennt man das quick and dirty? 😉

          Grüße

          Marco Appoldt

          1 Reply Last reply Reply Quote 0
          • dsD Offline
            ds
            last edited by

            Koennte man 😉
            Für die mit etwas mehr Zeit habe ich das Statement aber auch ins nächste Update gelegt

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post