meta data for this page
  •  

Különbségek

A kiválasztott változat és az aktuális verzió közötti különbségek a következők.

Összehasonlító nézet linkje

Előző változat mindkét oldalonElőző változat
Következő változat
Előző változat
doksik_leirasok:vio [2018/07/23 11:12] – [Virtuális adapterek kiosztása új LPAR létrehozásakor] admindoksik_leirasok:vio [2018/07/25 10:58] (aktuális) admin
Sor 35: Sor 35:
   vfcmap -vadapter vfchostX -fcp fcsY   vfcmap -vadapter vfchostX -fcp fcsY
  
-[[http://aix4admins.blogspot.com/2011/06/virtual-fibre-channel-adapter-nport-id.html|NPIV]] +[[http://aix4admins.blogspot.com/2011/06/virtual-fibre-channel-adapter-nport-id.html|NPIV:]]
- +
- +
-==== Egyéb VIOS parancsok ==== +
- +
-  lsrep +
-  lsmap -all +
-  oem_setup_env +
-  mkvdev -vdev hdiskX -vadapter vhostY -dev DISZK_NEV +
-  rmvdev -vtd DISZK_NEV+
  
 +Creating NPIV adapters:
 +  - install physical FC Adapters to VIO Servrs
 +  - HMC -> VIO Server -> DLPAR -> Virtual Adapter (don't forget profile (save current))
 +  - HMC -> VIO Client -> DLPAR -> Virtual Adapter (the ids should be mapped, don't forget profile)
 +  - cfgdev (VIO server), cfgmgr (client)    <--it will bring up the new adapter vfchostX on vio server, fcsX on client
 +  - check status:
 +    - lsdev -dev vfchost*                    <--lists virtual FC server adapters
 +    - lsmap -vadapter vfchost0 -npiv         <--gives more detail about the specified virtual FC server adapter
 +    - lsdev -dev fcs*                        <--lists physical FC server adapters
 +    - lsnports                               <--checks NPIV readiness (fabric=1 means npiv ready)
 +  - vfcmap -vadapter vfchost0 -fcp fcs0      <--mapping the virtual FC adapter to the VIO's physical FC
 +  - lsmap -all -npiv                        <--checks the maping
 +  - HMC -> VIO Client -> get the WWN of the adapter    <--if no LPM will be used only the first WWN is needed
 +  - SAN zoning
  
  
Sor 61: Sor 66:
  
  
 +==== LPAR klónozás után futtatandó ====
 +  /usr/sbin/rsct/bin/rmcctrl -z
 +  /usr/sbin/rsct/install/bin/recfgct
  
 +VIOS-on ellenőrzés:
 +  /usr/sbin/rsct/bin/rmcdomainstatus -s ctrmc
 +  
 +==== IVM firmware upgrade ====
 +  invscout -rpm 01AL720_082_066.rpm -p 1 -i --force --ignoreos
 +  ldfware -file /tmp/fwupdate/01AL720_082_066.img
 +
 +  invscout -rpm `invscout -rpm 01AL720_082_066.rpm -qp` -p 1 -e
 +  
 +
 +==== Egyéb VIOS parancsok ====
 +
 +  lsrep
 +  lsmap -all
 +  oem_setup_env
 +  mkvdev -vdev hdiskX -vadapter vhostY -dev DISZK_NEV
 +  rmvdev -vtd DISZK_NEV