Search Results

Search: Posts Made By: NIMISH AGARWAL
4,816
Posted By NIMISH AGARWAL
Error Codes for VCS
Do we have common VCS error codes for all platforms.
eg. 10195 Agent(s) for group %s failed on system %s
for all Linux,Solaris and windows ?
Forum: Red Hat 05-24-2011
4,897
Posted By NIMISH AGARWAL
Yup, used that only from preparing USB from ISO. ...
Yup, used that only from preparing USB from ISO.
In the installation KS>cfg was not found.
Since decive path was not identified by mini OS.

Please suggest
Forum: Red Hat 05-23-2011
4,897
Posted By NIMISH AGARWAL
Installing LINUX KS from USB
:confused:Hello All,

We are trying to install RHEL6 via USB using KICKSTART installation.

We had following configuration:

Below is the entry of isolinux.cfg file :

menu label ^Kickstart...
1,955
Posted By NIMISH AGARWAL
suid with execute set for passwd
Hello All,

We could see that suid with execute is set for passwd:

-rwsr-xr-x 1 root root 22960 Jul 17 2006 /usr/bin/passwd

that means if any user execute command passwd that will be...
14,576
Posted By NIMISH AGARWAL
we have rsync and rcp commands for the remote...
we have rsync and rcp commands for the remote file assessing.
u can try with that
6,877
Posted By NIMISH AGARWAL
Thank you very much for bright suggestions :-)
Thank you very much for bright suggestions :-)
6,877
Posted By NIMISH AGARWAL
here is the function
ub Timestamp
{
my ($time) = (@_);
my ($sec, $min, $hour, $mday, $month, $year, $wday, $yday, $isdst) = localtime($time);
if(length($hour) == 1) {
$hour = "0" . $hour;
}
if(length($min)...
6,877
Posted By NIMISH AGARWAL
PERL localtime Warning
Hello All,

I am facing a warning "Argument "" isn't numeric in localtime at"
what i m using is below
my $timestamp = Timestamp(time);

go_log("###############$timestamp###############");
...
3,188
Posted By NIMISH AGARWAL
Completion time of a cron job ?
how can we identify the task completion time which was initiated by CRON.

we have 1000 of jobs whihc are runing from cron so it is not feasable to edit every cron entry or every script to add the...
4,597
Posted By NIMISH AGARWAL
Below is the users Home directory view in home...
Below is the users Home directory view in home directory:

drwxrwxrwx 3 user tddev 4096 Nov 12 08:14 user

.bash profile view:

$ ls -ltr .bash_profile
-rwxr-xr-x 1 user tddev ...
1,624
Posted By NIMISH AGARWAL
Net::SMTP via PERL is not working in few cases
We are getting some special scenarios where Net::SMTP is not working for some mails.

we are sending a similar kind of data via mails but some of the mails are not received.

After checking the...
4,597
Posted By NIMISH AGARWAL
We had below code in our .bash_profile : ...
We had below code in our .bash_profile
:

in the starting of teh script we are just calling teh .bashrc script in the same directory

if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

then...
4,597
Posted By NIMISH AGARWAL
Many thank for your reply. we had tried with...
Many thank for your reply.

we had tried with that too.

while executing . /home/user-name/.bash_profile
then the script is executing without any issue but the nevironment variable under the...
4,597
Posted By NIMISH AGARWAL
Problem in .bash_profile Linux
Hello Friends,

I was trying to give a text/welcome message to a specific user just after his login.
For that i had added a echo test message line in .bash_profile of that user.

Which is not...
1,590
Posted By NIMISH AGARWAL
For a quick check and for a specific user cron we...
For a quick check and for a specific user cron we can check the crontab file for that user, we have to check last modification time fro the file present in below location.
location of crontab file...
2,070
Posted By NIMISH AGARWAL
Thanks Cherry !! Basically i just want to...
Thanks Cherry !!

Basically i just want to check that the credentials(userId and password)
for the connection pools is working or not.

So a text message or something to intimate about the...
2,070
Posted By NIMISH AGARWAL
URGENT SCRIPT LOGIC required
Hello friends,

It will be great if we found some way to check this our:

we have some databases (teradata and oracle).
our applications(in java on weblogic) are using connection pools of these...
1,616
Posted By NIMISH AGARWAL
URGENT grep question
I want to grep "abc" from "logyy". I want not only the instance of "abc" to return, but the line just above it as well (no matter what it is).
:)
Can some one please assit me to drive on this
5,103
Posted By NIMISH AGARWAL
Im trying
:)

Im looking into the issue
2,618
Posted By NIMISH AGARWAL
in both cases i have same out put UX:sh (top):...
in both cases i have same out put
UX:sh (top): ERROR: top: syntax error at line 1: `(' unexpected
2,618
Posted By NIMISH AGARWAL
Top command
Hi ,

can some one please assist me in using top command
im facing following after using top:

# top -hv
UX:sh (top): ERROR: top: syntax error at line 1: `(' unexpected
# top -p
UX:sh (top):...
3,808
Posted By NIMISH AGARWAL
Thanks all, i have used grep 'text to be...
Thanks all,

i have used
grep 'text to be searched' $myFile > test

as using tail -f $myFile | grep 'error'

im unable to set a exit condition.
2,074
Posted By NIMISH AGARWAL
Thanks rbdenham for your assitence, the actual...
Thanks rbdenham for your assitence,
the actual O/P is 754 on a hung screen.

actually i found the solution:
we have to export the EDITOR variable with vi value
2,074
Posted By NIMISH AGARWAL
crontab problem
hi all

while using crontab -e im receiving
754 as output

im unable to add a entry in crontab

crontab -l is working fine

OS: sun5.8

can some one please assist me
3,808
Posted By NIMISH AGARWAL
need some more help !!!
Thanks Zaxxon

Actually our requirement is to find a specific error line in a very lagre log file which is heavily appended with many log entries.
And on every occurenceof the error we have to...
Showing results 1 to 25 of 35

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