Last active
November 6, 2020 12:27
-
-
Save darth-hp/3dc7272de3ae0ac0837d1841572de1e3 to your computer and use it in GitHub Desktop.
Revisions
-
Heinz Peter Hippenstiel revised this gist
Nov 6, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ If you start `java -jar remotekvm.jar` it prints: ``` Missing parameter! -
Heinz Peter Hippenstiel revised this gist
Nov 6, 2020 . 1 changed file with 15 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 (int) -d = mountPoint (string) -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 ``` -
Heinz Peter Hippenstiel revised this gist
Nov 6, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: -s = host (string) -n = port (int) -b = defaultBlade (int) -
Heinz Peter Hippenstiel revised this gist
Nov 6, 2020 . 1 changed file with 12 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) -
Heinz Peter Hippenstiel created this gist
Nov 6, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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)