Search Results

Search: Posts Made By: amitbisht9
10,689
Posted By amitbisht9
you have used OR '||' operator instead of AND...
you have used OR '||' operator instead of AND '&&'..so when it is checking the first condition that $LAST_TRANSACTION is not eqal to 1, it gets true and condition inside IF loop gets executed. :):)
Forum: Solaris 06-14-2011
1,418
Posted By amitbisht9
VCS Clusters
:)Hi,
can someone please explain VCS clustering and where do we need VCS clusters ..?
:o:)Thanks in advance :o:)
37,724
Posted By amitbisht9
Thanks.. I tried the above code but it is...
Thanks..

I tried the above code but it is not working..and printing the from:,to:,MIME type (in echo command) as it is in the output.:(
37,724
Posted By amitbisht9
thanks a lot Kamraj...it solved my problem.. ...
thanks a lot Kamraj...it solved my problem..
one more question - the mail is send as host name as the sender..I want my email address in sender list..is there any option for that in sendmail..
37,724
Posted By amitbisht9
Emailing html file as body not attachment
Hi All,

I want to send the html file as message body not as an attachment. below is my code.it is printing the html code as it is in the email.
your help is needed urgently.
...
7,172
Posted By amitbisht9
hi kumar, where should i add this header...
hi kumar,

where should i add this header file..when I am adding it in html, it is just printing as it is along woth other html tags..I tried below but still not working


##############print...
7,172
Posted By amitbisht9
thanks Kumar, but i am getting html tags in the...
thanks Kumar,
but i am getting html tags in the email not in formatting.this is what I got in the mail.
I tried to define the text type also but it didn't worked. I googled a lot but didn't find...
7,172
Posted By amitbisht9
my output in email is : server=server1 and...
my output in email is :
server=server1 and usage=10%
server=server2 and usage=20%
server=server3 and usage=30%
server=server4 and usage=40%

I want this output in tabular form in the mail like:...
1,337
Posted By amitbisht9
$# - total number of argument passed
$# - total number of argument passed
7,172
Posted By amitbisht9
thanks Kumar,I am looking for the output in...
thanks Kumar,I am looking for the output in tabular form.
7,172
Posted By amitbisht9
vtierfile=/home/m69642/vtierlist.txt i=0 j=0 ...
vtierfile=/home/m69642/vtierlist.txt
i=0
j=0
#################array of servers/usage######################
for server in `cat $vtierfile`;
do
vtier[$i]=$server
usage[$i]=`sshcmd -u...
Forum: AIX 05-31-2011
23,144
Posted By amitbisht9
Hi you can use "top" command..the display...
Hi

you can use "top" command..the display is updated every 5 seconds..It displays uptimes, processes, CPU states,memory, swap, pid,ppid,uid etc..
7,172
Posted By amitbisht9
thnks a lot Kumar.... I got my desired result.....
thnks a lot Kumar....
I got my desired result..
can you also please guide me how to send the result which is stored in an array to email in html foemat...I know the email part..but not quite...
7,172
Posted By amitbisht9
@Kumar : below is the code of my script- ...
@Kumar : below is the code of my script-

vtierfile=/home/m69642/vtierlist.txt
i=0
#################array of servers/usage######################
for server in `cat $vtierfile`;
do
...
7,172
Posted By amitbisht9
Shell script to find filesystem capacity on 50 servers
Hi all,
I am new to Unix and I want to write a shell script in a jumpbox for finding the filesystem capacity on 50 unix servers ( by ssh ) and then email the result in HTML format with server name...
Showing results 1 to 15 of 15

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