vfcpmap on VIO Server

vfcpmap on VIO Server

 

vfcmap command maps and unmaps the virtual fibre channel adapter to the physical fibre channel port.


To Map the virtual fibre channel ,vfchost1 to the physical fibre channel port, fcs0

# vfcmap -vadapter vfchost0 -fcp fcs0


To unmap the virtual fibre channel, vfchost3 to the physical fibre channel port, fcs3

# vfcmap -vadapter vfchost3 -fcp
 
 

USB Drive Mount Procedure on AIX Server.

 
1.Connect the USB drive to the server and discover it in OS.
      #cfgmgr

2. Find the newly detected USB device name:
     #lsdev -C|grep usbms

    Ex: assume the newly detected device name is usbms0

3. create the filesystem on USB drive:
           #mkfs -V jfs2 -o ea=v2 /dev/usbms0
4. Create the mount point and mount the drive on it.
       #mkdir /usbdrive
       #mount -o log=NULL /dev/usbms0 /usbdrive
5. Check is drive mounted or not:
        # df -g|grep usbdrive
6. copy the data to it
        #cp /work/test.txt /usbdrive
        #ls -l /usbdrive  -- should show test.txt file in it.
 
 

Recovery From A Deleted /dev Directory in AIX

 

 

Note that AIX recreates most of /dev on boot, but we need a certain amount.

========================================
=======
Problem(Abstract): The /dev directory was accidentally deleted.
===============================================
Symptom: System wont boot
===============================================
Environment: AIX 5.3 (and others)
==============================================
Resolving the problem

Boot system into maintenance mode.
Access a root volume group before mounting filesystems

mount /dev/hd4 /mnt
mount /dev/hd2 /mnt/usr
mknod /mnt/dev/hd1 b 10 8
mknod /mnt/dev/hd2 b 10 5
mknod /mnt/dev/hd3 b 10 7
mknod /mnt/dev/hd4 b 10 4
mknod /mnt/dev/hd5 b 10 1
mknod /mnt/dev/hd6 b 10 2
mknod /mnt/dev/hd8 b 10 3
mknod /mnt/dev/hd9var b 10 6
umount /mnt/usr
umount /mnt
shutdown -Fr

How to view system Serial Number in AIX

 

# lsconf | grep -i "Machine Serial"

# prtconf | grep -i "Machine Serial"

# lsattr -El sys0 -a systemid
 
 

AIX Logs:

List of AIX Logs

/var/adm/ras/lvmcfg.log         # lvm log file shows what lvm commands were used (alog -ot lvmcfg)

alog -L                # List the defined log types

alog -o -t boot                # View the boot log

alog -o -t console        # View the console log

 

Viewing the contents of a disk without varying on the VG in AIX

 

To view a disk without varying it on:

# lqueryvg -p hdisk0 -L
00c9b6fb00004c000000013a8c97f698.1   backup_lv 1
00c9b6fb00004c000000013a8c97f698.2   loglv01 1
00c9b6fb00004c000000013a8c97f698.3   fslv19 1
00c9b6fb00004c000000013a8c97f698.4   was70bkp 1
00c9b6fb00004c000000013a8c97f698.5   paging00 1
00c9b6fb00004c000000013a8c97f698.6   fixes_lv 1
 
 
 
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
AIX hangs on boot? How to debug boot process on AIX systems
Viewed 8998 times since Thu, Feb 21, 2019
Script to make mksysb backup from NIM to LPAR
Viewed 3413 times since Thu, Feb 21, 2019
Mount CD/DVD & ISO image in AIX 6.1
Viewed 3756 times since Tue, Jul 17, 2018
Remove disk from volumegroup in AIX
Viewed 6156 times since Tue, Apr 16, 2019
The new VIOS performance advisor tool part util
Viewed 2968 times since Tue, Jun 4, 2019
AIX - How to get IP and MAC address of ethernet adapter in AIX
Viewed 23325 times since Fri, Jun 8, 2018
IBM AIX MPIO: Best practices and considerations
Viewed 10652 times since Wed, May 30, 2018
Technology level update on AIX using smit_update and alt_disk_install method
Viewed 5363 times since Sun, Jun 30, 2019
Firmware Assisted Dump sysdump
Viewed 1740 times since Mon, Jul 16, 2018
Using the AIX splitvg command
Viewed 3948 times since Mon, Jun 3, 2019