Skip to main content
SnapManager for SAP
Die deutsche Sprachversion wurde als Serviceleistung für Sie durch maschinelle Übersetzung erstellt. Bei eventuellen Unstimmigkeiten hat die englische Sprachversion Vorrang.

Der Befehl smsap Profile Verify

Beitragende

Sie können die ausführen profile verify Befehl zum Überprüfen des Profileinfils. Sie müssen die Datenbank mounten, bevor Sie diesen Befehl ausführen.

Syntax

smsap profile verify
-profile profile_name
[-quiet | -verbose]

Parameter

  • -profile

    Gibt das zu überprüfenden Profil an. Das Profil enthält die Kennung der Datenbank und andere Datenbankinformationen.

  • -quiet

    Zeigt nur Fehlermeldungen in der Konsole an. Standardmäßig werden Fehler- und Warnmeldungen angezeigt.

  • -verbose

    Zeigt Fehler-, Warn- und Informationsmeldungen in der Konsole an.

Beispiel

Im folgenden Beispiel wird das Profil überprüft:

smsap profile verify -profile profileA -verbose
 [ INFO] SMSAP-13505: SnapDrive environment verification passed.
[ INFO] SMSAP-13507: JDBC verification for "OS authenticated: NEWDB/hostA.rtp.com" passed.
[ INFO] SMSAP-13506: SQLPlus verification for database SID "NEWDB" passed.  Environment: [ORACLE_HOME=E:\app\Administrator\product\11.2.0\dbhome_1]
[ INFO] SMSAP-07431: Saving starting state of the database: Database[NEWDB(OPEN)], Service[RUNNING].
[ INFO] SMSAP-07431: Saving starting state of the database: Database[NEWDB(OPEN)], Service[RUNNING].
[ INFO] SD-00016: Discovering storage resources for F:\.
[ INFO] SD-00017: Finished storage discovery for F:\.
[ INFO] SD-00016: Discovering storage resources for F:\.
[ INFO] SD-00017: Finished storage discovery for F:\.
[ INFO] SD-00016: Discovering storage resources for H:\.
[ INFO] SD-00017: Finished storage discovery for H:\.
[ INFO] SD-00016: Discovering storage resources for G:\.
[ INFO] SD-00017: Finished storage discovery for G:\.
[ INFO] SD-00016: Discovering storage resources for I:\.
[ INFO] SD-00017: Finished storage discovery for I:\.
[ WARN] SMSAP-05071: Database profile HADLEY is not eligible for fast restore:  Restore Plan:
  Preview:

    The following components will be restored completely via: host side file copy restore
      F:\NEWDB\SYSAUX01.DBF
      F:\NEWDB\SYSTEM01.DBF
      F:\NEWDB\UNDOTBS01.DBF
      F:\NEWDB\USERS01.DBF

  Analysis:

    The following reasons prevent certain components from being restored completely via: storage side file system restore
      * Files in file system F:\ not part of the restore scope will be reverted.
    Components not in restore scope:
      F:\_TESTCLN\CONTROL01.CTL
      F:\_TESTCLN\REDO_1.LOG
      F:\_TESTCLN\REDO_2.LOG
      F:\_TESTCLN\REDO_3.LOG
    Components to restore:
      F:\NEWDB\SYSAUX01.DBF
      F:\NEWDB\SYSTEM01.DBF
      F:\NEWDB\UNDOTBS01.DBF
      F:\NEWDB\USERS01.DBF

  * Reasons denoted with an asterisk (*) are overridable.

[ INFO] SMSAP-07433: Returning the database to its initial state: Database [NEWDB(OPEN)], Service[RUNNING].
[ INFO] SMSAP-13048: Profile Verify Operation Status: SUCCESS
[ INFO] SMSAP-13049: Elapsed Time: 0:19:06.949
Operation Id [N5bc18bd5c3be27a795ce3857093a926a] succeeded.