WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Console Disable

    Posted 01/26/12 01:26 PM
    Hi
    How can we manage websphere application server environment with scripting (if console is disabled)

    can you please tell me

    I apprecaite your response

    Thanks


    Raji


  • 2.  Console Disable

    Posted 01/26/12 04:38 PM
    you can use wsadmin scripting. 

    References:

    1. publib.boulder.ibm.com/infocenter/wsdoc4...

    2. knol.google.com/k/wsadmin# 



  • 3.  Console Disable

    Posted 01/26/12 04:39 PM
    Raji,
    Can you clarify when you mean by the admin console being "down"?  Do you mean if a user doesn't have access to the Admin Console or that the Admin Console and the DMGR service are unreachable? 


    Generally, you can  admin your system using the wsadmin utility and either JACL or JYTHON.  There is a ton of information on the web that you can locate, or IBM offfers classes on the topic virtually (for a fee.)

    Erik  


  • 4.  Console Disable

    Posted 01/26/12 04:56 PM
    Hi Erick
    User does nor have acess to admin console
    If you any information regarding this can you please provide information
    Here my question is how and where  we will create virtual hosts resources jvm settings and complete administration
    can you please provide information related this
    Thanks
    Raji


  • 5.  Console Disable

    Posted 01/26/12 08:15 PM
    Raji,


    Most of the tasks which you do through a console can be accomplished through command line using wsadmin scripts. With wsadmin you can accomplish most of tasks like

    1. Creating clusters
    2. Creating cluster members
    3. Defining Datasources/Queues/QCF's
    4. Defining Websphere Variables
    5. Defining Virtual hosts
    6. Deploy applications. 
    7. Stop/Start JVM. 


    what i have defined above are just a few examples. I hope this gives you enough information and give an idea.
        
       


  • 6.  Console Disable

    Posted 01/26/12 10:27 PM
    @raji

    check this url for sample scripts for websphere application server administration:


  • 7.  Console Disable

    Posted 01/26/12 11:26 PM
    Thanks joseph