Smarts: How do I execute or invoke an ASL script using sm_adapter command?
search cancel

Smarts: How do I execute or invoke an ASL script using sm_adapter command?

book

Article ID: 331751

calendar_today

Updated On:

Products

VMware Smart Assurance

Environment

VMware Smart Assurance - SMARTS

Resolution

The goal of this article is to show how to run/execute/invoke an asl script. This KB does not address or check the validity of the script itself.



To execute an ASL script manually from Command Line Interface (CLI) simply run:

Windows:
sm_adapter.exe -s <INCHARGE Domain> -b <port> <path\filename.asl>

Unix/Linux:
./sm_adapter -s <INCHARGE Domain> -b <port> <path/filename.asl>