Search Results

Search: Posts Made By: truma1
Forum: AIX 07-29-2008
53,378
Posted By truma1
Welcome to Bull AIX freeware site...
Welcome to Bull AIX freeware site (http://ftp.univie.ac.at/aix/)

good site for downloads
Forum: AIX 07-29-2008
6,452
Posted By truma1
#set -vx echo "What do you wish to delete?" ...
#set -vx
echo "What do you wish to delete?"
read ITEM
#>/tmp/odmdel.ksh
CLASS="CuAt CuDep CuDv CuDvDr CuVPD"
for i in $CLASS
do
odmget $i | grep $ITEM >/dev/null
if [ $? -eq 0 ];then
...
Forum: AIX 07-29-2008
54,126
Posted By truma1
Try using lsattr -El inet0
Try using lsattr -El inet0
3
Sed
2,134
Posted By truma1
Hi I seem to have a solution any better ideas ? ...
Hi I seem to have a solution any better ideas ?
set -vx
CTL=`grep to_date *.ctl | grep decode | cut -f1 -d':'`
echo $CTL
for i in $CTL
do
COL=`grep to_date $i | grep decode | awk '{print $1}' |...
3
Sed
2,134
Posted By truma1
Hi I done have a problem with variable...
Hi
I done have a problem with variable substitution
the problem is I need to change variable lines in one file and write out the fixed file
currently it loops through the file and changes the...
3
Sed
2,134
Posted By truma1
Sed
Hi I have a problem with a sed script to change oracle sqlldr ctl files
I need to change a decode statement which works if there is only on occourance in a file if there are more it only chages the...
Forum: AIX 09-26-2006
13,739
Posted By truma1
edit your sshd.conf file and there is a line...
edit your sshd.conf file and there is a line restricting root
Forum: AIX 08-07-2006
4,582
Posted By truma1
Mirror your disks
Mirror your disks
Forum: AIX 06-14-2006
22,502
Posted By truma1
May be useful to Oracle DBA
---------------- Export Section

# Create new Named pipes.

mknod -p /dev/split_pipe

mknod -p /dev/compress_pipe # You can use the existing named pipe
# itself, instead of creating new.
...
Forum: AIX 06-14-2006
22,502
Posted By truma1
---------------- Export Section # Create new...
---------------- Export Section

# Create new Named pipes.

mknod -p /dev/split_pipe

mknod -p /dev/compress_pipe # You can use the existing named pipe
# itself, instead of creating new.
...
Forum: AIX 06-14-2006
8,835
Posted By truma1
Have you installed the maths library you dont...
Have you installed the maths library you dont need gcc or any C to install Oracle
else check Metalink
Forum: AIX 06-14-2006
23,679
Posted By truma1
handy script
#set -vx
echo "What do you wish to delete?"
read ITEM
>/tmp/odmdel.ksh
CLASS="CuAt CuDep CuDv CuDvDr CuVPD"
for i in $CLASS
do
odmget $i | grep $ITEM >/dev/null
if [ $? -eq 0 ];then
...
Forum: AIX 05-12-2006
4,349
Posted By truma1
create new user and move user files to new...
create new user and move user files to new location then just run chown -R accross files.
Forum: AIX 05-12-2006
4,013
Posted By truma1
check /etc/services file and make sure the port...
check /etc/services file and make sure the port is open. You may need to setup $HOME/.netrc file to allow for connection. You can also add machine name and IP to /etc/hosts
Forum: AIX 05-12-2006
2,564
Posted By truma1
You sould only need to reboot after kernel...
You sould only need to reboot after kernel patches or firmware is applied. When you set environment variables you just need to login as that user again to see the changes. Either export on hte...
Forum: AIX 05-12-2006
5,889
Posted By truma1
You sould only need to reboot after kernel...
You sould only need to reboot after kernel patches or firmware is applied. When you set environment variables you just need to login as that user again to see the changes. Either export on hte...
Forum: AIX 05-12-2006
26,157
Posted By truma1
You can use smitty to cange this for that...
You can use smitty to cange this for that specific user. There is no impact at all.
Soft FILE size [-1]
Soft CPU time [-1]
Soft DATA segment [-1]
Soft STACK size [-1]...
Forum: AIX 05-12-2006
4,705
Posted By truma1
#!/bin/ksh #set -vx FALSE=false ...
#!/bin/ksh
#set -vx
FALSE=false
current_time=$(perl -e 'print time (),"\n";')
let expired_time=current_time-7776000
let delete_time=current_time-15552000
awk -F: '{print $1}' /etc/passwd|while...
4,761
Posted By truma1
Thanks that helps
Thanks that helps
4,761
Posted By truma1
Thanks that works is there a way to compress...
Thanks that works
is there a way to compress during the move by redirecting the file through compress or something like that ?

What do the two && do?
4,761
Posted By truma1
Hi I need to move a file from one location to a...
Hi
I need to move a file from one location to a new location in a compressed format
I dont want to set up a compressed pipe running in the background to achive this. I was hone to do it in a single...
4,761
Posted By truma1
Move with compression
How can I move a file and compress it at the same time?
6,692
Posted By truma1
AIX p570 lspv, lslv etc... not working
Hi we are running a VIO server on a AIX p570
we cannot run and of the command the query the ODM

has anyone seen this problem or has a solution

the command just hangs.
57,049
Posted By truma1
or you can just use this uuencode input_file...
or you can just use this

uuencode input_file output_file | sendmail recipient(s)
uuencode input_file output_file | mail -s subject recipient(s)
uuencode input_file output_file | mailx -s subject...
57,049
Posted By truma1
set +x # # jail -> shell script for sending...
set +x
#
# jail -> shell script for sending mime email enclosures from command line
#
# Usage : jail [options] email-address file-to-be-sent
# $1 $2
#...
Showing results 1 to 25 of 41

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