how to know the volume group of specified logical volume

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

Posted in AIX | Tagged , , , , | Leave a comment

Error: 1601, Severity: 17-Sybase

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

Posted in Sybase ASE | Tagged | Leave a comment

resolve hostname to internet address or vice versa

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 
Posted in AIX | Tagged , , , , | Leave a comment

how to make load on processor

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

yes | sum &
Posted in AIX | Tagged , , , , , | Leave a comment

display next availale major number

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

# lvlstmajor
Posted in AIX | Tagged , , , | Leave a comment

the system doesn’t upgraded to the correct TL

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

Posted in AIX | Tagged , , , , | Leave a comment

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

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

Posted in AIX | Tagged , , , , , , , | Leave a comment

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

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

Posted in AIX | Tagged , , , , , | Leave a comment

How to increase size of Sybase database on UNIX platforms ?

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

Posted in Sybase ASE | Leave a comment

Common Error Codes in DB2 for Z/OS

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

Posted in DB2 for z/OS, Information Management, Sybase | Tagged | Leave a comment