Search Results

Search: Posts Made By: cpmurray
Forum: AIX 12-05-2006
8,211
Posted By cpmurray
Dnicky, What are you trying to do? I have done...
Dnicky,
What are you trying to do? I have done cpio to tape drives on other machines with the following
find . | cpio -icvBdum | rsh host "dd of=/dev/rmt0"

Regards
Craig Murray
Forum: AIX 08-15-2006
23,427
Posted By cpmurray
One other method you could do, is if you can...
One other method you could do, is if you can afford an outage, is to do a MKSYSB backup and then restore it onto the 18GB disks, this will take care of the PP sizes in the volume group or you could...
32,848
Posted By cpmurray
Try perl -p -i -e 's/^M//g' ${INPUT_FILE} ...
Try
perl -p -i -e 's/^M//g' ${INPUT_FILE}

This will do an inline edit of the file, if you wish to do every file in the directory
perl -p -i -e 's/^M//g' *

Regards
Craig Murray
20,950
Posted By cpmurray
tez, The easiest way to remove it is to do a rm...
tez,
The easiest way to remove it is to do a rm -ri personnel*, this should prompt you for every file/directory, find if there is anything in the directory, just use find, ie if there is not much in...
Forum: AIX 08-08-2006
4,599
Posted By cpmurray
outta, Your paging spaces are already mirrored...
outta,
Your paging spaces are already mirrored onto both hdisk0 and hdisk1, lsps is just reporting that they reside on hdisk0. If you did loose hdisk0, the box would crash, but you should be able...
Showing results 1 to 5 of 5

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