Tuesday, November 15, 2022

Delete the PUM Bug from target database

 

Sample command : 

 

 delete from PS_PTIASPLOGTGT where PTIASPRPTNO='26642047' and DBNAME='FSDMO';

Command to test sample email & printer settings OS Level

 

 

Command to check email command :

 

sudo chattr -i /etc/hosts

 

TEST Email from servers :

 

echo "This is test"| mailx -S smtp=smtpgw1.xxx.com -v -s "TEST" abcd@rtgc.com

 

=====================================================================================

 

 

 

To Check the printer configured on server :

 

[psoft@vxxxxxx1 pscfg]$ lpstat -p

 

printer datadistck1 is idle.  enabled since Wed 20 Nov 2019 04:13:26 PM PST

 

working printers in HRTST, datadistck1 & movemain1

How to increase the mail attachment size at OS level

 

Increase the  message_size_limit at OS level.

 

 

root@vxxxxx postfix]# postconf | grep message_size_limit

 

message_size_limit = 20480000

 

[root@vxxxx postfix]# postconf -e message_size_limit=52428800

[root@vxxxx postfix]# postconf | grep message_size_limit

message_size_limit = 5242880

Thursday, July 7, 2022

Commands to test load balance connectivity

 Commands  to test load balance connectivity :

openssl s_client -connect finesupgd.abc.com:443 -tls1_2

Test-NetConnection finp.abc.com -Port 443

Invoke-WebRequest https://fin.abc.com/