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
-profileName shasti
-profilePath ~/shasti/WebSphere
-templatePath app_server_root/profileTemplates/dmgr
-cellName shaix1
-hostName myhost
-nodeName dmgr1
-startingPort 12000
This command was wrong.
The only way to create the Dmgr profile was with command:
manageprofiles -create -profileName Dmgr01 -nodeProfilePath $WAS_HOME/profiles/Dmgr01 - templatePath $WAS_HOME/profileTemplates/cell/dmgr -nodeName sysaxwas01DMNode01 -cellName sysaxwas01DMCell01 -hostName sysaxwas01 -portsFile /tmp/dmgr_portdef.props
So not profilePath but nodeProfilePath.. do you know the reason?
After the dmgr was created a node and an application server were also created. I had to remove them from the console with "force delete". The nodename was named sysaxwas01Node01 and servername server1.
Is this the correct way or there's another way?
How can I now federate my two standalone profiles in the Dmgr profile?
Thanks in advance.
Tarek
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
-profileName shasti
-profilePath ~/shasti/WebSphere
-templatePath app_server_root/profileTemplates/dmgr
-cellName shaix1
-hostName myhost
-nodeName dmgr1
-startingPort 12000
This command was wrong.
The only way to create the Dmgr profile was with command:
manageprofiles -create -profileName Dmgr01 -nodeProfilePath $WAS_HOME/profiles/Dmgr01 - templatePath $WAS_HOME/profileTemplates/cell/dmgr -nodeName sysaxwas01DMNode01 -cellName sysaxwas01DMCell01 -hostName sysaxwas01 -portsFile /tmp/dmgr_portdef.props
So not profilePath but nodeProfilePath.. do you know the reason?
After the dmgr was created a node and an application server were also created. I had to remove them from the console with "force delete". The nodename was named sysaxwas01Node01 and servername server1.
Is this the correct way or there's another way?
How can I now federate my two standalone profiles in the Dmgr profile?
Thanks in advance.
Tarek