Hi,
I've installed Was 6.1 64bit on AIX 5.3 and created 2 standalone profiles.
Now I need to create a Dmgr profile and federate those 2 profiles within the deployment manager.
I wasn't able to create the dmgr profile as suggested by IBM documentation, eg:
manageprofiles -create...
There are a lot of IBM redbooks: www.redbooks.ibm.com
search for websphere 6 and you find a lot of things.
I have now websphere ND on two nodes, I'm planning to use websphere XD.
With my current configuration, the ear upgrades need downtime.
WebSphere XD is the solution.
Or two identical clusters, WebSphere ND, in which you do manually what XD does for you.
I want to be sure that XD is consolidated and that it really does what's supposed to do!
Hi,
I will use hardware load balancer instead of edge component.
I'm using websphere 6.1 with network deployment cluster and it works fine.
Hope this helps.
No reboot!
I was studying the Extendend Deployment cluster, it seems the right way to go.
Have you ever worked with? Is it stable?
IBM states that it's a consolidated version and that works perfectly.
Thanks again
Thanks for your responses.
So it doesn't seem to be so simple!
Don't worry about database and OS backup, my big problem is to be able to update software (ears...) and to let end user work.
This is the big issue.
I was thinking about two physical nodes with a load balancer in front. During...
Hi,
I was requested to setup a websphere environment which should be up and running 24/7.
This will be a very critical production system, that will serve a website and a contact center.
I'm thinking about what version of websphere install (cluster ND or XD), what hardware buy and so on...
From...
Hi,
I'm trying to implement password policy as suggested but I'm not finding file /etc/default/passwd.
In /etc/default directory I have only useradd and nss files.
Also I'm having many users that I want to lock or delete:
adm:x:3:4:adm:/var/adm:/sbin/nologin...
Hi,
actually I have sql 2000 server running on two nodes windows 2003 server.
On those 2 nodes I have 5 sqlserver virtual instances.
I need to add 2 new nodes to this cluster.
At windows level this has been done. The cluster see the 2 new members.
Now I have to install sqlserver 2000 software...
Hi,
I have two linux box on which websphere is running.
Both servers has 16gb ram and I see a lot of memory used (about 10gb) but I'm not understanding why since websphere uses about 2gb.
[root@prdlxwas1 ~]# free
total used free shared buffers cached
Mem...
Hi,
I tried on my linux (redhat). I have the command but it didn't work.
touch deleteme_file1.txt
touch deleteme_file2.txt
touch deleteme_file3.txt
touch deleteme_file4.txt
ls
deleteme_file1.txt deleteme_file2.txt deleteme_file3.txt deleteme_file4.txt deleteme_file5.txt
rename...
Hi,
I'm trying to rename all the files with .zip extention that are in the current directory. I need to remove first 8 characters from the filename, so NEWFN=OLDFN minus first 8 characters.
I'm trying this:
ls *.zip | while read a b
do
OLDFN=$a
NEWFN=`awk '{ print ( substr ($a,8,35) ) }'`...
Hi,
I'm using redhat advanced server 4 upd 2 64 bit and I want to resize /opt filesystem online.
Searching the web I found that this is possible by issuing two simple commands (if there's unallocated space in the volume group).
Commands are:
lvextend -L +sizeM /dev/VG/LV, so:
lvextend -L +32M...
Hi,
how can I change the decimal separator?
Now it's ".", I need to put ",".
I changed LANG variable from UTF8 to LANG=en_US.885915 but nothing changed.
Thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.