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

how to know the volume group of specified logical volume

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…

Error: 1601, Severity: 17-Sybase

May 16th, 2013

Error Explanation

There are not enough ‘user connections’ available to start a new process. Retry when there are fewer active users

Recommended Solution

1. Determine the current number of user connections configured: by using the following command
Continue Reading…

resolve hostname to internet address or vice versa

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...

how to make load on processor

April 25th, 2013

to make load on your processor to test something just write the following :

yes | sum &

display next availale major number

April 10th, 2013

run the following command to get the next available major number :

# lvlstmajor

the system doesn’t upgraded to the correct TL

March 27th, 2013

Hello everybody,

sometimes, after upgrading AIX System you found that it doesn’t upgraded to the correct Level even after reboot the system. if you face kind of this problem, you just need to run the follwoing command :

Continue Reading…

0516-082 varyonvg: Unable to access a special device file

March 27th, 2013

if you got the following errot while you trying to vary on a volume group:

#varyonvg testvg
0516-082 varyonvg: Unable to access a special device file.
         Execute redefinevg and synclvodm to build correct environment.

Continue Reading…

/etc/getrootfs[591] : ‘processid’ killed

March 27th, 2013

I will telling you about Funny issue I faceed yesterday.

 
I wanted  to reboot a test machine, it’s stopped on LED code ‘557‘ which means it can’t mount root file system, I tried to boot from  AIX installation DVD to

Continue Reading…

How to increase size of Sybase database on UNIX platforms ?

March 26th, 2013

Issue 

I have problem in size of database because the free space of the database is less than specific percentage of total space.

Cause

Users used to update in the database and that lead to increase used space of this database
Continue Reading…

Common Error Codes in DB2 for Z/OS

March 24th, 2013

When DB2 executes SQL statements, it returns the results of the operation into the SQLCODE and SQLSTATE fields in the SQLCA. SQLCODE provides key information about the success or failure of SQL statement execution.

Continue Reading…