DevTech101

DevTech101

Month: March 2014

Oracle IDM Required Schema (users) Creation

Oracle IAM and IDM Required Schema Creation In order to use Oracle Data Base as a backing store for an IDM/IAM repository you will have to run the RCU utility outlined below. Note: Make sure to increase PROCESSES and OPEN_CURSORS before running RCU ALTER SYSTEM SET PROCESSES=500 SCOPE=SPFILE; ALTER SYSTEM SET OPEN_CURSORS=1000 SCOPE=SPFILE; Restart the …

Oracle IDM Required Schema (users) Creation Read More »

How to change an IP/subnet on Oracle RAC to use SDP instead of TCP

To configure SDP, Run the below commands If your Oracle Database runs on an Infiniband network, you can greatly benefit by switching from TCP to SDP for DB to app communications srvctl config scan_listener srvctl modify scan_listener   -p TCP:1521,/SDP:1521 lsnrctl status srvctl modify listener -l LISTENER  -p SDP:1521 Change the Oracle clusterware address crsctl stop …

How to change an IP/subnet on Oracle RAC to use SDP instead of TCP Read More »

Modifying perl config by hand – just modify Config.pm

The post below will show you how to generate the Config.pm Then if you still need configuration changes (for example proxy) just modify the file by hand. To initially configure perl cpan. Make note of the config file & directory, for example below its /user/.cpan/CPAN/MyConfig.pm perl -MCPAN -e shell [..] snip Would you like to …

Modifying perl config by hand – just modify Config.pm Read More »

Obtaining a servers serial number using the ilom or ipmi

To obtain the ILOM serial number Type the following command: show /SYS product_serial_number The following is an example of the results of this command /SYS Properties: product_serial_number = 0723BBC006 This serial number should always match the serial number returned by service tags on the host; it should also match the serial number on the label …

Obtaining a servers serial number using the ilom or ipmi Read More »

How To Clear An iLom Fault On A SUN / Oracle Hardware

Clearing a Hardware Fault On A SUN / Oracle Hardware First, launch the Fault Management shell from the SP or CMM CLI. Type one of the following: start /SP/faultmgmt/shell start /CMM/faultmgmt/shell Sub-command Syntax Examples fmadm repaired /SYS/MB/FM0 fmadm repaired /SYS/PS1 fmadm replaced /SYS/MB/FM0 fmadm replaced /SYS/PS1 # OR somthing like the below fmadm repaired /SYS/RCSA/PCIE2/CAR …

How To Clear An iLom Fault On A SUN / Oracle Hardware Read More »