$mkvdev -vlan entx tagid xxentx is your sea adapter
and tagid xx is your vlan id that you want
$mkvdev -vlan entx tagid xxentx is your sea adapter
$ mkvdev -sea ent0 -vadapter ent2 -default ent2 -defaultid 1 -attr ha_mode=auto ctl_chan=ent3**defaultid is the vlan number of your vios (depends on you)
$lsdev -dev ent4 -attr
$cfgassistThen choose for our sea adapter which is ent4 for now.
#smitty installp
#smitty nim
#lsnim
#lsnim -l boot
#lsnim -l nim_script
#lssrc -ls inetd |grep tftpdMake sure it has activated already
#lssrc -ls inetd |grep bootpd
#lsnim -l lpp_source1 (this name depends on you when first configure the nim master.)
#nim -o lppchk -a show_progress=yes spot1 (this name depends on you when first configure the nim master)
#smit nim_mkmac
#smitty nimchoose the first one and provides any information of the client you have
#smitty nim_bosinstif anything has set up, there will be a client information popup.
#smitty nim_mkres
#lsnim -l mksysb_aix6 (this is the mksysb's name)
#smitty user
#no -o tcp_ephemeral_low=9000 -o udp_ephemeral_low=9000 -o tcp_ephemeral_high=65500 -o udp_ephemeral_high=65500
#restore -xvqf /export/images/Node1.mksysb ./image.data
$lsmap -all -npiv
$vfcmap -vadapter vfchost14 -fcp fcs0
#extendvg rootvg hdisk1
#mirrorvg rootvg
#bootlist -o -m normal
#bootlist -m normal hdisk0 hdisk1
#bosboot -ad hdisk0
#bosboot -ad hdisk1
#dd if=/path/to/file.iso of=/dev/cdlv (my LV's name is cdlv)Then mount the LV
#mount -v cdrfs -o ro /dev/cdlv/ /mnt/iso
#umount /mnt/iso
$lsrep
$mkrep -sp rootvg -size 20G
$mkvopt -name xxx.iso -file /home/padmin/xxx.iso
$lsmap -all
$mkvdev -fbo -vadapter vhostx
$loadopt -vtd vtopt0 -disk xxx.iso(or the name you choose in the first)
$lsmap -vadapter vhostx
$unloadopt -vtd vtopt0
#lsmap -all |grep -p C26 (example, mine is 26)
#mkvdev -vdev hdisk25 -vadapter vhost11
#ssh-keygen -t rsa
#cat ~/.ssh/id_rsa.pub | ssh user@server "cat - >> ~/.ssh/authorized_keys"
#ssh -vv user@server