10-15-2008 08:52 PM - edited 03-14-2019 03:03 AM
I'm using UCCX v.5 and CM v.5. My question is : Is it possible to change the hostname/computer name of UCCX server ?
If yes, could someone please tell me what the steps are ?
Thanks in advance.
Solved! Go to Solution.
10-16-2008 08:15 AM
Regi,
Unfortunatelly it is not, as UCCX uses either SQL server or MSDE and these do not work after chaning hostnames.
HTH, please rate all useful posts!
Chris
10-16-2008 08:15 AM
Regi,
Unfortunatelly it is not, as UCCX uses either SQL server or MSDE and these do not work after chaning hostnames.
HTH, please rate all useful posts!
Chris
10-16-2008 08:39 AM
You can try and use the following steps:
If you spell a server hostname wrong on a box that has SQL there is a way to repair the hostname without rebuilding the box
1. Run isqlw from the affected server
2. Select the master DB
3. Do a sp_helpserver (this will show the server name)
4. Do a sp_dropserver "hostname"
5. Do a sp_addserver, Local "hostname"
6. Do a sp_helpserver again to confirm the change is correct
Please note that while I have used the procedure before, it was completed in ICM 7.x and was something I pulled off a forum. This was NOT something I got from TAC. I had success with this option so I am just throwing it out there for you. You may want to test in a lab first.
10-16-2008 07:49 PM
Thanks for all the replies. I have rate all of them.
Changing the hostname is just one of several possibilities in my case. So, based on the replies, I'll try to avoid it.
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide