Search Results

Search: Posts Made By: Clovis_Sangrail
Forum: AIX 11-10-2014
8,963
Posted By igalvarez
As ibmtech said above, filesystems belongs to VGs...
As ibmtech said above, filesystems belongs to VGs and thouse VGs are part of a 'Resource group' inside powerHA/HACMP.
/usr/es/sbin/cluster/utilities/clshowres shows which VGs you're sharing, see...
Forum: AIX 11-04-2014
8,963
Posted By ibmtech
OK, That goes with VG, see which VG is shared,...
OK,
That goes with VG, see which VG is shared, when you run
lspv
Few VG's show concurrent and few active, the concurrent one's are shared between the nodes in cluster.

The VGs (single or...
184,660
Posted By Corona688
I doubt -- and hope -- their ksh isn't 100%...
I doubt -- and hope -- their ksh isn't 100% compatible, since Solaris' usual idea of backwards compatibility is denying you all future features in the standard /bin/whatever, making you use...
2,826
Posted By Scott
Hi. The best definition I could find:
Hi.

The best definition I could find:
3,347
Posted By Skrynesaver
When I call this file #!/bin/bash echo...
When I call this file

#!/bin/bash

echo -e "With \$* I have to chose all or nothing"
echo "ALL"
for i in "$*" ; do
echo -e "\t$i"
done
echo "NOTHING"
for i in $* ; do
echo -e...
3,771
Posted By jim mcnamara
You are asking several questions 1. you can...
You are asking several questions

1. you can compile a shell script using the shc tool, you have to compile the tool on your machine.
Francisco Rosales, home page...
3,771
Posted By methyl
In addition to disabling certain keys with "stty"...
In addition to disabling certain keys with "stty" one basic precaution is to "exec" the menu script as the last line of the user's login profile thus reducing the chance of being dropped to a shell...
3,771
Posted By Corona688
I'd consider trap safer because it can eat a...
I'd consider trap safer because it can eat a SIGINT from any source -- kill and the like -- not just those that come from the keyboard. Besides, who's to say you don't want the program to do...
54,720
Posted By shriashishpatil
Clovis, we face similar issues many times on...
Clovis,
we face similar issues many times on AIX box. Many times restart of the system solves our problem. You can try for that if you know the thing was working sometime back.

Did you change...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 12:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy