How 2 Know
If you can't Google it, You Can Knowing it.

Archive for the ‘AIX’ Category

how to read core dump file

Thursday, July 11th, 2013

some time you get many errors on Error Report that told you there is  a core dump file and you don’t know where is the problem??

and if you try to read this file you will see a binary codes appear to you and it’s useless information like this : Continue Reading…

0516-404 allocp

Thursday, July 11th, 2013

– If you tries to restore mksysb with mirrored and unmirrored LV’s they might the following error:

0516-404 allocp: This system cannot fulfill the allocation request.
         There are not enough free partitions or not enough physical volumes
         to keep strictness and satisfy allocation requests.  The command
         should be retried with different allocation characteristics.
0516-822 mklv: Unable to create logical volume.
BOS Install: Could not create the hd5 logical volume.
    ID#        OPTION
      1        Continue
      2        Perform System Maintenance and Then Continue
     Enter ID number:

Continue Reading…

I/O hosting requires a hosting partition – boot not permitted

Wednesday, July 3rd, 2013

After Installing VIO Server, you try to boot from DISK and you face the following Error :

boot device: /pci@800000020000207/fibre-channel@0/disk@5005076303239005,4000400b
00000000:2

I/O hosting requires a hosting partition - boot not permitted.
EXIT called ok
0>

Continue Reading…

How to set the PVID of a disk to a specific value

Sunday, June 30th, 2013

The following series of commands demonstrates how to set the PVID of an AIX disk to a specific value like “0123456789abcdef”:
Note:  Setting PVID like this should be avoided normally. It may cause unwanted consequences in your environment. Continue Reading…

superblock is invalid : -5

Wednesday, June 26th, 2013

You may face the following error on many Operation System not only on AIX :

superblock is invalid : -5

this error means that you apply function of File system type on another type, in another meaning,

Continue Reading…

IBM ReadBook Archive Site

Thursday, June 20th, 2013

Hello Everyone!!

 

There are many of people don’t know the archive link for IBM RedBook, you can access it for the following link:

 

IBM RedBook

Server refused to allocate pty

Tuesday, June 18th, 2013

sometimes if you have many users logging on your system, you may see the following errors :

login as: admin
admin@10.10.11.10's password:
Server refused to allocate pty
stty: tcgetattr: A specified file does not support the ioctl system call.

Continue Reading…

how to take remote backup without tap unit

Thursday, June 6th, 2013

Remote Backup on AIX System
Dears,

I found a way to take remotely backup from AIX System from Server that doesn’t have TAP UNIT.

Suppose that the server that we want to take backup from it is ServerA, and the server that has TAP Unit is ServerB.

Continue Reading…

how to know the volume group of specified logical volume

Monday, May 27th, 2013

if you need to know the volume group of specified logical volume(AIX System with HACMP), you can run the following command :

#/usr/es/sbin/cluster/utilities/clgetvg -l hd5
rootvg

Continue Reading…

resolve hostname to internet address or vice versa

Tuesday, May 14th, 2013

Host Commands,It’s a good command to resolve the IP Address to Hostname of Hostname to IP Address ( it’s check file ‘/etc/hosts’) which you can use it on your script:

For Example

#host TEstServer
TEstServer is 10.10.10.10

 Continue Reading...