Changing Administration Connector Certificate

I have installed OUD using a CA issued certificate during installation using the --useJavaKeystore option and I see that the LDAPS connector is utilizing this certificate.  However the Administration Connector is still using a self-signed certificate.  I would like to replace this self-signed certificate with the CA issued certificate.  I tried finding instructions but all I found was this link (Managing Administration Traffic to the Server - Oracle Fusion Middleware Administration Guide for Oracle Unified Directo…) which had this small blurb: "You can manage the administration connector certificate using external tools, such as keytool."
From doing a little digging I think I have come up with the correct sequence/steps to get this working.  Basically I have removed the admin-cert from the two keystores:/config/admin-truststore and /config/admin-keystore.  I then imported the keypair I created for the initial install.  I also changed the /config/admin-keystore.pin to match the pin I used when creating the keystore.
This appears to be working but I would like to know if this is the correct method and if there would be any side effects to replacing the certificate used by the Administration Connector. 
The exact steps I followed are below:
Generate keypair and keystore: keytool -genkeypair -dname "CN=server-cert,dc=myorg" -alias server-cert -keyalg RSA -keypass 'myKeyPass' -storepass 'myKeyPass' -keystore mykeystore.jks
Generate certificate request keytool -certreq -alias server-cert -keystore mykeystore.jks -file myCertRequest.csr
Obtain x509 server certificate from CA (server.crt) and root CA public Cert (rootca.crt)
Import root CA cert into keystorekeytool -import -trustcacerts -alias root -file rootca.crt -keystore mykeystore.jks -storepass 'myKeyPass'
Import CA issued certificate into keystorekeytool -import -trustcacerts -alias server-cert -file server.crt -keystore mykeystore.jks -storepass 'myKeyPass' -keypass 'myKeyPass'
Change keystore password of default OUD Admin truststorekeytool -storepasswd -keystore $OUD_INSTANCE/config/admin-truststore -storepass 'contents of admin-keystore.pin' -new 'myKeyPass'
Change keystore password of default OUD admin keystorekeytool -storepasswd -keystore $OUD_INSTANCE/config/admin-keystore -storepass 'contents of admin-keystore.pin' -new 'myKeyPass'
Change clear text password file to the new keystore passwordvim /$OUD_INSTANCE/config/admin-keystore.pin ## replace with new key [myKeyPass]
Import root CA cert into default OUD admin truststorekeytool -import -trustcacerts -alias root -file rootca.crt -keystore $OUD_INSTANCE/config/admin-truststore -storepass 'myKeyPass'
Import root CA cert into default OUD admin keystorekeytool -import -trustcacerts -alias root -file rootca.crt -keystore $OUD_INSTANCE/config/admin-keystore -storepass 'myKeyPass'
Delete self-signed admin-cert from default OUD admin truststorekeytool -delete -alias admin-cert -keystore $OUD_INSTANCE/config/admin-truststore -storepass 'myKeyPass'
Delete self-signed admin-cert from default OUD admin keystorekeytool -delete -alias admin-cert -keystore $OUD_INSTANCE/config/admin-keystore -storepass 'myKeyPass'
Import CA issued keypair into default OUD Admin keystorekeytool -importkeystore -srckeystore mykeystore.jks -destkeystore $OUD_INSTANCE/config/admin-keystore -srcstorepass 'myKeyPass' -deststorepass 'myKeyPass' -srcalias server-cert -destalias admin-cert -srckeypass 'myKeyPass' -destkeypass 'myKeyPass'
Import CA issued keypair into default OUD truststorekeytool -importkeystore -srckeystore mykeystore.jks -destkeystore $OUD_INSTANCE/config/admin-truststore -srcstorepass 'myKeyPass' -deststorepass 'myKeyPass' -srcalias server-cert -destalias admin-cert -srckeypass 'myKeyPass' -destkeypass 'myKeyPass'

There is a report in sap in which you can create the ticket

