The following SEA on a virtual I/O server is no longer required:
$ lsdev -dev ent48
name status description
ent48 Available Shared Ethernet Adapter
$
Attempting to delete the SEA using rmvdev fails with the following error message:
$ rmvdev -sea ent48
Some error messages may contain invalid information
for the Virtual I/O Server environment.
Method error (/usr/lib/methods/ucfgcommo):
0514-062 Cannot perform the requested function because the
specified device is busy.
$
The SEA is still in use. One possibility is the use of LLDP. This can be checked with the lsdev command:
$ lsdev -dev ent48 -attr lldpsvc
value
yes
$
In this case LLDP is active on the SEA and must first be stopped before the SEA can be deleted. Stopping LLDP on the SEA can be easily done by changing the lldpsvc attribute to the value “no“:
This post shows how to download AIX installation ISO images from the IBM Entitled Systems Support website. A valid IBMid and a current IBM software maintenance agreement (SWMA) are required for the download.As an example we show the download of the AIX installation ISO images for AIX 7.2 TL5.However, ISO images for other AIX versions or other software, e.g. PowerHA, can also be downloaded in the same way.
AIX and other software can be downloaded from the IBM Entitled Systems Support website. The URL for the website is:
Click on “Log in” to log into IBM Entitled Systems Support (ESS)
In order to log in, you need a valid IBMid and a valid software maintenance contract. After clicking on the blue “Log in” button, a login mask appears.
Specify the IBMid and then click the “Continue” button.
After entering a valid IBMid and confirming with the “Continue” button, you will be asked for a password.
After entering the password, log in with the “Log in” button.
After entering the password, the main page of Entitled Systems Support appears.
“My Entitled Software” can be selected to download software.
“My Entitled Software” should be selected to download software.
To download AIX or other software, the “Software Downloads” link must be selected.
From the displayed selection of options, the “Software Downloads” link should be clicked.
Select category “AIX” and group “V7R2 (GA)” for AIX 7.2. Then click on the magnifying glass.
The software to be downloaded can be selected either by specifying the category, or the machine type, or by directly selecting a product. We show the variant “By category”, by selecting the category “AIX” and the desired version “V7R2 (GA)” for AIX 7.2.
To download a specific AIX 7.2 TL, “AIX 7.2 TL support” should be selected and then the selection should be confirmed with the “Continue” button.
From the list of available “AIX 7.2” products, “AIX 7.2 TL support” should be selected.
Select the AIX 7.2 TLs 05 and confirm with “Continue”.
From the list of available packages, the package for the desired TL (AIX 7.2 TL05) should be selected. Pressing the “Continue” button confirms the selection.
Before the software can finally be downloaded, IBM’s general terms and conditions must be confirmed.
The general terms and conditions must be confirmed here.
Next you have to select whether the download should be done via the browser or with the help of the download director. We have decided to download using a browser.
We select download with the browser and confirm with “Continue”.
Next, the available images are displayed. We select the install images “AIX v7.2 Install DVD 1”, “AIX v7.2 Install DVD 2” and “AIX v7.2 Install flash”.
Start the download of the AIX 7.2 TL5 ISO images by clicking “AIX v7.2 Install DVD 1” and “AIX v7.2 Install DVD 2”.
The progress of the download can be followed via the browser:
Download progress via the browser.
PowerHA, PowerVM or any other software can be downloaded in the same way via IBM Entitled Systems Support (ESS). However, a valid software maintenance contract for the corresponding software is always required.
During a TSM operation, the following error message occurs:
# dsmc q sess -se=TSM01
IBM Spectrum Protect
Command Line Backup-Archive Client Interface
Client Version 8, Release 1, Level 9.0
Client date/time: 12/09/22 08:33:24
(c) Copyright by IBM Corporation and other(s) 1990, 2019. All Rights Reserved.
Node Name: aixdbt01
ANS1592E Failed to initialize SSL protocol.
#
A possible cause is the missing certificate of the associated TSM instance, in the above case TSM01. The missing certificate can be found on the TSM server in the directory of the instance. The instance directory is usually given to the TSM server process (dsmserv) when it is started with the “-i” option:
The certificate cert256.arm should then be copied to the client system, we assume it has been copied to /tmp.
The dsmcert command for managing certificates is located under /usr/tivoli/tsm/client/ba/bin64. The certificate can then be installed (added) with the following call:
# cd /usr/tivoli/tsm/client/ba/bin64
# ./dsmcert -add -server TSM01 -file /tmp/cert256.arm
IBM Spectrum Protect
dsmcert utility
dsmcert Version 8, Release 1, Level 9.0
dsmcert date/time: 12/09/22 08:44:26
(c) Copyright by IBM Corporation and other(s) 1990, 2019. All Rights Reserved.
Result : Success
#
Subsequent access to the TSM instance using e.g. “dsmc q sess” should then work:
# dsmc q sess -se=TSM01
IBM Spectrum Protect
Command Line Backup-Archive Client Interface
Client Version 8, Release 1, Level 9.0
Client date/time: 12/09/22 08:44:55
(c) Copyright by IBM Corporation and other(s) 1990, 2019. All Rights Reserved.
Node Name: aixdbt01
Session established with server TSM01: AIX
Server Version 8, Release 1, Level 16.000
Server date/time: 12/09/22 08:44:56 Last access: 12/09/22 03:02:56
IBM Spectrum Protect Server Connection Information
Home Server Name........: TSM01
Server Type.............: AIX
Archive Retain Protect..: "No"
Server Version..........: Ver. 8, Rel. 1, Lev. 16.0
Last Access Date........: 12/09/22 03:02:56
Delete Backup Files.....: "No"
Delete Archive Files....: "No"
Deduplication...........: "Server Only"
Node Name...............: aixdbt01
User Name...............: root
SSL Information.........: TLSv1.2 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
Secondary Server Information
Not configured for failover
#
In the simplest case, a SEA (Shared Ethernet Adapter) can consist of just one trunking adapter. A SEA can have up to 16 trunking adapters, whereby each of the trunking adapters can have up to 20 additional VLANs in addition to the port VLAN ID.
The group mygroup currently has no members (users=””).
To add the two local users user01 and user02 to the group mygroup, the “-m” (member) option must be used. Then follows a plus sign “+” for add and a comma-separated list of user names. The last argument is the group:
The output of lsgroup shows that the user06 is also a member of the group mygroup. However, membership cannot be revoked in this case:
# chgrpmem -m - user06 mygroup
Cannot drop "user06" from primary group "mygroup".
#
A user must always have a primary group! The chgrpmem command can only be used to manage users’ additional memberships. The primary group can only be changed with the chuser command.
Note: The chgrpmem command and the “-a” option can also be used to change the administrators of a group. However, this is rarely used in practice and is therefore not addressed here.
If the following message occurs while expanding a logical volume or file system:
# chfs -a size=+5G /fs01
0516-787 extendlv: Maximum allocation for logical volume fslv01
is 512.
#
Then the cause is a limitation of the logical volume. The size of a logical volume is limited by the maximum number of LPs (logical partitions) that can be allocated for the logical volume. The error message says exactly that and even gives the current value for the maximum number of LPs. This is a changeable attribute of the logical volume and can be displayed with the lslv command:
The attribute can be changed with the command chlv:
# chlv -x 768 fslv01
#
With a PP (Physical Partition) size of 8 MB, 768 PPs are sufficient for exactly 6 GB. Of course, you could consider the next expansion and set the value accordingly higher.
If there are enough 0516-787 extendlv: Maximum allocation for logical volumes free in the underlying volume group and no other limits are exceeded, the file system or logical volume should now be able to be expanded:
# chfs -a size=+5G /fs01
Filesystem size changed to 12582912
Inlinelog size changed to 24 MB.
#
As of AIX 7.2 TL4 and VIOS 3.1.1.10 there is a new attribute “label” for physical FC adapters. The administrator can set this attribute to any character string (maximum 255 characters). Even if the attribute is only informative, it can be extremely useful in PowerVM virtualization environments. If you have a large number of managed systems, it is not always clear to which FC fabric a certain FC port is connected. This can of course be looked up in the documentation of your systems, but it does involve a certain amount of effort. It is easier if you link this information directly with the FC adapters, which is exactly what the new “label” attribute allows in a simple way. On AIX:
# chdev -l fcs0 -U -a label="Fabric_1"
fcs0 changed
# lsattr -El fcs0 -a label -F value
Fabric_1
#
On virtual I/O servers, the attribute can also be set using the padmin account:
The attribute is also defined for older FC adapters.
If the “label” attribute is consistently used, it is always possible to determine online for each FC adapter to which fabric the adapter is connected to. This information only needs to be stored once for each FC adapter.
(Note: The “label” attribute is not implemented for AIX 7.1, at least not until 7.1 TL5 SP6.)
You must be logged in to post a comment.