Search Results

Search: Posts Made By: TheEngineer
1,300
Posted By TheEngineer
Hello You can include the /home/bin to the...
Hello

You can include the /home/bin to the PATH variable defined inside /etc/profile and that will be applied to all users on your system.
9,790
Posted By TheEngineer
Hello kazazza AWK need a mapping in order...
Hello kazazza

AWK need a mapping in order to read normal shell variables, you'd rather need to re-form your command as below to get the desired result:

title="Mr"
echo "Please Enter your...
Forum: AIX 06-09-2007
48,882
Posted By TheEngineer
you can use tar -uvf <file to append to>...
you can use

tar -uvf <file to append to> <file to append>
Forum: AIX 05-30-2007
4,351
Posted By TheEngineer
Hi you can use smitty tcpip to change the...
Hi

you can use smitty tcpip to change the service IP address, and those changes should be reflected in the /etc/hosts file on both nodes with their appropriate aliases

then try to sync the...
Forum: AIX 05-30-2007
4,712
Posted By TheEngineer
Tty Over Run
dears

i have two IBM p630 application servers, they are running hacmp 5.2 as the clustering software.

from the output of errpt on one of the nodes i am receiving the following error:
...
Forum: AIX 05-16-2007
3,472
Posted By TheEngineer
HI hdisk is the AIX representation of any...
HI

hdisk is the AIX representation of any directly attached harddisk or LUN while hdiskpower is the peusodo device create by powerpath to provide multiple to the storage
4,998
Posted By TheEngineer
try to ftp your unix server from any windows PC...
try to ftp your unix server from any windows PC have a net conn to the UNIX srv.

also your unix server should have the ftp server running

ftp <ip address of your UNIX machine>

put <filename>
Forum: AIX 04-21-2007
8,457
Posted By TheEngineer
dear follow the followinf steps: 1- lsvg...
dear
follow the followinf steps:

1- lsvg <VG_Name>
from the result of the above command locate the PP size:

2- lsvg -l <VG_Name>
this will give you the list of the logical volumes that has...
Forum: AIX 04-18-2007
8,663
Posted By TheEngineer
but when we change the timezone using smitty,...
but when we change the timezone using smitty, then it says that the change will take effect on the next reboot?
Forum: AIX 04-17-2007
7,800
Posted By TheEngineer
the p570 mksysb backup is on a tape, then i will...
the p570 mksysb backup is on a tape, then i will boot the p550 server from the tape and then install from the tape to restore the rootvg
Forum: AIX 04-16-2007
8,663
Posted By TheEngineer
dear please follow the following steps to...
dear

please follow the following steps to let your server be synchronized with your NTP server:

1- stop the xntpd daemon as below
stopsrc -s xntpd
2- your time zone is GMT+3 but your...
Forum: AIX 04-16-2007
7,800
Posted By TheEngineer
i don't have an NIM server, the mksysb image is...
i don't have an NIM server, the mksysb image is on a 4mm tape, so if i restore that image then what is the consequences of that, are there any device drivers need to be installed or the are the...
Forum: AIX 04-13-2007
7,800
Posted By TheEngineer
mksysb backup testing
Hi All

i have a number of IBM servers with different models, and i want to do a backup for the rootvg using mksysb and that backup will be stored on a 4mm DDS tape.

i have only one machine...
8,005
Posted By TheEngineer
Dear first: the ".profile" is the user run...
Dear

first: the ".profile" is the user run control file (hidden file) that contain the list of the environment variables for your session as well as any commands you wanna to run upon your login....
2,590
Posted By TheEngineer
i see in your script that you do "set echo off",...
i see in your script that you do "set echo off", however it is related to oracle ,to see the truncate command output set echo on so you will findout weather it truncate the table or not
2,590
Posted By TheEngineer
Dear if you are runnning the script from...
Dear

if you are runnning the script from crontab,then the output will be mailed to the owner user.

also you can put the script output in one file and the error in another one as below
...
18,519
Posted By TheEngineer
dear you can use the find command as below...
dear

you can use the find command as below to find the files that have been modified more than two days ago and delete them:
find /ect -type f -mtime +2 -exec rm -fr {} \;
for more info see the...
Forum: AIX 01-30-2007
10,472
Posted By TheEngineer
Dear it is the same server that i am facing...
Dear

it is the same server that i am facing the problem in. but it seems that the terminal that is directly connected to the console port of the server cam not logoff so how can i force the...
Forum: AIX 01-29-2007
10,472
Posted By TheEngineer
dear johnf this is an IBM RISC/6000 system...
dear johnf

this is an IBM RISC/6000 system with AIX 5.2

i have a number of processes running and sometimes i need to restart those processes whenever i am making changes. but those processes...
Forum: AIX 01-29-2007
10,472
Posted By TheEngineer
this process seems to efftect other running...
this process seems to efftect other running processes and they can not be started unless i kill that CDE-related process. this process is just related to the root user.

should i logoff any logins...
Forum: HP-UX 01-28-2007
12,278
Posted By TheEngineer
HP on x86
i am an AIX system administrator, but i never work before on HP-UX, so my question is can i run an HP-UX on x86 PC and from where can i get a version of HP-UX for evaluation or free!!

Thanks
Forum: AIX 01-28-2007
10,472
Posted By TheEngineer
Dears it is the same process respawned again...
Dears

it is the same process respawned again with a different process ID with the same PPID which is for "/usr/dt/bin/dtsession" when greping for that PPID.

also i searched the inittab but i...
Forum: AIX 01-27-2007
10,472
Posted By TheEngineer
a process that never stop
Dears all

i have an AIX box in which i am facing a problem with a process as below:

/usr/dt/bin/dtexec -open 0 -ttprocid

and each time i am killing this process with "kill -9" then it run...
Forum: AIX 01-23-2007
16,049
Posted By TheEngineer
Dear magasem really it depends on what...
Dear magasem

really it depends on what system you might have, but generally speaking you should be able to manage the following:

1- AIX installation and maintenance and all the required...
Forum: AIX 01-17-2007
49,572
Posted By TheEngineer
also you can do as follows: ls -l|grep -v...
also you can do as follows:

ls -l|grep -v ^[dbc]|awk '{print $9}'|xargs grep <pattern>

this way has been tested and should do the search only on any files in the current directory avoiding any...
Showing results 1 to 25 of 36

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