# smcli mkdatasource -c storage -t http -i 100.0.0.125 -p 25988 -u root -w root -n "/interop"
      > DS 시리즈 등록시 (잘 않되면 Director Console에서 SMIS로 discover)
      > /interop의 namespace는 솔루션에 따라 상이

 # smcli mkdatasource -c fabric -t http -i 100.0.0.125 -p 35988 -u root -w root -n "/interop"
     > Brocade SW 등록시

# smcli dumpstcfg -v

# smcli rmdatasource -c storage -i  100.0.0.125  -t http -p 25988
      > 등록된 datasource 삭제

블로그 이미지

Melting

,


lssyscfg -m Apple-8202-E4B-SN064A87P -r lpar -F name,lpar_id,state,default_profile

chsysstate -m Apple-8202-E4B-SN064A87P -o shutdown -r lpar --immed -n a1lpar1
  > Apple*** 서버의 a1lpar1파티션을 종료

migrlpar -o m -t Mango-8202-E4B-SN064A89P -m Apple-8202-E4B-SN064A87P -p a1lpar1 

  > Apple*** 서버의 a1lpar1파티션을 Mango*** 서버로 이동

chsysstate -m Mango-8202-E4B-SN064A89P -o on -r lpar -b norm -n a1lpar1 -f default
   > Mango*** 서버의 a1lpar1 파티션의 default 프로파일 기동


블로그 이미지

Melting

,

smcli chprop perf.extended.discovery.timeout xx (분단위)

(or)

vi  /opt/ibm/director/lwi/conf/overrides/USMIKernel.properties
    >  perf.extended.discovery.timeout 항목 수정

블로그 이미지

Melting

,


lsnim -l <deploy 대상 파티션명>   
lsnim -l <deploy 대상 파티션명> | grep info



nim:/# lsnim -l workload001

workload001:

   class          = machines

   type           = standalone

   comments       = <?xml version="1.0" encoding="UTF-8"?><nimrf><created>Thu Jul 05 14:09:40 KST 2012</created></nimrf>

   connect        = nimsh

   platform       = chrp

   netboot_kernel = 64

   if1            = master_net workload001 DAA3DED35203

   net_settings1  = auto auto

   cable_type1    = N/A

   mgmt_profile1  = H180_24_56_120 1 cec-E4B-064A87P

   Cstate         = Base Operating System installation is being performed

   prev_state     = BOS installation has been enabled

   Mstate         = in the process of booting

   info           = BOS install 17% complete : 14% of mksysb data restored.

   boot           = boot

   bosinst_data   = nimrf-0000000000000004-bosinst_data

   image_data     = nimrf-0000000000000004-image_data

   mksysb         = appliance-0_image-1

   nim_script     = nim_script

   script         = nimrf-0000000000000003-script

   script         = nimrf-0000000000000004-script

   script         = vmc_config

   spot           = nimrf-0000000000000002-spot

   cpuid          = 00F64A874C00

   control        = master

   Cstate_result  = success

nim:/#

블로그 이미지

Melting

,

http://aix4admins.blogspot.kr/2011/06/virtual-scsi-virtual-scsi-is-based-on.html 


오호라~ 이런게 있었군... ^^

dir:/# echo "cvai" | kdb | grep vscsi
read vscsi_scsi_ptrs OK, ptr = 0xF1000000C01813C0
vscsi0     0x000007 0x0000000000 0x0                a1vios1->vhost5
dir:/#


'IBM Power' 카테고리의 다른 글

CLI를 통한 LPM 수행하기...  (0) 2012.07.20
nim 으로 os 설치시 진행상태 확인  (0) 2012.07.05
nim설치를 위해 필요한 fileset  (0) 2012.07.05
nim 서버 largesend 설정하기...  (0) 2012.07.05
PowerVM QuickStart  (0) 2012.07.03
블로그 이미지

Melting

,

/export/nim/appliances 아래에 저장됨


블로그 이미지

Melting

,



dir:# vi /opt/ibm/director/lwi/conf/overrides/usmi_settings.properties

# - configures web browser session timeout (in minutes).  Pages that
#   automatically receive new content will reset the timer when new
#   content is displayed.  A value of -1 means no timeout.
com.ibm.pvc.webcontainer.http.sessionGlobalTimeout=-1


블로그 이미지

Melting

,


dir:/# vi /opt/ibm/director/lwi/runtime/isc/consoleProperties.xml

    <consoleproperties:console-property id="ENABLE.CONCURRENT.LOGIN" value="true"/>

블로그 이미지

Melting

,

nim설치를 위해 필요한 fileset 
    > dsm.core openssh openssl

nim:/# lslpp -L | grep -E "dsm.core|openssh|openssl"

  dsm.core                   7.1.1.3    A     F    Distributed Systems Management

  openssh.base.client     5.8.0.6101    C     F    Open Secure Shell Commands

  openssh.base.server     5.8.0.6101    C     F    Open Secure Shell Server

  openssh.man.en_US       5.8.0.6101    C     F    Open Secure Shell

  openssh.msg.en_US       5.8.0.6101    C     F    Open Secure Shell Messages -

  openssl.base            0.9.8.1800    C     F    Open Secure Socket Layer

  openssl.license         0.9.8.1800    C     F    Open Secure Socket License

  openssl.man.en_US       0.9.8.1800    C     F    Open Secure Socket Layer

nim:/#


블로그 이미지

Melting

,

simage 속성이 yes이어야 함

nim:/# nim -o update -a source=/mnt -a packages=bos 710lpp_res
nim:/# lsnim -l 710lpp_res
710lpp_res:
   class       = resources
   type        = lpp_source
   arch        = power
   Rstate      = ready for use
   prev_state  = unavailable for use
   location    = /export/nim/lpp_source/710lpp_res
  simages     = yes
   alloc_count = 0
   server      = master
nim:/#





블로그 이미지

Melting

,