Comenzi LINUX

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

sudo chmod 777

pentru PATH https://www.youtube.com/watch?v=OckYv5Mue40


cd ~
vi .bash_profile

export DISPLAY=TMSDL-PC0LKR6R:10.0
unzip filename.zip -d /path/to/directory

export JAVA_HOME=/PRMDATA/java/jdk1.8.0_202/bin

Set PATH as follows:


export PATH=$PATH:$JAVA_HOME

export ORACLE_HOME=/app/oracle/product/12.2.0/dbhome_1
export PATH=$PATH:$ORACLE_HOME

shutdown abort

start

export ORACLE_SID=UPF41

$ORACLE_HOME/bin/sqlplus sys/Psihologie1 as sysdba

ps -ef | grep "Jboss"


grep -nr 'yourString*' .
grep -nr ' EMF-ResourceServer-WebApp'

fuser 9023/tcp
9002

pentru FUSER
sudo yum install psmisc

https://aciww.sharepoint.com/sites/PIECEOTimisoara/SitePages/UPF--How-to--
docs.aspx?web=1
./switchctl stop --force-switch=shutdown

If you cannot connect your PC browser to Control Center, please try this commands
using root user:

firewall-cmd --zone=public --add-port=8012/tcp --permanent


firewall-cmd �reload

LOAD CARTUSE
Navigate to the Switch/bin folder

Load command:

./cartridgemgmt loadusercartridge
--filename=/home/uppadmin/PaymentInformationModel-2.2.0.jar

Activate command
./cartridgemgmt activateusercartridge --name="PaymentInformationModel"
--version=2.2.0.000

update ent_user_extended_info set user_status = 'ACTIVE' where rid in


('rootsuper1','rootsuper2','0ce3d5c3-268a-4555-bbe5-c54168b428eb','15df12c3-bbfc-
44cd-8d1d-88940f8cbcb1');

update ent_user_extended_info set last_pwd_changed_date = '<TODAYS_DATE>',


last_logged_in_date = '<TODAYS_DATE>',

last_logged_out_date = '<TODAYS_DATE>', created_dt = '<TODAYS_DATE>';

update ent_password set updated_dt = '<TODAYS_DATE>';

update ent_user set updated_dt = '<TODAYS_DATE>';

> set diag sw.ep* 10

> set diag mcas.script* 10

Then attach a zip file the log/sdiag/diag/safeg files.

These diags are very verbose so reset them after you've reproduced the issue:

> set diag sw.ep* reset

> set diag mcas.script* reset

----------------------------------------
SSL
-----------------------------------------
openssl s_client -connect 192.168.56.1:36000 -tls1_2

PT SSL IN AG
-Djavax.net.debug=ssl

ps aux | grep nume_proces

select t.DD_APDATE, t.MD_CUST_TRAN_AMT1, t.MD_CUST_TRAN_AMT4, t.SD_ORIG_CRNCY_CDE,


t.SD_RETL_ID, t.* from SHORTWINDOW t order by t.DD_APDATE desc

------------------pentru eroarea de pe serverul cu azure---------------------------


update ACTION_LEVEL set SOFT_DELETE_IND = 0;
commit;
-------------pentru contorul de la websphere------------------------
update extrcnct
set timeoutnum = 0 where PRCSID = 'AGRT01';
commit;

You might also like