Search Results

Search: Posts Made By: Mani_apr08
Forum: Red Hat 05-17-2013
5,023
Posted By Mani_apr08
Issue in tmadmin command in Linux
Hi ,

I am trying to execute the below command, i got error msg..

Please advice me how to solve this

[Command-Line-Promote>tmadmin
tmadmin - Copyright (c) 1996-2010 Oracle.
Portions *...
1,957
Posted By Mani_apr08
Thanks one again Akshay..... But i feel that will...
Thanks one again Akshay..... But i feel that will be little bit difficult to understand for me....

Any way i have noted that, if we can do the same in any different way( I meant any other comman)...
1,957
Posted By Mani_apr08
Thanks Akshay...
Thanks Akshay (https://www.unix.com/members/302132521.html).... one more small change...

O/p should be:

start=2013-05-02 14:18:30
end=2013-05-02 16:25:12

please help on this... sorry for...
1,957
Posted By Mani_apr08
Shell Script:split the values
Hi,

I have file like below as file.txt

Linux sptpp1a 2.6.18 348.1.1.el5 xxxxx 05/02/2013

%usr %sys %wio %idle
14:18:30 0 1 0 99...
1,336
Posted By Mani_apr08
thanks balajesuri... its working...
thanks balajesuri...

its working fine....very nice

thanks once again

THanks,
Mani
1,336
Posted By Mani_apr08
PERL: split 2 part from singel file.
Hi,
I would like to split single fine into two array ..

Example: file.txt
--------------Installation --------------------
#GXTOOL=GxTools-20130501.tar.gz
GCSS=GExpLinux-BE-3700.0.12.37.tar.gz...
Forum: Red Hat 05-07-2013
1,768
Posted By Mani_apr08
Thanks Scott..... Yes. i have some idea abot...
Thanks Scott..... Yes. i have some idea abot Linux sys admin.. But i would like to know more.. any guideline ( doc,pdf,etc) is appreciable.
Forum: Red Hat 05-07-2013
1,768
Posted By Mani_apr08
I want to become a Linux admin..
Hi ,

I have skill set in unix/shell scripting. But I would like to become a linux admin..So could you please help on this..
1) what are the things need to be learn,
2) any reference should be...
Forum: Red Hat 05-06-2013
1,491
Posted By Mani_apr08
Yes hiten.. I am looking for guides... I...
Yes hiten.. I am looking for guides...
I mistakenly typied that DO NOT SAT THAT " SEARCH in GOOGLE"..


THanks,
Mani
Forum: Red Hat 05-03-2013
1,491
Posted By Mani_apr08
System Admin related document with example
Hi,

I am looking for perfect document.which is covered all the admin role with examples.....
--> Please say that "search in google"......
Can you please help on this....

Thanks & Regards,...
1,150
Posted By Mani_apr08
Perl pattern use
Hi ,

I have a file. I would like to split each line into 3 value.

Ex:
i/p line:
09.11.12 04:40: 561 users on GCSS_gcsspr3a.

Expect output:
$a=09.11.12 04:40
$b=561
$c=GCSS_gcsspr3a....
29,902
Posted By Mani_apr08
Ok. But before .profile execution. I need to...
Ok. But before .profile execution. I need to perform one function. In this case, it is not working fine.
Any permanent solution for this.

Note: Some time, user can run script by ./script

Or...
29,902
Posted By Mani_apr08
Hi Again, This is a my code : #!/bin/bash ...
Hi Again,

This is a my code :
#!/bin/bash

umask
echo " Before profile execute"
. $HOME/.profile
echo " After profile execute"
umask

Note: umask 0022 value is present in . $HOME/.profile...
29,902
Posted By Mani_apr08
How to change umask in shell scripting?
Hi,

I have manually changed umak value by umask 0033 , After that i would like to change umask value into 0022 through shell scripting..

But it is changing while running the script. Once come...
Forum: Linux 07-02-2012
3,663
Posted By Mani_apr08
How to execute nohup cmd
Hi,

nohup sar -u 10 $COUNT | awk 'NR>2 {$2=$4=$7="";}1' | tr -s ' ' '\t' 2>/dev/null >sar.out &
i have execute above line from shell script .. but sar.out is created with ZERO bite size..
...
Forum: Linux 07-02-2012
1,677
Posted By Mani_apr08
clarification for cmd excution
Hi

Code:
nohup sar -u 10 $COUNT | awk 'NR>2 {$2=$4=$7="";}1' | tr -s ' ' '\t' 2>/dev/null >sar.out &
i have execute above line from shell script .. but sar.out is created with ZERO bite...
Forum: Linux 06-29-2012
3,166
Posted By Mani_apr08
Thank you Kamaraj... below metioned cmds also...
Thank you Kamaraj... below metioned cmds also worked ...

sar | awk 'NR>2 {$2=$3=$5=$8="";}1' | tr -s ' ' '\t'

thanks once again

---------- Post updated at 07:10 AM ---------- Previous...
Forum: Linux 06-29-2012
3,166
Posted By Mani_apr08
Hi jayan and kamaraj.. Thank you for your's...
Hi jayan and kamaraj..

Thank you for your's quick response.. But i would like proper alignment as well. Because i am going to store those entry into one file. then will read from that file in php...
Forum: Linux 06-29-2012
3,166
Posted By Mani_apr08
Need unix/linux command
Hi,

When i ran the command as sar in linux box. i got a output like as below

[spt@scrbgcddkcph431 tools]$ sar
Linux 2.6.18-274.3.1.el5 (scrbgcddkcph431) 06/29/2012

12:00:01 AM ...
7,497
Posted By Mani_apr08
How to use stty?
Hi ,

I have shell scripting in linux box. This script is mentioned that should be run under the one particular user. If you run that mentioned user location then it is working fine....

Suppose...
12,644
Posted By Mani_apr08
you can try to use this cmd : du -sk * | sort -nr
you can try to use this cmd : du -sk * | sort -nr
6,867
Posted By Mani_apr08
I am not understand what you are trying to say......
I am not understand what you are trying to say... And also i feel that is it possible reset password through shell script...
6,867
Posted By Mani_apr08
./pwd.sh: line 3: mapfile: command not found ...
./pwd.sh: line 3: mapfile: command not found
./pwd.sh: line 4: mapfile: command not found
./pwd.sh: line 5: mapfile: command not found

I got above error msg during the script run. Any tips ?
Forum: Linux 04-25-2012
3,021
Posted By Mani_apr08
library missing
Hi,

I am trying migrate webmin application from solaris to linux. But that is not working in Linux. because the library librpcsoc.so has missed in Linux box..

Could you please advice me that...
6,867
Posted By Mani_apr08
I would like to go remote server through ssh.
I would like to go remote server through ssh.
Showing results 1 to 25 of 110

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