Storage -> Controller neue Typ definieren aber wie?
-
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
USBDazu 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
-
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'
); -
Nennt man das quick and dirty?

-
Koennte man

Für die mit etwas mehr Zeit habe ich das Statement aber auch ins nächste Update gelegt
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