I found on ibm.com:
"AIX53: TL12 service pack 1 - Note: this is the last ever TL for AIX 5.3"
does it really mean that no new TLs will be released for the AIX 5.3?
AIX 5.3 LifeCycle page doesn't tell anything about EOM or EOL...
I need to get lines which have not "active" or "online" on 6th field. Is the below command reliable?
awk '$6 != "active" || $6 != "online" {print $0}' filename
or maybe it can be changed with something with single $6 in the command like:
awk '$6 != ""active" || "online"" {print $0}' filename...
hello,
I am newbie in TSM and me ptoblem of querying archives of no more existing client (done a few years ago).
What I tried was:
dsmc query archive -fromnode=old_client -subdir=yes *
but without success.
The command was run on a server which has configured TSM client.
What other command...
how to rid off following error during boot?
0042-008 NIMkid: Request denied - Method_req
It is problably due to NIM server access problem. How to unconfigure locally the NIM client when the NIM server not longer exists?
I see the default 200 set for num_cmd_elems on each HBA. How to calculate best value knowing number of LUNs and customized queue_depth set on each one?
any special recommendations for the num_cmd_elems on VIOed environment?
http://www-03.ibm.com/systems/power/software/virtualization/editions/index.html
What does mean "Maximum LPARs 3 / Server" for the Express edition? 3 client LPARs in addition to the VIOS?
Is VIOS is not treat as an LPAR in powerVM express where IVM is the only way to manage the other lpars?
LPAR gets two virtual hdisk's (VIO servers serves local [not shared SAN] drives - one from each VIOS).
LPAR's rootvg is mirrored on these drives.
When one VIO is halted, LPAR is still working with one disk missing in the rootvg and stale PPs.
Now when the VIOS is up again, "varyonvg rootvg"...
having 10 virtual SAN disks on a client LPAR seen over two VIO Servers (MPIO, vscsi0-VIO1, vscsi1-VIO2), how to balance so path through VIO1 is primary for 5 disks and through VIO2 is primary for the rest (5) of disks?
what are your experience with these parametes?
do you leave defaults or not in dual VIOS configuration (MPIO on clinet side).
# lsattr -El vscsi0
vscsi_err_recov delayed_fail N/A True
vscsi_path_to 0 Virtual SCSI Path Timeout True
I have setup two VIO Servers with SEA failover. "Probably" works good but....
On primary SEA VIO Server I see:
$ entstat -all ent7 | grep Active
Priority: 1 Active: True
and on backup SEA VIO Server at the same time:
$ entstat -all ent7 | grep Active
Priority: 2 Active: False
When I...
A text file contains hdisk's unique_ids in the following way:
hdisk0 0228B039606ZZZZZZZZZZZ
hdisk1 0228C010606ZZZZZZZZZZZ
------>123456789
1-5 is the hex value I need to convert to dec, and get finally output (last output column in the output is cut 6-9 from second column of the input file)...
For disk i/o performance on client LPAR does it matter rootvg and datavg disks are mapped on the same or on separates vhost devices on VIOSes?
What IBM recommends in such case?
Hi,
does VIOS take care about client's disk PVIDs?
a client disk was discovered on VIOS with a PVID, mapped to a vhost, discovered on client side, and the PVID on this client has been recreated with the new one due to:
0516-1376 /usr/sbin/mkvg: Physical volume contains a VERITAS volume...
Hello,
what does the eval do?
in a ksh script I have found:
PROCLST='ps -ef|grep cal7w|grep -v grep'
and later in the same script...
if [ `eval $PROCLST | wc -l` -ne 0 ]
then
echo "`eval $PROCLST`"
....
what does eval do in the above test and later in "echo" command? is it correct?
what if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.