1) from CUCM command line:
utils remote_account enable
utils remote_account create remuser 30
2) load CUCM with Linux LiveCD - I use Ubuntu
from the console (Ctrl-Alt-F2, for example. then sudo -i)
mkdir / mnt / part1
mount / dev / sda1 / mnt / part1
chroot / mnt / part1
instead of / dev / sda1 there may be / dev / sda2, for example .. depends on the type of disk (hda - IDE, sda - SCSI / SAS, etc.) and the CUCM partition - Partition_A or Partition_B. If CUCM is installed from scratch, then / dev / sda1
passwd remuser
enter 2 times a new password
usermod -a -G 0.10 remuser
vi / etc / sudoers
in / etc / sudoers, delete starting with remuser, write and leave the following:
remuser ALL = (ALL) NOPASSWD: ALL
readonly file, exit with a record from vi - ESC, then: wq!
12
we get the root
backup files
/usr/local/platform/conf/services.conf
/usr/local/platform/conf/services.CallManager.conf
/usr/local/platform/conf/services.conf.drf
in each file we delete a piece from
<Service DisplayGroupName = "Platform Services" Name = "Cisco Smart License Manager" ProductID = "CallManager" Restrict = "PrimaryNode, DoNotStop" SequenceNumber = "22333" ServiceEnum = "494">
before
</Service>
it's 20 lines
go to the base
su - informix
dbaccess $ (dblutil -c) -
make requests
update slminfo set tkcssmregstatus = 1;
update slminfo set tkcssmauthstatus = 1;
update slminfo set smartaccountname = 'cisco';
update slminfo set virtualaccountname = 'cisco';
update slminfo set isregistrationfailed = 'f';
update slminfo set isauthorizationfailed = 'f';
update slminfo set exportcontrolledallow = 't';
update slmstatus set tkcssmenforcemode = 5;
remove SLM registration from DRF so that backups are created normally
/ usr / local / platform / bin / drfDeRegisterComponent -f UCM -c SLM
reboot
[7Core] : no need of using the hide tag, as you don't hide download links