Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › rename a site name
I would like to change one site name, siteone to something else sitetwo
can i just simply by using aix command to change the name? or i have go throught some steps… Thanks
One other step: change the site name in
$HCIROOT/server/server.ini
You’ll see the old site name in the environs= line at the end of the server.ini file.
– Glenn
Here are the steps that I take to rename a site. I’m not entirely sure all of these are necessary.
01. Shut down all processes
02. hcisitectl -K
03. cd $HCIROOT
04. mv oldSiteName newSiteName
05. edit server/server.ini
06. rm exec/mid.ctr
07. rm exec/monitorShmemFile
08. rm exec/databases/lm_qdx5.6_ 09. hcidbinit -ACf 10. hcimsiutil -Z 11. hcisitectl -S 12. hcidbdump -r -U yourName 13. hcidbdump -e -U yourName 14. bring up processes and threads
09. hcidbinit -ACf
10. hcimsiutil -Z
11. hcisitectl -S
12. hcidbdump -r -U yourName
13. hcidbdump -e -U yourName
14. bring up processes and threads
-- Max Drown (Infor)
Thank you so much