Skip to content

{ Tag Archives } vio

Problem Analysis bye Live Partition Mobility

-    Problem with  LPM: — Error Message: HSCL400A There was a problem running the VIOS command. HSCLA29A The RMC command issued to partition VIO2102 failed. The partition command is: migmgr -f get_adapter  -t vscsi -s U9117.MMC.6583EEB-V2-C38 -w 13857705817653313572 -W 13857705817653313573 -d 2 The RMC return code is: 0 The OS command return code is: 82 […]

Also tagged

Change on the fly VIO FC mapping because of problem with Live Partition Mobility

we want move the lpar to another CEC. but we get the following error: Migr: LPAR=nim9, Src_CEC=mars-9117-MMB-SNXXXXXX, Trgt_CEC=jupiter-9117-MMD-SNXXXXX, Src_VIO=xxx.xxx.xxx.xxx, Trgt_VIO=xxx.xxx.xxx.xxx Partition migration failed with the following errors: HSCLA27C The operation to get the physical device location for adapter U9117.MMB.06xxxxx-V2-C49 on the virtual I/O server partition VIO2 has failed. The partition command is: migmgr -f get_adapter […]

Also tagged

Create SEA Failover

Create two virtual adapter one for SEA other for control channel $ entstat -all ent2 | grep VLAN ( set trunk priority 1 for primary and set trunk prio 2 for secondary VIO2 Server) (keep the access external network checkbox selected.) Here is an example: Invalid VLAN ID Packets: 0 Port VLAN ID:     20 VLAN […]

Also tagged

Configure SEA on the VIO

1) $lsdev -type adapter  ( look the output ) ent0             Available   4-Port 10/100/1000 Base-TX PCI-Express Adapter (14106803) ent1             Available   4-Port 10/100/1000 Base-TX PCI-Express Adapter (14106803) ent2             Available   4-Port 10/100/1000 Base-TX PCI-Express Adapter (14106803) ent3             Available   4-Port 10/100/1000 Base-TX PCI-Express Adapter (14106803) ent4             Available   EtherChannel / IEEE 802.3ad Link Aggregation

Also tagged

Create user on VIO server with the view rights

1 ) login into VIO Server via padmin 2) change to root : oem_setup_env 3) Create user via smitty * User NAME                                           selim   User ID                                            [203]                                                                                                                                                                                  #   ADMINISTRATIVE USER?                                false                                                                                                                                                                                +   Primary GROUP                                      [staff]                                                                                                                                                                               +   Group SET                                          [staff]                                                                                                                                                                               +   ADMINISTRATIVE GROUPS                              []                                                                                                                                                                                    +   ROLES                                              [ViewOnly]                                                                                                                                                                            +   Another user can […]

Also tagged

HANDLING WITH AIX ERROR LOG PART ONE : SAVE

#!/usr/bin/ksh # Rotate Errorlog on local Node BINPATH=/usr/bin OUTPUT=/root/system/errpt.out USRLOC=/usr/local/bin DATE=`date +%Y%m%d-%H%M%S` # 1. Extract errtp $BINPATH/errpt -a > $OUTPUT.$DATE $BINPATH/gzip $OUTPUT.$DATE if [ -f $OUTPUT.$DATE.gz ] ; then $BINPATH/errclear 0 else echo “Achtung: $OUTPUT.$DATE.gz nicht gefunden!” exit 3 fi # eof

Also tagged ,

VIOS RELEASE PLAN

Also tagged

dshvio script – Run VIOS command remotely

Purpose This script is to perform VIOS command as user ID padmin on one or multiple VIO servers remotely. It is very useful for managing several VIO servers and submitting batch job remotely. Prerequisite: 1. Install the following packages from AIX Toolbox CD on the AIX server where you will run the dshvio script. tcl-8.4.7-3.aix5.1.ppc.rpm […]

Also tagged ,