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
HOWTO: Implement SEA Failover with Dual VIOS
Viewed 7604 times since Tue, Jun 4, 2019
AIX - How to get Memory infomation
Viewed 9996 times since Fri, Jun 8, 2018
Problem on resizing volume group on AIX 0516-1714, 0516-792, 0516-787, and 0516-404
Viewed 2592 times since Fri, Jul 6, 2018
AIX - How to monitor memory usage
Viewed 5276 times since Fri, Jun 8, 2018
Finding password rules in AIX
Viewed 2633 times since Mon, May 28, 2018
Script to reset NIM state and deallocate resources
Viewed 2348 times since Thu, Feb 21, 2019
Tunneling With SSH to Your Destination
Viewed 4208 times since Wed, May 30, 2018
AIX↑ AIX www links
Viewed 3709 times since Sat, Apr 20, 2019
AIX Commands Related to Boot and Init Process
Viewed 4540 times since Tue, Apr 16, 2019
AIX Encrypted File System
Viewed 5807 times since Tue, Jul 17, 2018