Changing http, https, remote console ports
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
$ racadm config -g cfgRacTuning -o cfgRacTuneHttpsPort 4436 Object value modified successfully $ racadm config -g cfgRacTuning -o cfgRacTuneHttpPort 8888 Object value modified successfully $ racadm getconfig -g cfgRacTuning cfgRacTuneRemoteRacadmEnable=1 cfgRacTuneWebserverEnable=1 cfgRacTuneHttpPort=8888 cfgRacTuneHttpsPort=4436 cfgRacTuneTelnetPort=23 cfgRacTuneSshPort=22 cfgRacTuneConRedirEnable=1 cfgRacTuneConRedirPort=5900 cfgRacTuneConRedirVideoPort=5901 cfgRacTuneConRedirEncryptEnable=0 cfgRacTuneLocalServerVideo=1 cfgRacTuneIpRangeEnable=0 cfgRacTuneIpRangeAddr=192.168.1.1 cfgRacTuneIpRangeMask=255.255.255.0 cfgRacTuneIpBlkEnable=0 cfgRacTuneIpBlkFailCount=5 cfgRacTuneIpBlkFailWindow=60 cfgRacTuneIpBlkPenaltyTime=300 cfgRacTuneTimezoneOffset=0 cfgRacTuneDaylightOffset=0 cfgRacTuneAsrEnable=0 cfgRacTuneVirtualConsoleAuthorizeMultipleSessions=0 cfgRacTuneCtrlEConfigDisable=0 cfgRacTuneLocalConfigDisable=0 cfgRacTunePluginType=0 |
clear some space
1 2 3 4 |
racadm clearasrscreen racadm clrraclog racadm clrsel racadm coredumpdelete |
reload
1 |
racadm racreset soft |
hi
i have a question about the ‘cfgRacTuneIpRangeAddr’,
i want to config Multiple IP in the cfgRacTuneIpRangeAddr, but every time i write the second ip via ‘ racadm config -g cfgRacTuning -o cfgRacTuneIpRangeAddr 202.106.20.0 ‘, it will overwrite the original ip, how could i can write multiple ip in the cfgRacTuneIpRangeAddr ?
Any help will be appreciate!
I think that it is impossible.
Please configure first IP address and then try via web GUI.