Search Results

Search: Posts Made By: rsivasan
Forum: AIX 03-20-2013
7,619
Posted By rsivasan
yes...I received the below information.... ...
yes...I received the below information....

8XXXXXXX8X@mobile.att.net... Connecting to XXXXX.net. via relay...
220 XXXXX.net ESMTP Sendmail Switch-3.4.4/Switch-3.4.4; Wed, 20 Mar 2013 06:05:31...
Forum: AIX 03-20-2013
7,619
Posted By rsivasan
Send message from AIX UNIX server
Hi,

I want to send SMS from my AIX unix server. Could you please help me?

US Service provider: AT & T

I tried the below command but message not received.

echo "test msg" |...
10,168
Posted By rsivasan
Thanks Zaxxon...I know how to send mail with...
Thanks Zaxxon...I know how to send mail with "Mail and Mailx" command...i just want use sendmail command...
in my previous scrap i clearly mentioned, multiple file attachement not working.
10,168
Posted By rsivasan
send mail from AIX unix with multiple attachment
Hi,

I have the below code for sending email from AIX unix.
I need the body of the mail should content of errornotify.txt file. i tested with cat errornotify.txt, it is not working...Also i need...
1,015
Posted By rsivasan
Thanks this is working
Thanks this is working
1,015
Posted By rsivasan
the above awk code working this this... ...
the above awk code working this this...

vst_warner_20101230_04:29:21.csv,
Active,
vst_qp_sony_20101230_04:56:25.csv,
Active,
vst_qp_mthly_stmg_20101230_05:49:15.txt,
Active,...
1,015
Posted By rsivasan
Need to Split the file
hi,

i have the below file

file1.txt

vst_qp_vds_Fido_VT0220101029.txt
Active

vst_fact_cms_purchase_trans_20101015.dat
Active

vst_soc_activity_detail2_VT0120101028.dat
Active
...
6,131
Posted By rsivasan
Thanks.... but i am getting error. I have...
Thanks....
but i am getting error.
I have used this...it is working fine.
ls /app/callidus/rci_vst_p1/vst_fact_sms_cdr* | xargs -n1 basename


Please use code tags...
6,131
Posted By rsivasan
No need path in output of LS command
hi,

while i am placing the command.
ls /app/callidus/rci_vst_p1/vst_fact_sms_cdr*

I am getting the below ouput..
Output
/app/callidus/rci_vst_p1/Inbound/vst_fact_sms_cdr_20101124.dat...
1,832
Posted By rsivasan
Thanks it is working fine...
Thanks it is working fine...
1,832
Posted By rsivasan
Need Multiple Return Values
Hi,

I need to retrun multiple values

function errorFileCreation
{
echo "Before"
return -1 "Siva";
echo "Aftyer"
}
echo ${?} - This can be used to getting first value.
how can i...
2,213
Posted By rsivasan
thanks ... i am not asking about hide a file..i...
thanks ... i am not asking about hide a file..i want secure my credential file
14,154
Posted By rsivasan
echo "siva"|tr 'a-z' 'A-Z'
echo "siva"|tr 'a-z' 'A-Z'
2,213
Posted By rsivasan
Hide DB Credentials in unix
Hi,

I my unix we have one file that contains all the database credentials.
we are calling that file while connecting databse.

I need to hide that file....other user should not view that...
5,400
Posted By rsivasan
Hi thanks but my main question is. my...
Hi thanks

but my main question is.

my export varible has password and username
like

export PMUSERNAME=Administrator
export PMPASSWORD=Administrator
export DOMAIN_NAME=Domain_rcirs111
...
5,400
Posted By rsivasan
for example vi sorce.conf vi config vi...
for example

vi sorce.conf
vi config
vi config_file
vi config_files

can you please confirm me whch one is right one.
5,400
Posted By rsivasan
how to create config_file. vi mode is...
how to create config_file.

vi mode is acceptable for crating config file.

like....vi config_file
5,400
Posted By rsivasan
Set Environment variable from another file
Hi,

i have the following env variable. currently i am exporting variable in the same script file. but i need this is in a text file and the scripts need to export this variable from the text...
28,115
Posted By rsivasan
how can i convert CSV to spreedsheet(XLS) with...
how can i convert CSV to spreedsheet(XLS) with formating.
28,115
Posted By rsivasan
Add color in CSV cells
hi,

i have text file that file contains below information.

Name,Roll,Mark,Total
Sivasankar,2120,89,410
Raja,2212,87,425

i need to convert text file to CSV file also the...
Forum: HP-UX 07-06-2010
6,850
Posted By rsivasan
i am using HP 11.11 version
i am using HP 11.11 version
Forum: HP-UX 07-06-2010
6,850
Posted By rsivasan
How to increase JVM memory in HP UX
Hi,
Im using HP UX and tried to increase the JVM memory from 1GB to 2GB for the weblogic domain. but it did not work and started throwing errors. I would like to know if there is any OS level...
62,985
Posted By rsivasan
Hi, I want a user to be created with read...
Hi,

I want a user to be created with read only access for all the directories
3,666
Posted By rsivasan
sed '/workgroup=/ c\workgroup=Workgroup' *...
sed '/workgroup=/ c\workgroup=Workgroup' * /usr/local/netx.conf/ > /usr/local/netx.conf
62,985
Posted By rsivasan
To create user name with read only access
hi,

how to create user name with read only access.

i think first need to create group with read only access after that i need to create the user and assign it to that group. If it is correct,...
Showing results 1 to 25 of 44

 
All times are GMT -4. The time now is 10:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy