Category: Red Hat Enterprise Linux 6

Recovering Files from EBS Backup’s Recover Command on Linux Server

Linux Step-by-step guide Log in to an SSH session Change to the directory that needs to have a file or folder restored cd /etc execute recover recover versions versions Change the restore time to an earlier date closer to the backup...

Create Oracle DB user for Qualys Scanner

[ad#ad-post] Create User: CREATE PROFILE "QUALYS_PROFILE" LIMIT FAILED_LOGIN_ATTEMPTS 3 PASSWORD_GRACE_TIME 10 PASSWORD_REUSE_TIME UNLIMITED PASSWORD_LIFE_TIME UNLIMITED PASSWORD_REUSE_MAX 1; CREATE USER "QUALYS_SCAN" PROFILE "QUALYS_PROFILE" IDENTIFIED BY "<QUALYS_PASSWORD>" DEFAULT TABLESPACE "USERS" ACCOUNT UNLOCK; CREATE ROLE "QUALYS_ROLE"; GRANT "QUALYS_ROLE" TO "QUALYS_SCAN"; CREATE OR REPLACE VIEW...

EPM installTool and configTool – Record Response File for Silent Installation

I use the following to record an installation response file details to use as a future silent install and config task. This will create a unique file name each time, to avoid overwriting the previous: ./installTool.sh -record EPM_11_1_2_4_Install_$(hostname -s)_$(echo $RANDOM)_RunAs_$(whoami).rsp The...

APS 11.1.2.x Out of Memory Errors

APS occasionally crashes in our Production environment. Our AnalyticProviderServices0.log reveals many “out of memory” errors within all of the java mess in that log file: AnalyticProviderServices0.log: ####<Sep 3, 2014 10:03:12 AM EDT> <Error> <Kernel> <EPMPRWSA> <AnalyticProviderServices0> <[STANDBY] ExecuteThread: '37' for queue:...
(adsbygoogle = window.adsbygoogle || []).push({});