May 2015
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Categories

May 2015
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

WSadmin.sh

Websphere WSadmin.sh Scripting basics

WSADMIN Scripting basiscs:

Why to Use Scripting?

Making configuration changes using the Websphere administrative console is error prone and dangerous in complex production environments Routine tasks can be automated, making repetitive tasks more easily done and done consistently Automated tasks faster to execute. Common Operational and Configurationally tasks can be […]

Creating a Windows service for the node agent

In a network deployment configuration, you can create the node agent as a Windows service to make WebSphere® Application Server nodes easier to start and manage. About this task Create the node agent as a Windows service so that the node agent starts automatically when the server is rebooted. An activated node agent communicates with […]

Websphere – Windows service for Nodeagent, AppSrv creating example

Websphere – Windows service for Nodeagent, AppSrv creating example Creating Service for Application Server (JVM):

WASService.exe -add ServiceNameAppSrv01 -serverName server1 -profilePath c:\IBM\WebSphere\AppServer\profiles\AppSrv01

Creating Service for Nodeagent:

WASService.exe -add ServiceNameNodeAgent01 -serverName nodeagent -profilePath c:\IBM\WebSphere\AppServer\profiles\CustomNode01

Deleting service:

WASService.exe -remove SrvNameAppSrv01

or

WASService.exe -remove ServiceNameNodeAgent01 […]

Delete Websphere Application Server Profile

First list all profiles on a server: List the profile using one of these commands Windows: was_install_dir\bin\manageprofiles.bat –listProfiles UNIX/Linux: was_install_dir/bin/manageprofiles.sh –listProfiles Remove a WebSphere Application Server profile: Delete the profile using one of these commands: On Windows: was_install_dir\bin\manageprofiles.bat –delete –profileName profile On UNIX/Linux: was_install_dir/bin/manageprofiles.sh –delete –profileName profile Ensure that references to the deleted profile are […]

How to Delete a Windows Service

Deleting a Service

The first thing you’ll need to do is identify the name of the service, so open up Services through the start menu or control panel, and then find the service in the list that you want to delete.

 

You’ll want to open up the properties by double-clicking on the service name, […]

Introduction Coherence

[gview file=”http://rmohan.com/wp-content/uploads/2015/05/080310_AnEngineers_Introduction_to_Oracle_Coherence.ppt”]

shell bash guide for reference

[gview file=”http://rmohan.com/wp-content/uploads/2015/05/unix_tutorial.pdf”]

How to Install MQ on Redhat Linux

How to Install MQ on Redhat Linux 1.1 User creationLogin as root to install mq

Create following user with group name of “mqm” which will be used to run MQ groupadd mqm # add group mqm (purpose of gropuadd is to create a new group account) useradd -g mqm mqm # add user mqm to […]

websphere startNode as a Linux Service

I have the following configuration 2 profiles

1st : ClusterManager it autostart at boot correctly because when I created it I was asked if I want to boot as a service

2nd : Node1 it doesn’t autostart because I wasn’t asked during the profile creation wizard (advanced mode)

I tried the following command:

./wasservice.sh -add […]

bash reference

Shell program

View System Date, Calender

Calender

[root@cluster1 ~]# cal April 2015 Su Mo Tu We Th Fr Sa 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

[root@cluster1 ~]# cal 7 2015 July […]