Search Results

Search: Posts Made By: outtacontrol
11,732
Posted By outtacontrol
I don't want to delete though. . .just move to...
I don't want to delete though. . .just move to the newly created directory. I could use the find though and just move them in. . .good idea.
11,732
Posted By outtacontrol
Script to clean nmon logs on AIX
I use NMON (Nigels Monitoring) in AIX. It creates a daily nmon log with the naming conventions of:
hostname_YYMMDD_0000.nmon
or
myserver_080902_0000.nmon

What I am interested in doing is...
1,818
Posted By outtacontrol
OR variable
Hi folks. Can someone tell me how I would declare a variable that has an OR statement. For example under date variable I want a OR:


#!/usr/bin/ksh
date=$((05 | 06 | 07))
CURRDATE=$(date +%d)...
1,832
Posted By outtacontrol
Good idea! Thx bro. outta
Good idea!

Thx bro.

outta
1,832
Posted By outtacontrol
Got it to work. That was easier than I thought. ...
Got it to work. That was easier than I thought. Thanks!!

outta
1,832
Posted By outtacontrol
Help with a loop
Greetings. I have wrote a script the allows me to perform a mksysb via NIM on AIX servers on the 1st and 16th of every month. The problem is that my script is only good for a single host, and I'm...
Forum: AIX 02-15-2007
7,137
Posted By outtacontrol
nooB questions on importvg and exportvg
I don't understand the concept behind importvg and exportvg. What are some examples of when one would use this?
Forum: AIX 02-08-2007
8,654
Posted By outtacontrol
Logging off users
What is the best way to logoff users from my Unix system? I have done a search and found that you can do a w or who - find who is on, and ps-ef | grep <user> and kill their processes. But what if...
Forum: AIX 12-16-2006
12,764
Posted By outtacontrol
It is /usr/bin/ssh that it's using. outta
It is /usr/bin/ssh that it's using.

outta
Forum: AIX 12-14-2006
12,764
Posted By outtacontrol
Unable to ssh out
As the title says, I'm unable to ssh out of boxA to other nodes on the network. I am running 5.2 ML6. The version of ssh client is:

openssh.base.client 4.1.0.5301 COMMITTED Open Secure...
Forum: AIX 11-14-2006
40,780
Posted By outtacontrol
That worked - I only needed to do option #1, and...
That worked - I only needed to do option #1, and I refreshed inetd by doing a "refresh -s inetd".

Thank you.

outta.
Forum: AIX 11-13-2006
40,780
Posted By outtacontrol
How to turn off telnet on AIX
Greetings. . .Can anyone out there explain how I would turn off the telnet service and close the telnet port on a AIX system?

Thank you,

outta.
Forum: AIX 08-30-2006
7,900
Posted By outtacontrol
Do a df on the filesystem to see if your disk is...
Do a df on the filesystem to see if your disk is full. If it's full, give it some more space or try and unzip the file on a filesystem that has enough space.

outta.
Forum: AIX 08-14-2006
43,508
Posted By outtacontrol
Here's some notes that I created awhile ago: ...
Here's some notes that I created awhile ago:

Disk Replacement

How to replace a bad drive? (mirrored disks)

# lsvg -p rootvg

rootvg:

PV_NAME PV STATE TOTAL PPs FREE...
Forum: AIX 08-10-2006
15,003
Posted By outtacontrol
Problem starting sshd on AIX
I just installed SSH on an AIX machine:

> lslpp -l openssh.base.server
Fileset Level State Description
...
Forum: AIX 08-07-2006
4,578
Posted By outtacontrol
My disks are mirrored: > lsvg -p rootvg ...
My disks are mirrored:
> lsvg -p rootvg
rootvg:
PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION
hdisk0 active 537 265 ...
Forum: AIX 08-06-2006
4,578
Posted By outtacontrol
How to distribute paging space among multiple PV
Greetings

I have an older box (H50) that has it's paging space setup the following way:

$ lsps -a
Page Space Physical Volume Volume Group Size %Used Active Auto Type
paging00 ...
13,743
Posted By outtacontrol
Cool - got it. Thanks all outta.
Cool - got it.

Thanks all

outta.
Forum: AIX 07-26-2006
11,643
Posted By outtacontrol
I think what you have here is a bad SSA card. ...
I think what you have here is a bad SSA card. Really what your going to need to do at this point is call IBM hardware support (assuming your server is under warranty) and explain to them the...
13,743
Posted By outtacontrol
sorting a file with multiple columns
I have a file with several columns:

Column1 Column2 Column3. . .Column6

I want to sort the data from Column6. Could I do that through sort even if there are spaces in between fields?

Much...
Forum: AIX 07-23-2006
5,046
Posted By outtacontrol
I personally like the df -m as it shows each...
I personally like the df -m as it shows each filesystem and how much total space, and free space you have and shows it in MB. I believe the -m is available on 5.2 or newer but could be wrong.
...
Forum: AIX 07-23-2006
10,841
Posted By outtacontrol
You can always use iostat to check I/O. Check...
You can always use iostat to check I/O. Check man.

outta.
Forum: AIX 07-23-2006
17,575
Posted By outtacontrol
This may help also ->...
This may help also -> http://www.cs.colostate.edu/helpdocs/ftp.html

outta.
Forum: AIX 07-23-2006
3,594
Posted By outtacontrol
gzip should support the large file - I'm not...
gzip should support the large file - I'm not aware of any size limitation on gzip.

outta.
Forum: Linux 07-22-2006
3,331
Posted By outtacontrol
Agreed! That's the really the best way to learn....
Agreed! That's the really the best way to learn. Pick up an older PC, download an ISO of linux, or freebsd, install the OS. Download some documentation from the web, and start learning on your...
Showing results 1 to 25 of 31

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