1833589 Members
5361 Online
110061 Solutions
New Discussion

Package Rename

 
wish_1
Frequent Advisor

Package Rename

Dear All,

I have 2 node cluster in HP rp7400 with 11i, oracle 9i and 9iAS installed.

And 5 24X7 live package running in the server with some oracle application.

Now, the issue is i want to rename the package (eg. abcl to abclabc) so, can you people tell me the step to do the same as i have not done this activity before.

Another thing will i be requring the down time to do this activity. What will be the affect on the cluster and what change should i have make for the same.

Thanks in adv.

Regards
Wish.
2 REPLIES 2
Sergejs Svitnevs
Honored Contributor

Re: Package Rename

melvyn burnard
Honored Contributor

Re: Package Rename

Fairly simple, no need to halt the cluster, just halt the package you wish to rename, edit the package config file, then reapply the package config file and run the package.
repeat for each package you wish to rename

#cmhaltpkg -v pkgA
#cmdeleteconf -P pkgA
#vi /etc/cmcluster//

change the package name

#cmapplyconf -v -P /etc/cmcluster//
#cmrunpkg -v pkgA

Also check with cmviewcl -v -p pkgA to see that switching is enabled, and if it is not, the use cmmodnet to make it enabled
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!