Search Results

Search: Posts Made By: eckertd
2,572
Posted By eckertd
You lost me there...can you post the entire...
You lost me there...can you post the entire script, along with how you intend for it to be called?

You could also add a "set -x" line before your 'if' statement so you can see what values it's...
2,572
Posted By eckertd
If you're looking to see if the specified file...
If you're looking to see if the specified file exists

if [ -f <filename> ]; then
cp ....
else
cp ...
fi

'-f' test if the file exists, and is a regular file (not a directory, etc)

See...
2,572
Posted By eckertd
This may help you figure out your logic: In...
This may help you figure out your logic:

In your 'for' loop:

"var" is going to start with arg1 and get reassigned to the next in the list each iteration until argn
"T1" is always going to be...
Forum: AIX 09-13-2019
17,595
Posted By eckertd
One thing I would add would be before importing...
One thing I would add would be before importing the DG, have the storage team tell you what queue_depth you should be using and set accordingly

# chdev -l hdisknn -a queue_depth=#

If you've...
Forum: AIX 09-13-2019
16,014
Posted By eckertd
Thanks for the reply. Yes, there was an issue in...
Thanks for the reply. Yes, there was an issue in 5.3 with duplicate /etc/hosts entries. I've already checked this is not the case here.




Thanks for the reply. Yes, I'm well aware of what...
Forum: AIX 09-12-2019
16,014
Posted By eckertd
AIX 5.3 NFS export not mounting, rpcinfo hang/timeout on server
Been trying to get a directory NFS-mounted with no success. I've tried both NFS v3 and v4, but currently trying v4. I can't figure out what's going on here.


server: sbkovwadmd01
sbkovwadmd01#...
Showing results 1 to 6 of 6

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