Search Results

Search: Posts Made By: wingcross
Forum: AIX 03-03-2012
4,548
Posted By zxmaus
yes your filesystem is jfs2 and if the...
yes your filesystem is jfs2
and if the application running on your box is capable to use AIO and has to access /usr2 than it will do so in async mode if required (a DB for example)
Regards
zxmaus
Forum: AIX 02-17-2011
13,566
Posted By AixCraft
I'm guessing its firewall blocked or something...
I'm guessing its firewall blocked or something like this,
try to use X-Forwarding in the putty session.
in Putty: under SSH->X11-mark enable X11 forwarding.

you should enable this in...
Forum: AIX 02-17-2011
21,679
Posted By AixCraft
OK, its could be an adapter error or a connection...
OK, its could be an adapter error or a connection error,

Try the following commands:
lsdev -F name|grep ent | xargs -i -t rmdev -dl {} -R
this will remove all your network adapter
rmdev -dl...
3,567
Posted By anurag.singh
If condition should be: if [ $# -ne 2 ]
If condition should be:

if [ $# -ne 2 ]
3,567
Posted By methyl
There are several more issues in the script. ...
There are several more issues in the script.

The first line says it is a "ksh" script. The "set" syntax is from "csh" and will not work with "ksh".

The last "echo" should be after the "EOF"...
Showing results 1 to 5 of 5

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