Forum Discussion

thanigaivel's avatar
12 years ago
Solved

Netbackup opscenter port usage

Hi all,

How can i configure opscenter webgui with different port other than 80 or 443.

Thanks in advance,

thanks,

vel

  • How to change WebServer ports

     

    # /opt/SYMCOpsCenterServer/bin/opsadmin.sh stop

    Stopping Symantec OpsCenter Services

     

    Stopping Symantec OpsCenter WebServer Service

    Stopping Symantec OpsCenter Server Service

    Stopping Symantec OpsCenter Server (15) ...

    Stopping Symantec OpsCenter Database Server Service

    SQL Anywhere Stop Server Utility Version 11.0.1.2222

     

    # /opt/SYMCOpsCenterGUI/bin/goodies/configurePorts.sh  -h

    Params: [ -status ] | [ -httpPort <httpPort> ] [ -httpsPort <httpsPort> ] [ -shutdownPort <shutdownPort> ]

    e.g. -httpPort 80 -httpsPort 443 -shutdownPort 8105

    #


    # /opt/SYMCOpsCenterGUI/bin/goodies/configurePorts.sh  -httpPort 8080 -httpsPort 8443
    Old Http Port: 80
    New Http Port: 8080

    Old Https Port: 443
    New Https Port: 8443

    # /opt/SYMCOpsCenterServer/bin/opsadmin.sh start
    Starting Symantec OpsCenter Services

    Starting PBX Service
    Starting Symantec OpsCenter Database Server Service
    SQL Anywhere Start Server In Background Utility Version 11.0.1.2468
    Symantec OpsCenter Database Server started
    Starting Symantec OpsCenter Server Service
    Starting Symantec OpsCenter Server...
    Symantec OpsCenter Server started, pid = 14723
    Starting Symantec OpsCenter WebServer Service
     

    # /opt/SYMCOpsCenterServer/bin/opsadmin.sh monitor
    AT service is up
    PBX service is up
    Symantec OpsCenter Database Server Service is up
    Symantec OpsCenter Server Service is up
    Symantec OpsCenter WebServer Service is up

    # /opt/SYMCOpsCenterGUI/bin/goodies/configurePorts.sh -status
    Current Http Port: 8080
    Current Https Port: 8443
    Current Shutdown Port: 8105

     

    I hope it's what you want

2 Replies

  • How to change WebServer ports

     

    # /opt/SYMCOpsCenterServer/bin/opsadmin.sh stop

    Stopping Symantec OpsCenter Services

     

    Stopping Symantec OpsCenter WebServer Service

    Stopping Symantec OpsCenter Server Service

    Stopping Symantec OpsCenter Server (15) ...

    Stopping Symantec OpsCenter Database Server Service

    SQL Anywhere Stop Server Utility Version 11.0.1.2222

     

    # /opt/SYMCOpsCenterGUI/bin/goodies/configurePorts.sh  -h

    Params: [ -status ] | [ -httpPort <httpPort> ] [ -httpsPort <httpsPort> ] [ -shutdownPort <shutdownPort> ]

    e.g. -httpPort 80 -httpsPort 443 -shutdownPort 8105

    #


    # /opt/SYMCOpsCenterGUI/bin/goodies/configurePorts.sh  -httpPort 8080 -httpsPort 8443
    Old Http Port: 80
    New Http Port: 8080

    Old Https Port: 443
    New Https Port: 8443

    # /opt/SYMCOpsCenterServer/bin/opsadmin.sh start
    Starting Symantec OpsCenter Services

    Starting PBX Service
    Starting Symantec OpsCenter Database Server Service
    SQL Anywhere Start Server In Background Utility Version 11.0.1.2468
    Symantec OpsCenter Database Server started
    Starting Symantec OpsCenter Server Service
    Starting Symantec OpsCenter Server...
    Symantec OpsCenter Server started, pid = 14723
    Starting Symantec OpsCenter WebServer Service
     

    # /opt/SYMCOpsCenterServer/bin/opsadmin.sh monitor
    AT service is up
    PBX service is up
    Symantec OpsCenter Database Server Service is up
    Symantec OpsCenter Server Service is up
    Symantec OpsCenter WebServer Service is up

    # /opt/SYMCOpsCenterGUI/bin/goodies/configurePorts.sh -status
    Current Http Port: 8080
    Current Https Port: 8443
    Current Shutdown Port: 8105

     

    I hope it's what you want