Search Results

Search: Posts Made By: manalisharmabe
Forum: Linux 06-13-2014
5,716
Posted By manalisharmabe
But how to know whether it is 64 bit or 32 bit i...
But how to know whether it is 64 bit or 32 bit i need packge for both 32 and 64 bit
i downloded this from above link

4475692 Jun 5 13:24:28 2014 openssl-1.0.1h.tar.gz...
Forum: Linux 06-12-2014
5,716
Posted By manalisharmabe
How to install *.pkg.tar.tar on Linux?
Hi Guys,
I need some suggestion as how to install

openssl-1.0.1.g-1-i686.pkg.tar.tar
openssl-1.0.1.g-1-x86_64.pkg.tar.tar

on Linux system?
is for 32bit system and other is for 64 bit system...
1,227
Posted By manalisharmabe
Ok, So let me just confirm, all it does is copy...
Ok, So let me just confirm, all it does is copy contents of /usr/openv to /OpenvBCK right?

Because this is what I really want to happen through this script.

Thanks a lot!
1,227
Posted By manalisharmabe
hey rsync looks like system command not script...
hey rsync looks like system command not script which are created by user.

Please avoid using too much of code tag it is difficult to understand your words. :-)

Thanks
1,227
Posted By manalisharmabe
Need help to understand this small script
Hi Guys,

I need to understand below scipt:-

-bash-3.00$ cat rsync-copy.ksh
#!/usr/5bin/ksh
batch <<%EOF%
echo "/usr/local/bin/rsync --rsync-path=/usr/local/bin/rsync -a --stats...
3,311
Posted By manalisharmabe
I am waiting for your valuable reply.
I am waiting for your valuable reply.
3,311
Posted By manalisharmabe
-bash-3.2$ cat server1_weekly_3rd #!/bin/bash ...
-bash-3.2$ cat server1_weekly_3rd
#!/bin/bash
# Script to check if Server1 backups still running.
if [ `ps -ef | grep bpbkar | nawk '{print gsub(/server1-backup/," ",$0)}'` -eq 1 ]
then
echo...
3,311
Posted By manalisharmabe
5 minutes please, I am checking it now. ...
5 minutes please, I am checking it now.

---------- Post updated at 05:06 PM ---------- Previous update was at 04:58 PM ----------

./server1_weekly_3rd: line 3: [: too many arguments

Got...
3,311
Posted By manalisharmabe
I ALSO used this script I got below Error:- ...
I ALSO used this script I got below Error:-

-bash-3.2$ cat server1-weekly_2nd
#!/bin/bash
# Script to check if SERVER1 Weekly Backups still running at 5 A.M. CET.
if ps -ef | grep...
3,311
Posted By manalisharmabe
Let me try! :-) The flags you gave are used...
Let me try! :-)

The flags you gave are used only when sending mail.
Usage: mailx -eiIUdFntBNHvV~ -T FILE -u USER -h hops -r address
-s SUBJECT -f FILE users


I got above...
3,311
Posted By manalisharmabe
Thanks a lot. But I have some queries cat...
Thanks a lot.

But I have some queries
cat check_backup
#!/bin/bash
# Script to check if Server1 backups still running.
if [ `ps -ef | grep bpbkar | nawk '{print gsub(/server1-backup/,"...
3,311
Posted By manalisharmabe
Wow! Good explination , I am not good at scrpting...
Wow! Good explination , I am not good at scrpting but I save all the scripts whcih i get along with it explinations, that how I learn scripting. :-)
3,311
Posted By manalisharmabe
Wow! Good info . Let me check. Thanks a lot. ...
Wow! Good info . Let me check.
Thanks a lot.

I guess this how my script should look like

cat check_backup

#!/bin/bash
# Script to check if Server1 backups still running.

if [ `ps -ef |...
3,311
Posted By manalisharmabe
let me check
let me check
3,311
Posted By manalisharmabe
How to write this script:- check output word and send a mail?
Hi Guys,

I am not Good at scripting.

I need to write a script such that if output of command shows the particular word in output then send mail to abc@compay.com

-bash-3.2$ ps -ef | grep...
Forum: Solaris 04-11-2014
3,250
Posted By manalisharmabe
HOW To configure the ZEBRA printer on Solaris?
Hi Guys,

How to configure the ZEBRA printer on Solaris .

only below information is provided.

like how it should appear in printers.conf

and IP to add in hosts file.

In printers.conf:
...
Forum: Solaris 01-29-2014
11,370
Posted By manalisharmabe
Which options?
Which options?
Forum: Solaris 01-29-2014
11,370
Posted By manalisharmabe
Hi, I see make at below location at my...
Hi,

I see make at below location at my system:-

/usr/ccs/bin/make
/usr/share/lib/make
/usr/xpg4/bin/make


which make can I use?

this is what I have starting with ma in system:-
...
Forum: Solaris 01-29-2014
11,370
Posted By manalisharmabe
Redme file has nothing:- -bash-3.2$ cat README ...
Redme file has nothing:-
-bash-3.2$ cat README
This is the GNU implementation of sed, the Unix stream editor.
See the NEWS file for a brief summary and the ChangeLog for
more detailed...
Forum: Solaris 01-28-2014
11,370
Posted By manalisharmabe
Hi all, Thanks for reply. I have...
Hi all,

Thanks for reply.

I have downloaded GNU version of sed-4.2.2.tar.gz (ftp://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz) from this site.

ftp://ftp.gnu.org/gnu/sed

BUt I need to know...
Forum: Solaris 01-28-2014
11,370
Posted By manalisharmabe
How to link sed from /usr/bin/sed to /usr/local/bin/sed?
Hi Guys,
OS:- Solaris 10 64Bit
I have a small query.
On one server a user is facing sed command issue.
He gets error regarding sed for this location
/users/hoy/2999/batch5/bin/internal.sh[69]:...
Forum: Solaris 12-31-2013
3,320
Posted By manalisharmabe
Hi Guys, I need to know where exactly I need to...
Hi Guys,
I need to know where exactly I need to implement this certificate, i really have NO idea about it.
However when I changed this entries in file /etc/opt/SUNWexplo/default/explorer
from
#...
Forum: Solaris 12-27-2013
3,320
Posted By manalisharmabe
Need suggestion:- Failed HTTPS transfer to https://supportfiles.sun.com/curl
Hi Guys,

I have recently started reciving below Error message

Failed HTTPS transfer to https://supportfiles.sun.com/curl

whenever I run

/usr/local/bin/sudo /opt/SUNWexplo/bin/explorer...
2,195
Posted By manalisharmabe
Thanks a LOT Pravin27 and RudiC.
Thanks a LOT Pravin27 and RudiC.
Forum: Solaris 12-13-2013
1,759
Posted By manalisharmabe
How to find User disconnection root cause at particular time.?
Hi Guys,

I need to find out User disconnection cause at particualr time 08:50:49 CET . from various site(Location) on one Server.

My Server is :- Solaris 10 64BIt Sparc.

below is only log...
Showing results 1 to 25 of 155

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