Search Results

Search: Posts Made By: Phantom
Forum: AIX 12-01-2008
8,156
Posted By Phantom
i guess for the second backup session, if you...
i guess for the second backup session, if you want to have it on the same tape, you should use non-rewind device.
Forum: Filesystems, Disks and Memory 07-13-2008
7,669
Posted By Phantom
it is highly recommended to setup catalog...
it is highly recommended to setup catalog hot/cold backup.
Alternatively, using unix native tools like cp, tar you you can make copy of directories containing catalog (NB 6.5) :...
1,480
Posted By Phantom
run_time_error, sed '/^bcde/a\ anotherline...
run_time_error,

sed '/^bcde/a\
anotherline ' file1

should do what yo want.
Forum: Solaris 02-12-2005
6,596
Posted By Phantom
depends on: 1. Size of data (you already...
depends on:

1. Size of data (you already indicated 300 GB). What data out this is most important and should be recovered first if data disaster occurs ? Categorize your data.
2. Type of data...
25,832
Posted By Phantom
but, first use jobs to find out the id. In most...
but, first use jobs to find out the id. In most cases it will be 1. But, you may have more than one suspended processes.
5,012
Posted By Phantom
create wrapper script which will change to the...
create wrapper script which will change to the directory where your scripts reside and run specified script (input parameter) from the current directory (so, that wrapper limits running scripts from...
25,473
Posted By Phantom
absolutely correct
absolutely correct
Forum: Solaris 02-12-2005
5,397
Posted By Phantom
Aaclof, If you plan hardening your solaris...
Aaclof,

If you plan hardening your solaris platform, I recommend that you consider using Solaris Security Toolkit (JASS) utility from Sun. Please, read docummentation and FAQs (perhaps explore...
1,955
Posted By Phantom
for i in `echo "Hello world"` do echo "$i \c"...
for i in `echo "Hello world"`
do
echo "$i \c"
done
14,270
Posted By Phantom
when you run the script as . ./myscript commands...
when you run the script as . ./myscript commands in the script are executed in the same shell. Therefore, if you change directory or any shell variable, the results stay in effect after the script...
6,922
Posted By Phantom
Frank_a, use logical volumes, rather than...
Frank_a,

use logical volumes, rather than dealing with disk partitions. Linux LVM could be good solution for you.

http://www.aplawrence.com/Linux/lvm.html
Forum: Red Hat 02-11-2005
4,927
Posted By Phantom
penguin-friend, take a look at this...
penguin-friend,

take a look at this http://spong.sourceforge.net
I had been using BigBrother (http://www.bb4.org) for years when it was available for no fee. However, it's not freeware any more...
Forum: AIX 02-10-2005
2,988
Posted By Phantom
which platform ? version ?
which platform ? version ?
3,824
Posted By Phantom
praveen.pinto, You need to send each 4 MB...
praveen.pinto,

You need to send each 4 MB piece separately if your sites mailserver limits the mail size.

uuencode xaa | mailx -s "Credit Rating Report"

uuencode xab | mailx -s "Credit...
4,656
Posted By Phantom
You need : 1. X access. Either graphic...
You need :

1. X access. Either graphic monitor connected to your machine or X server running on your PC ( eXceed, Reflection, .... )

2. DISPLAY environmental variable

export DISPLAY ...
3,824
Posted By Phantom
praveen.pinto split -b 4m bigfile this...
praveen.pinto

split -b 4m bigfile

this will produce 4 MB files xaa, xab, xac ....


to restore the original file

cat xaa xab xac .... > bigfile
14,270
Posted By Phantom
mrgubbala, You can either define alias ( man...
mrgubbala,

You can either define alias ( man alias ) or run your script as
. ./myscript.ksh

rather than

./myscript.ksh
3,824
Posted By Phantom
praveen.pinto see man split for how to...
praveen.pinto

see man split
for how to reassamble see man cat
2,556
Posted By Phantom
praveen.pinto see man split for how to...
praveen.pinto

see man split
for how to reassamble see man cat
Forum: SuSE 02-10-2005
5,638
Posted By Phantom
Neo, True, but problem may arise when you...
Neo,

True, but problem may arise when you need support from Oracle, BEA or any other S/W and support guy asks about your platform.
2,434
Posted By Phantom
Perhaps your home directory was in NFS mounted...
Perhaps your home directory was in NFS mounted (manually, w/o defining it in /etc/fstab) file system. If this is the case you should remount it after boot and of course define it permanently in...
6,115
Posted By Phantom
easiest way would be using sort +pos1 -pos2 (...
easiest way would be using sort +pos1 -pos2 ( man sort ). However, first you need to convert your file in column aligned format, so that both surname and name columns begin in known position.
3,730
Posted By Phantom
You can do it in much simpler way in three steps:...
You can do it in much simpler way in three steps:

1. Create the full archive file xxx.tar.gz or xxx.tar.

2. split -b <size> xxx.tar.gz
where <size> is the size of single piece.

3. mv...
4,489
Posted By Phantom
or use rsh -l <myuser> -h localhost of course,...
or use rsh -l <myuser> -h localhost
of course, you will need to create some "security hole" by setting up .rhosts for that user to allow application user execute remote shell as <myuser>.
Forum: SuSE 02-07-2005
5,638
Posted By Phantom
lung, If you plan using Linux as platform...
lung,

If you plan using Linux as platform for running commertial server s/w solutions (e.g. oracle, BEA weblogic, SAP ) in production environment, then you need Enterprise edition (either Red Hat...
Showing results 1 to 25 of 26

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