Check the /etc/profile . There the trap statement in the begining and the end of the file. The trap statement is there so that other users can not press Ctrl C to just go to the prompt to get root access. You can use the trap statement in your .profile so that the user can not exit out of the...
You should always try to keep paging space in as many disk as possible but preferably equal sizes. But do not span it across disks. Also do not create more than one paging space in a single disk.
If you have two disks then by default hd6 is the paging space in rootvg. Increase it . Add another...
Use uname -a .Leave the first three letters/digits usually 000 and leave the last 3 digits/letters. The Leters/Digits in the middle is the serial number.
Looks like you are having a problem with application not closing out the socket.
I feel you should try to solve the problem instead of avoiding.
If you want to findout the PID then you can use a freeware lsof which can be downloaded from net. IBM does not support it. But using lsof you can find...
The best step is
ifconfig en1 down
ifconfig en1 detach
chdev -l ent1 -a media_speed=100_Full_Duplex
then
ifconfig en1 inet ip_address netmask net_mask up
Then add the default route
route add 0 deafult_route
Then it will surely work
Make a new vg with the new drive. Then create the lvs of same size as the old volumegroup. Then excute the following command to make the lvs type copy.
chlv -t copy newlv
Then unmount the filesystem which you want to copy. Then execute
cplv -e destinationlv(newlv) sourcelv(oldlv)
Then it...
Once you boot from your sysback tape it may throw some error like this or that is missing but that is fine. You have to continue and then select volume group information then select the drives for rootvg and the other vgs. While selecting it will also tell you what is the space required in the...
cplv is the best method by which you can move the lv even to a different volume group.But you need your filesystem unmounted. Then create a lv of the same size. Then change type to copy then use cplv command to copy it.Then modify the /etc/filesystems to tell where you want to mount.
For...
You should be able to send mail using the mail command in AIX. But your AIX box should be capable of resolving the archwireles.net address. To check that your server is resolving the name or not
# nslookup
>archwireles.net
It should return the ip address of that. If it does then the mail will...
In your message you have observed the LED upto 990. Does it stop there. Or it goes further and then goes blank. Without knowing that it is difficult to answer your question. If it stops at 990 then it is trying to configure the tape drive. It may have problem with the drive.What kind of machine...
This looks like a DNS issue. check /etc/netsvc.conf and /etc/resolv.conf file on the RS/6000. You should have the dns server listed on /etc/resolv.conf and in /etc/netsvc.conf you need hosts=bind,local or hosts=local,bind.
Hi John,
It is a microcode problem on the CDROM drive and it has to be updated. Contact IBM Hardware or follow this URL
http://www.rs6000.ibm.com/support/micro/40xcdrom.html#ToC_3
and
http://www.rs6000.ibm.com/support/micro/download.html
Not installed 5.1 on F80. But heard that in some recent IBM RS/6000 the CDROM drive is IDE instead of SCSI. So you need a particular set of AIX5.1 CD which contains driver for IDE.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.