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
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
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…
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...
to make load on your processor to test something just write the following :
yes | sum &
run the following command to get the next available major number :
# lvlstmajor
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 :
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.
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
Issue
I have problem in size of database because the free space of the database is less than specific percentage of total space.
Users used to update in the database and that lead to increase used space of this database
Continue Reading…
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.