Search Results

Search: Posts Made By: dam294
Forum: AIX 09-03-2008
9,798
Posted By dam294
It could very well be a firewall setting. ...
It could very well be a firewall setting. However give this a try to at least eliminate the possibilty of the TMOUT variable. Login as the user and run "echo $TMOUT" and see if it returns anything.
Forum: AIX 09-03-2008
9,798
Posted By dam294
This is due to the TMOUT variable which is most...
This is due to the TMOUT variable which is most likely set in /etc/profile.
Forum: Solaris 07-23-2008
4,302
Posted By dam294
Try changing your crontab entry to something like...
Try changing your crontab entry to something like this.

30 0,1,2,3,23 * * * export/home/superuser/monitoring.sh >> /tmp/Output.txt > /dev/null 2>&1
Forum: AIX 04-07-2008
44,833
Posted By dam294
The rmdir command is never going to remove a...
The rmdir command is never going to remove a directory that is not empty, even if you are root. Try to cd to your directory and run "ls -la". My bet is you've got some files that aren't showing up...
Forum: AIX 02-12-2008
22,527
Posted By dam294
Not sure if this is your problem or not since you...
Not sure if this is your problem or not since you said you already checked /etc/filesystems. But take a look again and make sure the entry for your filestsem has the line "mount = true".
Forum: HP-UX 12-04-2007
6,614
Posted By dam294
Sorry. I can't answer that part :(
Sorry. I can't answer that part :(
Forum: HP-UX 12-04-2007
6,614
Posted By dam294
/stand/system is the file you're looking for in...
/stand/system is the file you're looking for in HPUX.
Forum: HP-UX 11-08-2007
3,636
Posted By dam294
Are you expecting someone to write this script...
Are you expecting someone to write this script for you? Or, is there a question in there somewhere :confused:
Forum: AIX 10-16-2007
15,010
Posted By dam294
Hi, You are on the right track with...
Hi,

You are on the right track with /etc/security/user. However, I don't think you should modify this file by hand.

You could user the "chuser" command in a "for" loop to accomplish what...
Forum: AIX 09-05-2007
30,143
Posted By dam294
The du command should do it... Try this: "du -s...
The du command should do it... Try this:
"du -s /home/* | sort -rn | head -6"
27,068
Posted By dam294
Assuming you have a DNS server somewhere on your...
Assuming you have a DNS server somewhere on your network :rolleyes:

nslookup ipaddress
13,648
Posted By dam294
This would work too. ps -ef | grep USERID |...
This would work too.

ps -ef | grep USERID | grep -v grep | awk -F" " '{ print $2 }' | xargs kill -9
Forum: Solaris 07-16-2007
6,062
Posted By dam294
It sounds like you want to configure...
It sounds like you want to configure etherchannel. If so, this should get you started.

http://users.ca.astound.net/baspence/AIXtip/etherchannel.htm
Forum: AIX 06-21-2007
4,989
Posted By dam294
As root, run "odmget HACMPlogs | more" to display...
As root, run "odmget HACMPlogs | more" to display the location of all of the HACMP logs.

It's strange that there is nothing in /tmp/hacmp.out (make sure you check this on both nodes). Also take...
Forum: AIX 05-10-2007
47,370
Posted By dam294
I believe the problem you're having is that your...
I believe the problem you're having is that your hdisk0 doesn't have a PVID assigned. Look at your lspv output, the second column for hdisk1 is the PVID. Try this..

chdev -l hdisk0 -a pv=yes
...
1,793
Posted By dam294
Yes, you should be able to remove a file using...
Yes, you should be able to remove a file using it's inode.

1. cd to the directory containing the file
2. ls -li (will provide inode numbers in the far left column)
3. find . -xdev -inum...
Showing results 1 to 16 of 16

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