Skip to content

Instantly share code, notes, and snippets.

@darth-hp
Last active November 6, 2020 12:27
Show Gist options
  • Select an option

  • Save darth-hp/3dc7272de3ae0ac0837d1841572de1e3 to your computer and use it in GitHub Desktop.

Select an option

Save darth-hp/3dc7272de3ae0ac0837d1841572de1e3 to your computer and use it in GitHub Desktop.

Revisions

  1. Heinz Peter Hippenstiel revised this gist Nov 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion remotekvm.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    If you start `java -jar remotekvm.jar`it says:
    If you start `java -jar remotekvm.jar` it prints:

    ```
    Missing parameter!
  2. Heinz Peter Hippenstiel revised this gist Nov 6, 2020. 1 changed file with 15 additions and 3 deletions.
    18 changes: 15 additions & 3 deletions remotekvm.md
    Original file line number Diff line number Diff line change
    @@ -22,12 +22,24 @@ This is misleading! The correct parameters are:
    -s = host (string)
    -n = port (int)
    -b = defaultBlade (int)
    -mc = mpCount/mountPointCount (default 0)
    -mc = mpCount/mountPointCount (int)
    -d = mountPoint (string)
    -B = disableBladeSwitch
    -R = disableRemoteMedia
    -B = disableBladeSwitch (true/false)
    -R = disableRemoteMedia (true/false)
    -r = rbs (int)
    -c = climode (true/false)
    -libpath (string)
    -cp = commPort (int)
    -showui (true/false)

    Defaults:
    ```
    RBS : 0
    Host : null
    Port : 3900
    Default: 0
    DisSwch: false
    DisRM : false
    MntPT Count:0
    LibPath :null
    ```
  3. Heinz Peter Hippenstiel revised this gist Nov 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion remotekvm.md
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@ The options are defined as follows:
    remote media is not enabled. Optional.
    ```

    This is misleading! The correct parameters are:
    This is misleading! The correct parameters are:
    -s = host (string)
    -n = port (int)
    -b = defaultBlade (int)
  4. Heinz Peter Hippenstiel revised this gist Nov 6, 2020. 1 changed file with 12 additions and 12 deletions.
    24 changes: 12 additions & 12 deletions remotekvm.md
    Original file line number Diff line number Diff line change
    @@ -19,15 +19,15 @@ The options are defined as follows:
    ```

    This is misleading! The correct parameters are:
    -s = host (string)
    -n = port (int)
    -b = defaultBlade (int)
    -mc = mpCount/mountPointCount (default 0)
    -d = mountPoint (string)
    -B = disableBladeSwitch
    -R = disableRemoteMedia
    -r = rbs (int)
    -c = climode (true/false)
    -libpath (string)
    -cp = commPort (int)
    -showui (true/false)
    -s = host (string)
    -n = port (int)
    -b = defaultBlade (int)
    -mc = mpCount/mountPointCount (default 0)
    -d = mountPoint (string)
    -B = disableBladeSwitch
    -R = disableRemoteMedia
    -r = rbs (int)
    -c = climode (true/false)
    -libpath (string)
    -cp = commPort (int)
    -showui (true/false)
  5. Heinz Peter Hippenstiel created this gist Nov 6, 2020.
    33 changes: 33 additions & 0 deletions remotekvm.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    If you start `java -jar remotekvm.jar`it says:

    ```
    Missing parameter!
    Usage : <path to java.exe> -jar <RC application jar> [command line options]
    The options are defined as follows:
    -host the host IP/name of the AMM to connect
    -nsport the network service port of the AMM to connect, default value is 3900.
    -rbs the rbs handler for authentication
    -b the slot number of the default blade to access
    -disable_blade_switch
    the blade switching flag, optional, default is enabled.
    and remote drive switch on the Remote Console Applet will be disabled too.
    -disable_remote_media
    the remote media flag, default is enabled.
    -mntpoint the default mount point of a remote media. This option will be ignored if
    remote media is not enabled. Optional.
    ```

    This is misleading! The correct parameters are:
    -s = host (string)
    -n = port (int)
    -b = defaultBlade (int)
    -mc = mpCount/mountPointCount (default 0)
    -d = mountPoint (string)
    -B = disableBladeSwitch
    -R = disableRemoteMedia
    -r = rbs (int)
    -c = climode (true/false)
    -libpath (string)
    -cp = commPort (int)
    -showui (true/false)