Change the default port

Can someone point me to a document that describes the steps to change the default port (8080) to another port on an existing Foglight environment?

The Foglight Management Server (FMS) port is configured in FMSHOME/config/server.config:

# These options are required, they must be configured for the server starts

#

Server.http.port = "8080";

Server.HTTPS.port = "8443";

You can change them by modifying the config file and restart the FMS.

BUT:

Remember that all Management Agent Foglight (FglAMs) use this port to send data to the FMS.

Foglight users may have bookmarked FMS URLs with the original port number.

Under Unix, a process must have permissions root a low numbered path (if you thought to change port 80)

To make the seemless transition, you should consider implementing some sort of system (for example with an Apache web server) port forwarding so that agents and users who use the original port will not break.

Kind regards

Brian Wheeldon

Tags: Dell Tech

Similar Questions

  • Change the default ports for http and https

    Hello

    I'm trying to change the default ports for http and https

    I have a 506th PIX (which does NOT of NAT)

    I have the following: -.

    static (inside, outside) tcp 192.168.10.2 601 192.168.10.2 http netmask 255.255.255.255 0 0

    static (inside, outside) tcp 192.168.10.2 602 192.168.10.2 443 netmask 255.255.255.255 0 0

    access-list acl permit tcp any 192.168.10.2 eq 601

    access-list acl permit tcp any 192.168.10.2 eq 602

    Access-group acl in interface outside

    where 601 and 602 are the http port and https to be redirect to respectively.

    I changed the webserver accordingly

    I get the error message

    "No group of translation not found for tcp src outside:189.x.x.x/50232 dst inside:192.x.x.x/80" (trying to access port 80)

    "I also have ' fixup protocol http 601.

    I had access to the internal and external web server before attempting to change the default ports

    Any ideas where I'm wrong?

    See you soon.

    I apologise for not thinking correctly.

    the static method must be:

    static (inside, outside) tcp 192.168.10.2 80 192.168.10.2 601 netmask 255.255.255.255 0 0

    static (inside, outside) 192.168.10.2 tcp 443 192.168.10.2 602 netmask 255.255.255.255 0 0

  • Change the default Port of vSphere Web Client to any other port 9443

    How can I change vSphere Web Client by default Port 9443 for any other port in Windows vmware web client server after the installation of the client web and vCenter camera well?

    You can change the post-install Web Frontend Client vSphere 5.1 port by editing the following on the Server Web Client configuration file:

    C:\Program Files\VMware\Infrastructure\vSphereWebClient\server\config\tomcat-server.xml


    Find the entry below and change the port accordingly:

    Then restart the WebClient service to make the change take effect.

  • How can I change the default port 443 on Windows Server Essentials 2012?

    I'm trying to install on my server remote access, but port 443 is already in use with another server on the same configuration broadband, so I need to change to allow access.

    Also, what should I change on the computers to connect to this port

    Concerning
    Steve

    Hello

    Welcome to the Microsoft community forums!

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    http://social.technet.Microsoft.com/forums/en-us/winserveressentials/threads


    If you need to change the port for remote access,

    You can search on a lot after u come and change port 443

     
     
    Hope this information helps.
  • Windows 8 Remote Desktop connection - how to change the default 3389 listening port

    This article http://support.microsoft.com/kb/306759 has a FixIt who works with versions of Windows up to Windows 8, but does not work with Windows 8. How can I change the default port of 3389 to the computer listen in Windows 8?

    Hi Joseph,.

    You must connect to the TechNet, using your Microsoft ID forum to ask the question. Once you sign in you will get option for Ask question where you can post your query. See the screenshot:

  • How to change the default 22 SSHD port

    Hello, everyone.

    How can I change the default SSHD on port?

    Please notify.

    Thank you.

    Edit the file/etc/services and change ssh port. Restart inetd

  • Change the listening port

    I am running Oracle 10.2 on Solaris. I want to change the listening port of 1521 to 2690. I've read that I'm supposed to change /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora and restart the receiver. Here's my listener.ora:

    OPENVIEWLISTENER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    ((ADDRESS = (PROTOCOL = tcp (PORT = 2690))(HOST=flare)))
    SID_LIST_OPENVIEWLISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = openview)
    (ORACLE_HOME=/opt/oracle/product/10.2.0/db_1)
    (SID_NAME = OpenView))
    )


    After the reboot, it is still the 1521:

    bash-beginning of lsnrctl $ 3.00

    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 24-AUG-2008 16:53:33

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    From /opt/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...

    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System settings file is /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/10.2.0/db_1/network/log/listener.log
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
    STATUS of the LISTENER
    -----
    Alias LISTENER
    For Solaris TNSLSNR version: Version 10.2.0.1.0 - Production
    Departure date 24-AUG-2008 16:53:34
    Uptime 0 days 0 h 0 min 0 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora file
    The listener log file /opt/Oracle/product/10.2.0/Db_1/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))
    The listener supports no services
    The command completed successfully

    What I am doing wrong? :(

    user527462 wrote:
    I am running Oracle 10.2 on Solaris. I want to change the listening port of 1521 to 2690. I've read that I'm supposed to change /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora and restart the receiver. Here's my listener.ora:

    OPENVIEWLISTENER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    ((ADDRESS = (PROTOCOL = tcp (PORT = 2690))(HOST=flare)))
    SID_LIST_OPENVIEWLISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = openview)
    (ORACLE_HOME=/opt/oracle/product/10.2.0/db_1)
    (SID_NAME = OpenView))
    )

    After the reboot, it is still the 1521:

    bash-beginning of lsnrctl $ 3.00

    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 24-AUG-2008 16:53:33

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    From /opt/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...

    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System settings file is /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/10.2.0/db_1/network/log/listener.log
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
    STATUS of the LISTENER
    -----
    Alias LISTENER
    For Solaris TNSLSNR version: Version 10.2.0.1.0 - Production
    Departure date 24-AUG-2008 16:53:34
    Uptime 0 days 0 h 0 min 0 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora file
    The listener log file /opt/Oracle/product/10.2.0/Db_1/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))
    The listener supports no services
    The command completed successfully

    What I am doing wrong? :(

    Your listener.ora sets a listener named OPENVIEWLISTENER. You have not specified the name of the listener when starting it and so he went with the default values (name of the LISTENER listener and so on). The command you are looking for is lsnrctl start OPENVIEWLISTENER

    concerning

    Niall Litchfield
    http://www.orawin.info/

  • How to change the default alignment of text in the cells in a table on the demand for numbers?

    I'm new to Mac. I own a MacBook pro MF839HN/A and currently using the 3.6.2 release NUMBERS (2577). I want to know if I can change the default alignment of text in the cell in a table of NUMBERS application? Also, when I select all the cells in a table to change their alignment, I can only change the horizontal alignment of the text and not the vertical alignment. To change the vertical alignment of the text in a cell, I have to select them individually. Help me with two questions.

    The only way I know is to create a table that is set up as you like, then save the empty document as a template customized by using the menu item "file > save as template:

  • When I start Firefox, the default email is gmail. I have several gmail accounts. How can I change the default gmail to another gmail account?

    I have 4 gmail accounts (two for me, one for wife and a common email). The default value to "send a link" default settings for my wife's gmail account. I would like to change the default value to our gmail spouse. I need instructions on how to do it.

    Hmm, I think the different built-in options for email link are neutral and used special account would be one that is currently logged on (or if you get a login page, it can show one that was last saved in). This is not what you see?

  • Is there a way to change the default options when receiving the Images on parachuting on a mac?

    Is there a way to change the default options when png or JPEG received on a mac? I can choose between backup to the downloads folder, or open photos. I would like to open in preview instead. Any ideas?

    Problem solved. No apparent reason, the two choices (save downloads and open in photos) presented disappeared and now I have the only option I get is to open the image in preview. No idea how this happened, but my problem is solved.

  • I want to change the default printer for Firefox how can I do this?

    When I choose to print in Firefox it uses my printer copier not my default printer. So how can I change the default printer for Firefox?

    In Firefox 'by default' is the last used printer. If you switch to a different printer, Firefox to remember that a new 'default' - unless you have disabled this setting in all: config. Print.save_print_settings

  • How to change the default printer in Thunderbird

    I have access to several printers that I use in different places. I have to manually change the choice of printer with each e-mail letter I want to print when I change my location when you use thunderbird. I already changed the default printer in my printers folder. All other programs, including Firefox accept the choice of the default printer. How can I get Thunderbird to accept my default without delete all THE OTHER PRINTERS?

    The menu bar, select Tools-Options-Advanced-General
    Select the configuration editor
    Promise to be careful
    Enter the following in the search field: print_printer
    When this line appears, right-click and select reset.

    See if she resumes the new default printer after you restart Thunderbird.

    No menu bar? Press the ALT key.

  • Is it possible to change the default channel strip settings?

    Is it possible to change the default channel strip without having to depend on models?

    For example, I always wish to have:

    • Follow the value Name = 3 lines instead of the default line 1.
    • 'Follow the icons' checkbox deselected
    • Always follow box color
    • Control surface Bars always deselected

    Stuff like that... This apples to any screen that is affected by the Configuration of channel strip window. (View mixer or titles).

    Thank you!

    Is it possible to change the default channel strip without having to depend on models?

    NO.

    But why not use a template? You use a template of this moment anyway, the default value of project. Just change and set the Start Action that you configured

    Fact

    Edgar Rothermich - LogicProGEM.com

    (Author of "Graphically improved manuals")

    http://DingDingMusic.com/manuals/

    "I could receive some form of compensation, financial or otherwise, my recommendation or link."

  • How can I change the default zoom for the new tab only?

    The new tab in Firefox 33 zoom is too high to see all 12 of my thumb nail. I changed it using ctrl - but the next time I opened a new tab, the zoom is 100%. How can I change the default zoom for the new tab only?

    I posted a style rule to shrink the tiles, which allows several of them on the page, but naturally reduces their legibility. You can experiment with the dimensions to find a look that works for you.

    https://userstyles.org/styles/106326/shrink-new-tab-thumbnails

    I use the Stylish extension to experiment because of its preview function that allows me to see the effect quickly. You can install it from the site of modules, then after restart of Firefox while searching for his "S" icon in the toolbar to manage Styles so you can edit and experiment.

    https://addons.Mozilla.org/firefox/addon/stylish/

  • When I try to change the default program for opening a specific file type in the "always use the selected program to open this type of file" highlights not.

    So, I can't change the default program. How can I get it to show?

    Hello Swansong,
    It is also possible for Panel Applications - define how Firefox handles different types of files

Maybe you are looking for

  • Satellite Pro A120 - I want to upgrade the RAM

    Hello I'm looking to upgrade the RAM in my Satellite Pro A120 Model No.: PSAC1E-05C00VEN I'm getting conflicting reports as to how this can actually take, some sites say a 1 GB maximum per slot max so 2 GB while most of the others say max 2 GB per sl

  • Simple pass does not not on an ENVYdv7

    My school e-mail admin apparently disabled my Simple Pass.  I set myself since my student email to forward to a regular e-mail account so I don't have to go to this site.  How to re - activate the Simple Pass to connect to web sites?  The simple coll

  • Brand new Aspire E11 (E3-111) brick by the BIOS utility official Acer - what now?

    Yesterday, I bought a new netbook for my girlfriend. I decided to make sure that the netbook is using the latest BIOS and latest drivers. So I downloaded the BIOS utility official support page (http://www.acer.cz/ac/en/US/content/drivers/5329;-;) Asp

  • How to remove the application of the actual device?

    Hello I push my application to the real device (BB 8300, 8700), but I can't do it like now to see in advance-> request Options as previously he was showing me the request and where I also deleted. But now I am not able to see my folder in the Advance

  • Custom blackBerry Smartphones to connect to the device rom error

    Hello First post here. I try to upgrade 4.7.0.164 to 4.7.0.167 and find that the charger reached "connecting to device rom" and crashes. After a minute or two, the process fails with a message "fatal error". and the operating system restores la.164 S