Similar Messages

  • How do I change the default certificate in Java Web Console?

    I have a 3rd party issued server keystore & truststore ready to go in both jks and p12 file formats. I wish to use this in the Sun Java Web Console instead of the self signed certificate. I cannot find any documentation as to changing the certificate. I did find commands to change the keystore and truststore passwords, but I want to change the entire certificate.
    I tried manually messing with the /var/webconsole/domains/console/conf/server.xml configuration file but realized it was more complex than that. Is there a documented procedure for changing the default certifcate?
    Thanks

    Siri will use the default calendar specified in the Mail, Contacts, Calendars setting.
    Go to Settings/Mail,Contacts,Calendars, then scroll down, and change the default in the Calendars section to your the one you prefer.
    hope this helps.

  • A client is trying to re-register with an administrator revoked certificate

    HI All,
    I have an Azure based server that will not register correctly in SCCM 2012, it is our IBCM server and has been working OK but our 3rd  party support team tried to uninstall the client
    on this server a 5 other DP’s (I have fixed those and the clients has PKI certificate) but also uninstall the roles, which has been unsuccessful and now there are the site server and component server roles still installed.
    I am unable to install the SCCM client successfully and the certificate says “None” rather than PKI which all my other servers have installed, I have tried the suggestions from
    https://social.technet.microsoft.com/Forums/en-US/48d496ee-4869-4cef-8cd0-9dcab843e373/sccm-2012-r2-client-on-distribution-point-doesnt-complete-registration-solved?forum=configmanagerdeployment
    and also from
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/08119f92-fba7-43b1-bdb1-1b4d72963ff7/sccm-clients-registration-rejected-by-management-point
    which involved
    The following are the sequence,
    1) uninstall the client agent ccmsetup /uninstall
    2) remove the entries of CCMsetup and SMS from registry HKLM
    3) remove the Config mgr cert from computer personal store
    4) remove the smscfg.ini from windows folder
    5) restart the machine
    Installion process
    wait for the client pc to auto enroll config mgr client cert from CA
    reinstall the client
    The client registration successfully went through. I suspect is because the client no
    matter how many times you reinstall it tries use the old GUID to register with MP without even knowing that client has been marked as absolete in the SCCM primary site server.
    If you restart the and perform the above steps it will flush the cache and try to register
    with a mp and get the new GUID from the MP and then it successfully registers it.
    So at the moment my IBCM server is not working and I cannot get the client installed
    MP_Registration.log is below, all other clients get installed OK.
    Processing Registration request from Client 'GUID:8EC3C75A-AA8D-4421-8725-446FF891EF02'           
    MP_RegistrationManager         
    11/13/2014 5:13:27 AM          
    10172 (0x27BC)
    Begin validation of Certificate [Thumbprint AF0D7B12263DC9EF764750519884992CAA53FBE0] issued to 'SMS'           
    MP_RegistrationManager         
    11/13/2014 5:13:27 AM          
    10172 (0x27BC)
    Completed validation of Certificate [Thumbprint AF0D7B12263DC9EF764750519884992CAA53FBE0] issued to 'SMS'           
    MP_RegistrationManager         
    11/13/2014 5:13:27 AM          
    10172 (0x27BC)
    A client is trying to re-register with an administrator revoked certificate: SMSID='GUID:8EC3C75A-AA8D-4421-8725-446FF891EF02'.          
    MP_RegistrationManager         
    11/13/2014 5:13:27 AM          
    10172 (0x27BC)
    Any ideas?? A support call is needed I think…
    many thanks

    Hi Jason,
    thank you for the response, I called support and it turns out that SCCM was actively revoking certs, so when a new one was created it automatically revoked it for this server for some reason, all other clients on the network installed OK, it was particular
    to this server, so we had to delete from the DB all revoked certs even though in the SQL view there were no certificates or SMSGUIDS related to the server itself.
    So running
    select
    *fromclientkeydatawhereisrevoked='1'
    Update
    clientkeydatasetisrevoked=0
    whereisrevoked=1
    resolved the issue and the client installed correctly.
    Hope this helps anyone else who experiences this issue.
    many thanks

  • How to change the Connector + Mapping

    Hi,
    i have a mapping with a database link. I cloned the mapping from production to development. I change the connector. So the name of the db-link is on production prd@... on development dev@... How can i change the db link in the mapping. So that he changed the db-linkname?
    thanks a lot

    Ola Wolle,
    Did you deploy the db-links in the connector...?
    Within youre mapping you should not need to change anything.
    Of course you can do it by changing settings in sources en targets when configuring your mapping...
    Within every single table you can add db-links and schema's
    btw: we use to do the same with database links (naming them dev_dblink, prod_dblink). But pretty soon it became quite messy. Right now we use universal names so we don't need to make changes on this level...
    Regards
    Moscowic

  • GRC AC 5.3 RAR: Change system connector entry

    Just a tip:
    I had a problem after upgrading from RAR 5.2 where the previous connector entry wasn't named the same as it is in the SLD, so I had to change the connector.  We have a lot of information in our RAR system, so I didn't want to clean the database and start over, I just wanted to change the name of the connector.  Therefore, I used the following SQL query to rename it across the whole application.  You can input the RENAMED SYSTEM to whatever you want your rename to be, and of course input the SID of the system for the database schema.  This is for SQL Server 2005, but you can adapt it to your flavor.
    update SAP<SID>DB.VIRSA_CC_ACTRULE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ACTUSAGE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ACTVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ALLASTRUN set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ALLISTDTL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ALTCDLOG set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ANLACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ANLPRM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_AUTHMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRACTT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRACTVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRPRM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRPRMVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRPROF set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRPROFT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRROLE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRROLET set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRROLEVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_DATAEXD set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_EXLOBJ set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_FLDMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_FUNCACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_FUNCPRM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_FUNCSYS set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENOBJ set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENOBJT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENPRM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENUSR set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GPRMLIST set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_LASTRUN set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_LSYSGRP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_LSYSGRP set LVSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGALERTS set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGCRTR set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGMTBU set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGMTTOT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGRISKD set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGRISKS set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MITRPT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MTGENOBJ set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MTGENOBJH set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ORAEXT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ORGUSERS set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_PRMRULE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_PRMVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ROLEVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SCHEDFORK set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SUPP_DET set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SUPP_HDR set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SUPP_TEXT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSCRACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSCRACT set PVSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSHMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSRULE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSSAPOBJ set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSTEM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSTEMC set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSTEMT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSUSR set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_TEXTKEY set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_USRMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSRULEMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSRULEMAP set PVSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSRULEMAP set LVSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSYSGRP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSYSGRP set XVSYSKEY = 'RENAMED SYSTEM'

    Just a tip:
    I had a problem after upgrading from RAR 5.2 where the previous connector entry wasn't named the same as it is in the SLD, so I had to change the connector.  We have a lot of information in our RAR system, so I didn't want to clean the database and start over, I just wanted to change the name of the connector.  Therefore, I used the following SQL query to rename it across the whole application.  You can input the RENAMED SYSTEM to whatever you want your rename to be, and of course input the SID of the system for the database schema.  This is for SQL Server 2005, but you can adapt it to your flavor.
    update SAP<SID>DB.VIRSA_CC_ACTRULE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ACTUSAGE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ACTVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ALLASTRUN set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ALLISTDTL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ALTCDLOG set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ANLACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ANLPRM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_AUTHMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRACTT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRACTVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRPRM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRPRMVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRPROF set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRPROFT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRROLE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRROLET set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_CRROLEVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_DATAEXD set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_EXLOBJ set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_FLDMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_FUNCACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_FUNCPRM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_FUNCSYS set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENOBJ set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENOBJT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENPRM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GENUSR set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_GPRMLIST set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_LASTRUN set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_LSYSGRP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_LSYSGRP set LVSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGALERTS set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGCRTR set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGMTBU set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGMTTOT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGRISKD set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MGRISKS set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MITRPT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MTGENOBJ set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_MTGENOBJH set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ORAEXT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ORGUSERS set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_PRMRULE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_PRMVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_ROLEVL set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SCHEDFORK set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SUPP_DET set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SUPP_HDR set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SUPP_TEXT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSCRACT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSCRACT set PVSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSHMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSRULE set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSSAPOBJ set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSTEM set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSTEMC set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSTEMT set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_SYSUSR set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_TEXTKEY set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_USRMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSRULEMAP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSRULEMAP set PVSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSRULEMAP set LVSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSYSGRP set VSYSKEY = 'RENAMED SYSTEM'
    update SAP<SID>DB.VIRSA_CC_XSYSGRP set XVSYSKEY = 'RENAMED SYSTEM'

  • How to change syslog connector udp port to 514?

    Hi Friends,
    Customer have many device to send logs to sentinel connector via
    syslog, But some devices only surpport send out logs via syslog udp 514
    and the port can not been changed, so I want to change syslog connector
    port to udp 514 on collector manager, But when I change the port to 514,
    syslog event source server report udp 514 port have been use error
    information, my collector manager host in SUSE Platform. Tks!
    steve_zeng
    steve_zeng's Profile: https://forums.netiq.com/member.php?userid=3875
    View this thread: https://forums.netiq.com/showthread.php?t=46721

    > Tks, I deliveried Symantec SSIM,HP ArcSight and Splunk, I know SSIM
    > syslog Collector host on Linux Platform and linux used udp 514 port to
    > recieve logs from security device, then linux used iptables port
    > forwarding function to redirect udp 514 port to normal syslog collector
    > listening port(for example: 1514) and normal syslog collector used key
    > words or signature in logs to class events to respective syslog
    > collector.
    > can sentinel syslog connector do same process? Thanks!
    If that was the case then the application was running as 'root', which is
    a huge no-no for security reasons. Generally this is a design but or at
    the very least a security oversight, ironic considering the products you
    mentioned claim to be in the security industry.
    The way to work around it, though, which has no negative impact on
    functionality, is to simply redirect the port as mentioned earlier. By
    the way, this is done automatically on Log Manager and Sentinel 7
    appliances and is also documented in the Sentinel documentation. The
    result is that you can point anything you want to UDP 514 and Sentinel
    picks them up as if it was actually listening on UDP 514, even though it
    could not ever do that because it is properly running as a non-root user.
    Good luck.

  • How to change Administrator Username (OS/Diaster/CLI) in CUCM - 9.1.2

    Dears - Can anyone help me with command to change Administrator Username (OS/Diaster/CLI) in CUCM - 9.1.2.
    I can see command to change Administrator Passoword (OS/Diaster/CLI) not the username.
    Thanks,
    Siva

    See the installation guide. Table 2 under the "Server Installation Information" section.
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/install/9_1_1/CUCM_BK_I05CD008_00_installing-cucm-91/CUCM_BK_I05CD008_00_installing-cucm-91_chapter_01.html#CUCM_RF_ID154C37_00
    Parameter
    Description
    Can Entry Be Changed After Installation?
    Administrator ID
    This field specifies the administrator account user ID that you use for secure shell access to the CLI, for logging into Cisco Unified Communications Operating System Administration and for logging into theDisaster Recovery System.
    No, you cannot change the entry after installation.
    Note   
    After installation, you can create additional administrator accounts, but you cannot change the original administrator account user ID.
    Basically, you cannot change the OS/platform administrator ID after install. You can change the password (as you have already found). 
    HTH
    -Bill (@ucguerrilla)

  • SAP Business Connector certificate problem

    We are trying trying to send data from SAP to bank via SAP business connector using bank URL. We have configured the certificates in SAP BC which are authenticated by bank on the basis of private key generated from our server. Now when we trying to post data to bank it is giving below error.
    java.lang.RuntimeException: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by TrustDecider
    Any idea? Please give me some suggestions to resole this problem.
    Thanks and Regards

    Normally I do not like to give documentation references, but in this case I think it makes sense. Certificate handling is an ugly and complicated topic, so many things can go wrong. Please check the SAP BC 4.7 Administration Guide, page 103 onwards ("Securing communications with the server"). It explains very well what needs to be done. Make sure you configured everything correctly.
    CSY

  • Change of AS2 Certificate

    Hi All,
    We have a scenario using AS2 adapter which was working fine.
    Now the AS2 Certificate has expired and our partner has given us the new certificate and asked us to upload it.
    I have changed the Certificate name in all Sender and Receiver agreements in XI ,now I receive this error:
    For AS2 receiver:
    Error type: COMPONENT_ERROR,NOT_TRANSMITTED >> Error date: 4/17/09 8:22 AM >> Description: AS2 Adapter failure java.lang.Exception: AS2 message composition failed: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: java.security.PrivilegedActionException: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: There is no certificate with such alias com.seeburger.as2.AS2Plugin.execute(AS2Plugin.java:321) [4/17/09 8:22 AM]
    For AS2 Senders:
    Error type: PANIC >> Error date: 4/17/09 6:48 AM >> Description: Initiate Error:com.seeburger.util.configuration.ConfigurationException: Failed to lookup report channel for failed inbound message. Reason : com.seeburger.xi.config.ConfigException: No matching inbound binding (report) found for FromParty: ToParty: subject:SDPACK [4/17/09 6:48 AM]
    Kindly let me know what else has to be done at our end.
    Thanks.
    Regards,
    Shweta

    Hi Ravi,
    This is really a useful information.
    We have received a certificate file from our partner as you have mentioned.
    I am in contact with BASIS colleague and trying if he could do it.
    I would update the thread once it is resolved.
    Thanks.
    Best Regards,
    Shweta

  • Change SSL self-certificate email contact and default apple ID on mac mini server

    Hello,
    I just received my mac mini server and started to set it up.
    I bought this computer with my regular apple id account that I use with my 2 MBPs.
    When installing the mac mini computer I connected my Mac Mini Server to my regular apple ID account.
    The issue is that I don't want to share my MBP account details on this Mini Server computer (software update, server notification push, SSL certificate contact e-mail...) not to mess things up between all my macs.
    My question is :
    I created a new apple ID for this computer with a different contact email etc.
    How do I change the default ID for the whole mac mini settings ?
    I already changed the user settings in the OSX user pref pane, the new mail is updated.
    I already changed the icloud apple ID with the new one it's updated.
    I already changed the alert notification push recipient e-mail in server.app it's updated.
    BUT still, if I want to change the "self-SSL certificate" for a new one with my new apple ID account, the e-mail contact is still my old one which I bought the computer with.
    How do I change that ?
    Also I want to be able to update my apps on this computer without using the apple ID account I bought the mac mini with (and my 2 MBP, iphone etc), but with the new dedicated apple ID for this McMini.
    Is there a software transfer trick to separate computers softwares from a mac to another?
    thanks for your precious help.
    Damian

    Hello,
    I just received my mac mini server and started to set it up.
    I bought this computer with my regular apple id account that I use with my 2 MBPs.
    When installing the mac mini computer I connected my Mac Mini Server to my regular apple ID account.
    The issue is that I don't want to share my MBP account details on this Mini Server computer (software update, server notification push, SSL certificate contact e-mail...) not to mess things up between all my macs.
    My question is :
    I created a new apple ID for this computer with a different contact email etc.
    How do I change the default ID for the whole mac mini settings ?
    I already changed the user settings in the OSX user pref pane, the new mail is updated.
    I already changed the icloud apple ID with the new one it's updated.
    I already changed the alert notification push recipient e-mail in server.app it's updated.
    BUT still, if I want to change the "self-SSL certificate" for a new one with my new apple ID account, the e-mail contact is still my old one which I bought the computer with.
    How do I change that ?
    Also I want to be able to update my apps on this computer without using the apple ID account I bought the mac mini with (and my 2 MBP, iphone etc), but with the new dedicated apple ID for this McMini.
    Is there a software transfer trick to separate computers softwares from a mac to another?
    thanks for your precious help.
    Damian

  • Changing administrator name and password

    I need to make several changes to my computer. However, I don't know/remember the administrator name and password to my computer and I am the administrator! It's been a long time since I set up my laptop (I bought it and set it up on 12/31/07). It's a black MacBook, OS 10.5 aka Leopard.
    What do I do?
    I ask that you be as specific as possible when suggesting a solution.

    I don't think you want to change the administrator name. It's also impossible to forget it. It's the name in Finder right under Places, assuming you are the administrator.
    What you want to do is reset the admin password which you can to by using the Leopard DVD that came with your computer.
    Boot into the DVD and hold down the "C" key with DVD inserted. After language screen, menu top left under Utilities you will find the proper item. Just follow the instructions.
    Message was edited by: nerowolfe

  • Change administrator name without starting over.

    Hope someone can tell me how to change the administrator name and or delete the one that's in there that was cemented in the system when I got the computer and replace it with my name, without re-formating the drive and starting over. It's a G4 tower with 10.4.11. I have tried everything I can think of....
    Thanks! you Mac guru guys. I know someone knows how to do this...
    Bud

    I found a way to do this but it might be scary for a newbie. Open the accounts in system preferences and create a sub account with the name you want to use as the new administrator. Next check the new user to allow to administer the account and remove the check mark in the original administrator. Now open the library folder on the hard drive and find the preferences folder. Trash the com.apple.preferences.accounts.plist and reboot. The new name you created and authorized will now be the administrator. The original administrator will be deleted.
    The kicker is you will not be able to ever change the account settings. The accounts button will disappear in the system preferences. Also you may loose contact with some software as the system partially reverts back to default. DO THIS AT YOUR OWN RISK and don't do it without backing up important files first externally and also be sure you have the install disks for your software if you need to reinstall something. It worked for me but so far I have only done it once. I did loose Safari bookmarks and some other minor things, had to re-do mail preferences but it kept Adobe stuff ect. Lost MS Office. Had to re-install that. The original items are still on the computer somewhere but.....

  • Change Administrator Short Name OSX

    I bought a used 12" PowerBook G4. I have configured everything but I cannot change the original owner's Administrator Short Name. I did change the Administrator Account Name. Is there a simple way to change the Short Name? Can I go through the setup again without changing anything but the Short Name? Or is there a secret file somewhere which I can change?

    Hi.
    There is not a simple way to rename the Home folder. In fact if you try to rename your home folder from the Finder, you'll make a mess.
    There's a cumbersome procedure to do it suggested by Apple.
    There's also a little program called ChangeShortName.
    Nevertheless, I suggest you to create a new account, and transfer all the files you want (documents, pictures, etc) to the new account. Remember anything you move to Users/Shared will be available to any user to copy/move.
    Good Luck.

  • Changing administrator user name or short name in accounts, OS upgrade

    I just inherited an older MacBook Pro. (15-inch, 2.16GHz Intel Core Duo, OSX 10.4.11).
    I was able to change most account info, however former user's short name still appears as the short name in adm account and in the home page sidebar. How can I change this? (I understand there is a third party utility -- Change Short Name -- that claims to easily do this, but I'm reluctant to use any third party app if there is a Apple-endorsed way to accomplish the task.)
    Do I need to set up a new administrator account on the computer in order to delete his info?
    Also, eventually, I need to delete a lot of programs and files from computer. Bloated. My first thought is to simply do a clean reinstall since there's really nothing on the computer that I need. (However the original install discs were lost in a move, and I'll need to contact Apple for replacement.) I've read post advising against this approach because of the number of updates needed and due to uncited problems. Has anyone experienced any problems with this approach on this model -- before I purchase old install discs.
    Is better option to purchase Snow Leopard. I have it installed on Mac Pro at work. I like it and have not experienced any problems. Anyone experience problems with SL on this model of MBP.
    Thanks in advance for the help.

    [Adding a new user account to your computer|http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh168.html] You just need to make sure that the new account is set to be an administrator account. Then you log into the new account and remove the old account from there. There shouldn't be any implications to doing this but it is always a good idea to make sure you have a fully bootable (cloned) backup before doing modifications.
    As mentioned before, ideally you should just wipe wipe the drive and start afresh. This ensures any corrupt files, or hidden files, are removed. However, you will need the installer disc to do this. Since you no longer have the Tiger one it might be worth just going for Snow Leopard. However, one advantage to getting replacement original discs from Apple is they contain special software for diagnosing problems on your specific model computer that isn't in a retail set of discs.
    Cloning And Backup Tools
    A bootable clone is an exact copy of your drive which is capable of booting your computer. Making a copy of your computer which is capable of actually starting the computer requires special copying procedures. Some people just back up data files but if you have problems you have to reinstall all your operating system and all your applications. With a bootable clone you just start up from the backup drive and clone back everything.
    To copy files from one hard drive to another hard drive you can use:
    [CarbonCopy Cloner|http://www.bombich.com/software/ccc.html] (donationware)
    [SuperDuper|http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html] (shareware)
    [IBackup|http://www.grapefruit.ch/iBackup/index.html] (free)
    The Restore function of Disk Utility included in OS X. [Kappy's directions|http://discussions.apple.com/message.jspa?messageID=8799711#8799711]
    [Tri-Backup (commercial)|http://www.tri-edre.com/english/tribackup.html] (payware)
    [Silverkeeper|http://www.lacie.com/silverkeeper> (free) - version 2 has some issues (references: [1|http://www.macintouch.com/readerreports/backup/index.html#d12jan2009],
    [2|http://www.macintouch.com/readerreports/backup/index.html#d13jan2009]) and it is recommended Tiger users stick with 1.1.4.
    [Kappy's Backup Software Recommendations|http://discussions.apple.com/message.jspa?messageID=9065665#906 5665]
    [Overview of Mac OS X Backup Programs|http://8help.osu.edu/1247.html]

  • Changing Administrator Login on Provisioned SQL Azure Server

    We would like to change the Administrator Login on a server that was already provisioned.  I do not see a way to do this.  I see how to add additional Administrators but not change the primary one.  Any ideas?

    At this point in time, there is no such link in the top right of the new portal.
    Thanks.
    Click on the server name from the screen you have shown above, then click on the Dashboard section.  From there you should see a link on the right for "Reset Administrator Password"

Maybe you are looking for

  • Failed to register a web service portlet provider

    Hi, I'm trying to register a portlet provider in Portal 11g. however, the following error was returned. Is there anyone can help? Thanks. WSDL URL: http://host:port/webapp6/portlets/wsrp2?WSDL Error === Internal error (WWC-00006) Unexpected error - U

  • Can PXI card be transparently substituted for PCI card in VME control?

    Background: We are purchasing a displacement-measuring-interferometer system from Zygo that ships with your NI VME-PCI8012 (777244-03) PCI to VME bridge. The Zygo system includes drivers for the bridge and a Windows application that runs on the host

  • Why doesn't Lightroom 4 create xmp files for mov files?

    This would be useful for moving files to other applications and databases. As far as I can tell Adobe doesn't share any metadata for .mov files between any of it's CS6 programs either, Bridge, Prelude, Premiere, etc. As a still photographer who is no

  • [Solved] eclipse crashes when click help- welcome

    And also crashes when clicking color-theme plugin setting.Error message: JVM terminated. Exit code=127 /opt/java/bin/java -Xms40m -Xmx512m -XX:MaxPermSize=256m -jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os

  • How to view the privilages inside the role

    Hi, How can i view the definition of a role on sqlplus screen Thanks Bcj