Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
I recommend running this script if you have services that are failing to start due to authentication, or if you suspect an issue with the Common Proxy User, such as missing user or incorrect password.
The Common Proxy Repair script checks and fixes all aspects of the Common Proxy user including:
Executing this script on a working system is not harmful as long as the correct user is selected/specified.
See /var/log/common-proxy-fix.log for debug messages
Usage: common-proxy-fix-1.0.sh -u ADMIN_DN [options]
-u ADMIN_DN Admin username in LDAP syntax (required)
-w ADMIN_PASS Admin password
-h LDAPS_IP LDAPS IP, default is 127.0.0.1
-p LDAPS_PORT LDAPS port, default is 636
-f SERVICE_LIST Comma separated list of services to force config for CASA
cifs,afp,dns,dhcp,ncs,netstorage,lum)
Example: common-proxy-fix-1.0.sh -u cn=admin,o=org
Example: common-proxy-fix-1.0.sh -u cn=admin,o=org -w P@ssw0rd
Example: common-proxy-fix-1.0.sh -u cn=admin,o=org -h 192.168.2.5 -p 1636
Example: common-proxy-fix-1.0.sh -u cn=admin,o=org -f cifs,dns,dhcp
pluto:~ # common-proxy-fix-1.0.sh -u cn=admin,o=mf
Logging to /var/log/common-proxy-fix.log . . .
Enter password for cn=admin,o=mf:
Verifying authentication for ADMIN_DN....SUCCESS
Retrieving Common Proxy username and password....SUCCESS....cn=OESCommonProxy_pluto,ou=servers,o=mf
Retrieving CIFS username and password............SUCCESS....cn=admin,o=mf
Retrieving AFP username and password.............SUCCESS....cn=OESCommonProxy_pluto,ou=servers,o=mf
Retrieving DNS username and password.............SUCCESS....cn=OESCommonProxy_pluto,ou=servers,o=mf
Retrieving DHCP username and password............FAILURE
Retrieving LUM username and password.............SUCCESS....cn=OESCommonProxy_pluto,ou=servers,o=mf
/etc/opt/novell/proxymgmt/proxy_users.conf is empty
1) Default Common Proxy User: cn=OESCommonProxy_pluto,ou=servers,o=mf (in eDir)
2) Common Proxy set in CASA: cn=OESCommonProxy_pluto,ou=servers,o=mf (in eDir)
3) Common Proxy set in CONF:
4) Enter Common Proxy Username
Select the correct CP Username (1/2/3/4/q): 2
Checking Common Proxy UP Policy....SUCCESS
Verifying authentication with the existing common proxy password....SUCCESS
Assigning Common Proxy User to Common_Proxy_Policy....SUCCESS
Adding user to /etc/opt/novell/proxymgmt/proxy_users.conf....SUCCESS
Checking Crontab for change_proxy_pwd.sh....SUCCESS
Setting credentials for cifs....username does not match
Setting credentials for afp....ALREADY SET
Setting credentials for dns....ALREADY SET
dhcp is installed, but credentials were not found.
Force dhcp credentials into CASA using CASAcli? (y/n): y
Forcing CASA credentials for dhcp using CASAcli....SUCCESS
Not setting credentials for ifolder....not installed
Not setting credentials for netstorage....not installed
Not setting credentials for ncs....not installed
Setting credentials for lum....ALREADY SET
Log File: /var/log/common-proxy-fix.log
Version 1.7
Version 1.6
Version 1.5
Version 1.4
Version 1.3
Version 1.2
Version 1.1