Search Results

Search: Posts Made By: ibmtech
5,965
Posted By rbatte1
Excellent. This leads me through to the -V flag...
Excellent. This leads me through to the -V flag on the mkdvd command.
This specifies a volume group with sufficent space, or you can nominate existing mounted filesystems with -C & -I
Lots more...
Forum: AIX 01-16-2014
28,724
Posted By bakunin
HACMP (all versions, regardless of their name)...
HACMP (all versions, regardless of their name) have "rotating" and "cascading" resource groups.

"rotating" is active/passive: NodeA has RgA, NodeB is passive, you can switch this state, but the...
Forum: AIX 12-11-2013
3,741
Posted By bakunin
[Tip] Install Mediawiki on AIX
Introduction

If one searches the web for procedures on how to install the ubiquitious Mediawiki-Software there are an abundance of links - for Linux, for Windows and probably for Mac-OS. There is...
3,821
Posted By Don Cragun
The head and tail utilities should be pretty...
The head and tail utilities should be pretty efficient (and not read the entire file) to extract the 1st and last lines, respectively, of your input file, but if I had been given this set of...
3,821
Posted By Don Cragun
Hi Akshay, Yes, you set x in the beginning;...
Hi Akshay,
Yes, you set x in the beginning; that isn't the problem. The problem is that if line (5000 * x) + 1 starts with a 3 you won't attempt to switch files until you have added another 5000...
3,821
Posted By Chubler_XL
Try this, note I've added a close statement as if...
Try this, note I've added a close statement as if you get larger files you may run out of open file handles (depending on your OS and awk version):

sed '1d;$d;' <filename> | awk 'NR%5000==1{N++}...
3,821
Posted By Corona688
nawk is available on many systems, but I think...
nawk is available on many systems, but I think I've spotted the error now:

awk 'BEGIN{x="F"++i } NR%5==1{N++} N&&!/^\s*3/{if(x) close(x);x="Fa"++i;N=0}{print > x}'
Forum: AIX 11-12-2013
2,893
Posted By zaxxon
Sorry, but I do not agree with such large Paging...
Sorry, but I do not agree with such large Paging Spaces at all.
You don't want your application to use Paging Space since it will be really slow and will decrease the performance of your application...
Forum: AIX 11-02-2013
2,049
Posted By bakunin
A suggestion when you want to use LPM: An...
A suggestion when you want to use LPM:

An LPAR can only move to a managed system where the VIOSes know about the vSCSI disks the LPAR needs (usually the rootvg disks, less commonly the...
Forum: AIX 08-28-2013
9,481
Posted By bakunin
If i am not mistaken you can include user groups...
If i am not mistaken you can include user groups in the User_Alias definition. If you have already a Unix group for this i suggest you use this instead of specifying another group in the sudoers...
Showing results 1 to 10 of 10

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