Search Results

Search: Posts Made By: Tom de
4,699
Posted By Tom de
I've highlighted where you errors happen, and...
I've highlighted where you errors happen, and added the errors you posted before.

#!/bin/bash

remsh $HOST -l $TLG_USR_ID -n "quota -v" > fill4
size=`awk 'NR==3 {print $2}' fill4`
...
Forum: Solaris 03-02-2009
9,975
Posted By Tom de
man setfacl Tom
man setfacl

Tom
4,699
Posted By Tom de
Sorry I shoulda looked closer: This...
Sorry I shoulda looked closer:



This means two things are happening; your '-l' option isn't used correctly. '-l' needs a login name:

man ssh
-l login_name
Specifies the user to...
4,699
Posted By Tom de
It seems your test4.sh on 10.40.6.172, doesn't...
It seems your test4.sh on 10.40.6.172, doesn't know the host you are trying to get to. So your login is successful, but the remote execution is broke.
Forum: Filesystems, Disks and Memory 02-27-2009
5,048
Posted By Tom de
No, you should be fine. Unless you zone 24...
No, you should be fine. Unless you zone 24 drives AND use them at the same time. I generally zone 2 to 4 drives, because our backup software will attempt to use another drive if one is busy.
...
Forum: Solaris 02-27-2009
6,558
Posted By Tom de
What FS type did you use?
What FS type did you use?
Forum: Solaris 02-27-2009
2,579
Posted By Tom de
Check out http://www.supergrubdisk.org/. It's...
Check out http://www.supergrubdisk.org/. It's helped me with grub issues.

Tom de
5,739
Posted By Tom de
I believe OP's original assumption was the output...
I believe OP's original assumption was the output he posted was indeed one user. I questioned this, and I interpreted his response:

To mean that the number after TP-Processor11:xxx is the...
Forum: Solaris 02-26-2009
4,598
Posted By Tom de
True, but it's happened to me a few times. :D
True, but it's happened to me a few times. :D
5,739
Posted By Tom de
My perl is old and bad, but you should get the...
My perl is old and bad, but you should get the idea;(this is pseudo code and could/should be done much better !!)


open(IN , filename)

while (IN){

if ($_ ~/Username/ ){

($a, $b,...
6,531
Posted By Tom de
grep for "pts/t0". Theres probably a parent...
grep for "pts/t0". Theres probably a parent process for that tty hanging around.

Tom de
5,739
Posted By Tom de
2009-02-18 00:00:11,734 [TP-Processor11] DEBUG...
2009-02-18 00:00:11,734 [TP-Processor11] DEBUG RFRiskAssessmentController,(TP-Processor11:122) - Username: 01376128

2009-02-18 00:00:11,765 [TP-Processor11] DEBUG...
3,446
Posted By Tom de
I/O wait is the time your system is waiting for...
I/O wait is the time your system is waiting for input/output. This can apply to disk, tape, or network connections. So when you notice your system's i/owait is high it's waiting for I/O...
20,323
Posted By Tom de
Simply put, shared keys will allow you to use ssh...
Simply put, shared keys will allow you to use ssh ( and sftp, scp, etc. ) without using ( entering ) a password.

Check below for the procedure:

Howto: SSH without a password | Tip o’ the Day...
20,323
Posted By Tom de
Try "shared-keys", much more secure. Tom...
Try "shared-keys", much more secure.

Tom de
Forum: HP-UX 02-25-2009
5,919
Posted By Tom de
fixed
fixed
24,317
Posted By Tom de
Check out pfiles tom de
Check out pfiles

tom de
2,526
Posted By Tom de
Short answer, yes. Typing isn't really that bad...
Short answer, yes. Typing isn't really that bad :p

Tom de
2,526
Posted By Tom de
:confused: do you mean pwd ...
:confused:

do you mean


pwd
/home/your_account

your_account@host# vi /usr/bin/my_app.sh

??
5,739
Posted By Tom de
Perl is like grep on steroids. I understand what...
Perl is like grep on steroids. I understand what you are looking for, but I don't think you'll find it in the log/debug output you posted - for the reasons I've posted already.

So, do you have...
Forum: Solaris 02-25-2009
4,598
Posted By Tom de
Your disk could be full, not allowing /var/utmpx...
Your disk could be full, not allowing /var/utmpx or wtmpx to update.

Tom de
5,739
Posted By Tom de
Unfortunatally, like most log files, the user...
Unfortunatally, like most log files, the user entries will be mixed within each other. So having the first point of the session and last won't help, as the lines in-between probably won't just be...
5,739
Posted By Tom de
wow. Unless I'm missing something there...
wow.
Unless I'm missing something there doesn't seem to be anything to tie any of those lines together. If thats the case, you could create your script's logic to check for multiple variables,...
Showing results 1 to 23 of 23

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