Action detail notes


This topic describes the Action detail notes.

  • os_command— The os_command action executes a program on the operator's desktop. This is similar to the 'Run a desktop application' action that may be added to items in explorer tress or dashboards.
  • browser — The browser action launches a browser on the operator's desktop. The browser launched is based on the default browser configured on the operator's desktop system. On Microsoft Windows, the URI handler is used to determine the application to be used. For example, if the URI 'sip:user@example.com' is specified, Microsoft Lync might be invoked to start a chat session.
  • start_tn3270emulator— The start_tn3270emulator action launches a built-in terminal emulator. The connection parameters are given as part of the action string with each parameter separated by a comma. The general form of a connection string is:model,host,luname,port,ssl,displayName

    Parameter

    Description

    Allowed values

    Model

    The terminal model

    IBM-3278-2

    IBM-3278-2-E

    IBM-3278-4

    IBM-3278-4-E

    table cell

    IBM-3278-5

    IBM-3278-5-E

    SSH

    TELNET

    Host

    A valid host name or IP address of the remote host

    LU

    The LU name to be used. This is only valid for TN3270E connections. If no LU is to be used, an empty string may be specified.

    Port

    The TCP/IP port

    Any integer, typically 23

    Ssl

    Indicator that SSL should be used

    1 - Use SSL

    0 - Do not use SSL

    Display Name

    The display name that is shown in the title tab for the session

    Any text value

Warning

Example

htmlText = '<div style='font-family:san-serif;margin-left:18px'>'

htmlText = htmlText & '<h2>HTML Test</h2>'
htmlText = htmlText & '<br/>'
htmlText = htmlText & '<a href='send_rdl_command:traceon'>Start Trace</a> <br/>'
htmlText = htmlText & '<a href='send_rdl_command:traceoff'>Stop Trace</a> <br/>'
htmlText = htmlText & '<a href='send_rdl_command:trace /'Hello World/' magenta'>Trace Test</a> <br/>'
htmlText = htmlText & '<a href='os_command:notepad C:/Users/auser/Desktop/notes.txt'>Notepad</a> <br/>'
htmlText = htmlText & '<a href='browser:http://www.bmc.com'>Browser</a> <br/>'
htmlText = htmlText & '<a href='start_emulator'>Session Viewer</a> <br/>'
htmlText = htmlText & '<a href='start_tn3270emulator:IBM-3278-4-E,ioc2.bmc.com,IOC2,23,0,IOC2 Session'>TSO</a> <br/>'
htmlText = htmlText & '<a href='filter:SIMCON01_CON00'>Filter CON00</a> <br/>'
htmlText = htmlText & '<a href='filter: SIMCON01_CON01'>Filter CON01</a> <br/>'
htmlText = htmlText & '<a href='filter:HMCSIM'>Filter HMCSIM</a> <br/>'
htmlText = htmlText & '<a href='start_emulator:SIMCON01_CON00'>Session CON00</a> <br/>'
htmlText = htmlText & '<a href='start_emulator:SIMCON01_CON01'>Session CON01</a> <br/>'
htmlText = htmlText & '</div>'
sendPopupHtml('HTML Test Example', htmlText)

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

MainView Console Management for zEnterprise, MainView Console Automation for zEnterprise, and MainView SecureHMC 3.3.50