LKBDE11330: Wie finde ich heraus, welche Bandlaufwerke vom Windows Betriebssystem erkannt werden?
LKB | Created: 02/04/2020 | Version: 0 | Language: DE | Rating: 0 | Outdated: False | Marked for deletion: False
Author: Wim Peeters - Keskon GmbH & Co. KG
Symptom
Das Bandlaufwerk muss für das Backup bekannt sein
Cause
Design
Solution
Hierfür kann der Befehl "rsm" benutzt werden. RSM ist eine Art API (Application Programming Interface) für Backup software. Dadurch werden alle Sicherungsgeräte in einer Datenbank angesprochen, die es der Software erlauben, alle Geräte zu identifizieren, die bereits einmal vom System genutzt wurden.
Der folgende Befehl zeigt den Inhalt der Windows - Bandlaufwerksbibliothek:
rsm view /tlibrary
Hiermit wird ebenfalls die GUID (Globally Unique Identifier) ausgegeben:
rsm view /tlibrary /guiddisplay
Die Ausgabe erfolgt etwa so:
LIBRARY
Offlinemedien 2EAA2412C1C34119B193A760E19392A1
HL-DT-ST DVD-ROM GDRH10N 443A1622905649BCA6AAEE01678942E9
Um die verfügbaren Medienpools anzuzeigen:
rsm view /tmedia_pool /guiddisplay
MEDIA_POOL
Freie Medien 41503735319D423893D700D1CB2D68F2
Importmedien 4F8415D7A3E247C6A5DB56838A7FCB53
Nicht erkannte Medien C5D20A1DC2104710AB82972462448238
Backup 49936DE47C004E0DA77D6DF61FB556BB
About the Author
Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux in different European countries and different European languages. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform where he is one of the most important contributors and the main developer.