msgbartop
Tips and Tricks site for advanced HP-UX Engineers
msgbarbottom

19 Jul 22 Disk issues on HP-UX

So you are having disk problems:

Scenario 1:

You need to build a logical volume on a disk that is in the kernel. You have other issues that will not let you completely replace /etc/lvmtab

mv /etc/lvmtab /etc/lvmtab.save

vgscan -av

You need that disk number 967 to change.

ioscan -NfnCdisk shows the offending device files

 /dev/disk/disk967

 /dev/rdisk/disk967

64000/0xfa00/0x102

What to do?

Force the system to hand out new device files.

rmsf /dev/rdisk/disk967

rmsf /dev/disk/disk967

rmsf -H 64000/0xfa00/0x102

scsimgr -h lun_reset -D /dev/rdisk/disk967

insf -e

Possible alternative:

vgreduce -f /dev/vgname

Trick of the day if you are seing flapping on the SAN. Such as a scenario where deices are giong on and ofline.

ioscan -fN | wc -l ## Gets you a count.

drop the wc -l and you get a pretty detailed look at the HBA/SAN/disk infrastructure.

ioscan -fN

13 Nov 19 Convert LVM volume group from 1.0 to 2.2

# First – show proof that we are currently using VG Version 1.0

# vgdisplay /dev/vgscott01
--- Volume groups ---
VG Name                     /dev/vgscott01
VG Write Access             read/write
VG Status                   available
Max LV                      255
Cur LV                      3
Open LV                     3
Max PV                      32
Cur PV                      16
Act PV                      16
Max PE per PV               40960
VGDA                        32
PE Size (Mbytes)            32
Total PE                    131204
Alloc PE                    65849
Free PE                     65355
Total PVG                   0
Total Spare PVs             0
Total Spare PVs in use      0
VG Version                  1.0   <----- Proof :-)
VG Max Size                 40t
VG Max Extents              1310720

--------------------------------------

# Step #1.  From experience, we *know* that each current disk in the VG will
# need to have at least one free extent at the end to accomodate the transition
# to VG Version 2.x.
#
# But, currently, all extents from all current disks are allocated.  
# We can move off 'N' number of extents from the end of the current 
# disk to a new disk using the "-e" option of the pvmove command.
#

# (note: we use dsf's for all commands)

--------------------------------------

#
# First we need to unmount all filesystems
#

umount /bb/9/dev/mylab
umount /bb/9/dev/venturelab
umount /bb/9/dev

--------------------------------------

#
# Ok, we need to free up at least one extent from the end of
# the original, fully-qualified disks.
#
# We use the "-e" option of the pvmove command to make this happen.

# pvmove -e 2 /dev/disk/disk247 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk248 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk251 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk249 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk260 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk259 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk258 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk261 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk262 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk263 /dev/disk/disk265
# pvmove -e 2 /dev/disk/disk264 /dev/disk/disk265


#
# At this point, a vgdisplay should show at least 2 extents for each physical volume. 
# Check our work
#

# vgdisplay -v /dev/vgscott01



--------------------------------------

# vgversion -r -V 2.1 /dev/vgscott01

#
# We are good to go!
#

#
# We need to deactivate the Volume Group before we can upgrade
#

# vgchange -a n /dev/vgscott01

#
# We are good to go!
#

# vgversion -V 2.1 /dev/vgscott01



--------------------------------------

#
# Check our work
#

# vgchange -a y /dev/vgscott01

# vgdisplay -v /dev/vgscott01



--------------------------------------

#
# Now, we can extend our logical volume
#

# lvdisplay /dev/vgscott01/lvol1

# lvextend -l 98864 /dev/vgscott01/lvol1
# fsadm -F vxfs -b 3163648m /bb/9/dev

--------------------------------------

# lvdisplay /dev/vgscott01/lvol1



--------------------------------------

# vgcfgbackup /dev/vgscott01

--------------------------------------

# mount /bb/9/dev
# mount /bb/9/dev/mylab
# mount /bb/9/dev/venturelab

# bdf /bb/9/dev


24 Jul 18 My spam filter needs spam @ spamdepot@hpux.ws

Send all your spam to this address:

spamdepot@hpux.ws

22 Feb 10 Obtain Fiber card WWN information from HP-UX npar

This was developed jointly by myself and Ted Fisher of Dana. Ted did most of the work, because I had to duck out of the office. The idea is however to take the utility fcmsutil and get it working in the recovery shell was developed jointly.

What follows is a putty log, with certain proprietary network information removed and a procedure.

Connect to the Console that controls the npar.

 

                                Welcome to the

                             Management Processor

                 HP 9000 and Integrity Superdome Server SD64B

 

 

Supported firmware-updateable entity combination: Recipe 8.7e                  

 

 

    MP MAIN MENU:

 

         CO: Consoles

        VFP: Virtual Front Panel

         CM: Command Menu

         CL: Console Logs

         SL: Show Logs

         FW: Firmware Update

         HE: Help

          X: Exit Connection

 

[dome-m1c] MP> co
    Partitions available:

 

     #   Name

    —  —-

     0)  dome-m1-NPAR0

     1)  dome-m1-NPAR1

     2)  dome-m1-NPAR2

     Q)  Quit

 

    Please select partition number: 2
        Connecting to OS Console: dome-m1-NPAR2

        (Use <Ctrl-b> to return to main menu.)

Client MAC Address: 00 22 64 E4 74 B2

Shell> lanboot select -cip 10.91.138.167 -sip 10.91.138.162 -m 255.255.255.0 -b “/
opt/ignite/boot/Rel_B.11.31/nbp.efi”
  01  Acpi(HWP0002,PNP0A03,804)/Pci(1|0)/Pci(6|0)/Mac(002264E47438)
  02  Acpi(HWP0002,PNP0A03,804)/Pci(1|0)/Pci(6|1)/Mac(002264E47439)
  03  Acpi(HWP0002,PNP0A03,805)/Pci(1|0)/Pci(6|0)/Mac(002264E47444)
  04  Acpi(HWP0002,PNP0A03,805)/Pci(1|0)/Pci(6|1)/Mac(002264E47445)
  05  Acpi(HWP0002,PNP0A03,806)/Pci(1|0)/Pci(6|0)/Mac(002264E474A4)
  06  Acpi(HWP0002,PNP0A03,806)/Pci(1|0)/Pci(6|1)/Mac(002264E474A5)
  07  Acpi(HWP0002,PNP0A03,80C)/Pci(1|0)/Pci(6|0)/Mac(002264E474DE)
  08  Acpi(HWP0002,PNP0A03,80C)/Pci(1|0)/Pci(6|1)/Mac(002264E474DF)
  09  Acpi(HWP0002,PNP0A03,80D)/Pci(1|0)/Pci(6|0)/Mac(002264E474B2)
  10  Acpi(HWP0002,PNP0A03,80D)/Pci(1|0)/Pci(6|1)/Mac(002264E474B3)
  11  Acpi(HWP0002,PNP0A03,80E)/Pci(1|0)/Pci(6|0)/Mac(002264E4745C)
  12  Acpi(HWP0002,PNP0A03,80E)/Pci(1|0)/Pci(6|1)/Mac(002264E4745D)
Select Desired LAN: 10

Client MAC Address: 00 22 64 E4 74 B3

LAN Configuration:
    Client MAC Address     : 00 22 64 E4 74 B3
    Client IP Address      : 10.91.138.167
    Subnet Mask            : 255.255.255.0
    Boot Server IP Address : 10.91.138.162
    DHCP Server IP Address : 0.0.0.0

Retrieving File Size.

    Boot file name: /opt/ignite/boot/nbp.efi
    Boot file size: 24576 bytes

Retrieving File (TFTP).

Executing Image: “/opt/ignite/boot/nbp.efi”
Optional Data: NONE
@(#) HP-UX IA64 Network Bootstrap Program Revision 1.0
Downloading HPUX bootloader
Starting HPUX bootloader
Obtaining size of fpswa.efi  / (328192 bytes)
Downloading file  fpswa.efi  -\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\ (328192 bytes)

(C) Copyright 1999-2008 Hewlett-Packard Development Company, L.P.
All rights reserved

HP-UX Boot Loader for IPF  —  Revision 2.036

Booting from Lan
Obtaining size of AUTO  | (226 bytes)
Downloading file  AUTO  /- (226 bytes)
Obtaining size of AUTO  \ (226 bytes)
Downloading file  AUTO  |/ (226 bytes)

 

Obtaining size of AUTO  – (226 bytes)
Downloading file  AUTO  \| (226 bytes)
    1.  target OS is B.11.23 IA
    2.  target OS is B.11.31 IA
    3.  Exit Boot Loader

Choose an operating system to install that your hardware supports:2

Obtaining size of AUTO  / (226 bytes)
Downloading file  AUTO  -\ (226 bytes)
Obtaining size of Rel_B.11.31/IINSTALL  | (50966795 bytes)
Downloading file  Rel_B.11.31/IINSTALL  /-\ (50966795 bytes)
> System Memory = 98106 MB
loading section 0
………………………………………………………………………………………. (complete)
loading section 1
…………….. (complete)
loading symbol table
Obtaining size of Rel_B.11.31/IINSTALLFS  | (61341696 bytes)
Downloading file  Rel_B.11.31/IINSTALLFS  /-\|//-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/- (61341696 bytes)
loading ram disk file (Rel_B.11.31/IINSTALLFS).
………………………………………………………………………………………………………
 (complete)
Launching Rel_B.11.31/IINSTALL
SIZE: Text:50828K + Data:8272K + BSS:23776K = Total:82878K

Console is on Serial Device – via PCDP
Booting kernel…

krs_read_mfs: Error 5 opening MFS.

Loaded ACPI revision 2.0 tables.

krs_read_mfs: Error 5 opening MFS.

 

Memory Class Setup

————————————————————————-

Class     Physmem              Lockmem              Swapmem

————————————————————————-

System :  93316 MB             93316 MB             93316 MB           

Kernel :  93316 MB             93316 MB             93316 MB           

User   :  90509 MB             80238 MB             80553 MB           

————————————————————————-

 

ktracer is off until requested.

Installing Socket Protocol families AF_INET and AF_INET6

Kernel EVM initialized

sec_init(): kernel RPC authentication/security initialization.

secgss_init():  kernel RPCSEC_GSS security initialization.

rpc_init(): kernel RPC initialization.

rpcmod_install(): kernel RPC STREAMS module “rpcmod” installation. …(driver_install)

NOTICE: nfs_client_pv3_install(): nfs3 File system was registered at index 11.

NOTICE: nfs_client_pv4_install(): nfs4 File system was registered at index 12.

iether0: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/4/1/0/6/0

iether1: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/4/1/0/6/1

iether2: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/5/1/0/6/0

iether3: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/5/1/0/6/1

iether4: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/6/1/0/6/0

iether5: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/6/1/0/6/1

iether6: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/12/1/0/6/0

iether7: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/12/1/0/6/1

iether8: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/13/1/0/6/0

iether9: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/13/1/0/6/1

iether10: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/14/1/0/6/0

iether11: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 8/0/14/1/0/6/1

 

    System Console is on the Built-In Serial Interface

iether12: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/4/1/0/6/0

iether13: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/4/1/0/6/1

iether14: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/5/1/0/6/0

iether15: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/5/1/0/6/1

iether16: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/6/1/0/6/0

iether17: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/6/1/0/6/1

iether18: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/12/1/0/6/0

iether19: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/12/1/0/6/1

iether20: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/13/1/0/6/0

iether21: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/13/1/0/6/1

iether22: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/14/1/0/6/0

iether23: INITIALIZING HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter at hardware path 10/0/14/1/0/6/1

AF_INET socket/streams output daemon running, pid 158

afinet_prelink: module installed

Starting the STREAMS daemons-phase 1

    Swap device table:  (start & size given in 512-byte blocks)

        entry 0 – auto-configured on root device; ignored – no room

WARNING: No swap device configured, so dump cannot be defaulted to primary swap.

WARNING: No dump devices are configured.  Dump is disabled.

Create STCP device files

Starting the STREAMS daemons-phase 2

     $Revision: vmunix:    B.11.31_LR FLAVOR=perf nfsauth: lookupname: 2

 

Memory Information:

    physical page size = 4096 bytes, logical page size = 4096 bytes

    Physical: 100461436 Kbytes, lockable: 80228428 Kbytes, available: 90518748 Kbytes

 

       * Preparing to execute init…
=======  02/19/10 13:42:01 EST  HP-UX Installation Initialization. (Fri Feb 19
         13:42:01 EST 2010)
         @(#)Ignite-UX Revision C.7.7.93
         @(#)ignite/launch (opt) Revision:
         /branches/IUX_RA0809/ignite/src@74753 Last Modified: 2008-07-11
         12:27:58 -0600 (Fri, 11 Jul 2008)
       * Configuring RAM filesystems…
       * Scanning system for IO devices…
       * Boot device is: 8/0/13/1/0/6/1
NOTE:    There were no disk devices found during the scan.  Make sure that the
         destination disks are connected and powered on.  You may choose to
         scan for more disk drives from next menu on the console.
NOTE:    Empty primary boot path reported by setboot: Primary bootpath :
        
NOTE:    Primary path not currently set to an existing disk device.
       * Setting keyboard language.
.i
    
i
 ### We poke around and try and get the hardware information and the World Wide Name.
Welcome to Ignite-UX!Use the <tab> key to navigate between fields, and the arrow keys
  within fields.  Use the <return/enter> key to select an item.
  Use the <return/enter> or <space-bar> to pop-up a choices list.  If the
  menus are not clear, select the “Help” item for more information.Hardware Summary:System Model: ia64 hp superdome server SD64B
  +———————-+—————+——————–+[ Scan Again  ]
  | Disks: 0  (    0.0GB)| Floppies: 0   | LAN cards:  24     |
  | CD/DVDs:0    | Tapes:    0   | Memory:    98106Mb |
  | Graphics Ports: 0    | IO Buses: 24  | CPUs:24     |[ H/W Details ]
  +———————-+—————+——————–+[      Install HP-UX       ][   Run an Expert Recovery Shell   ][    Advanced Options][  Reboot  ][  Help  ]     Install HP-UX       Run an Expert Recovery Shell  Networking must be enabled in order to load a shell.
(Press any key to continue.)LAN Interface SelectionMore than one network interface was detected on the system.  Youwill need to select the interface to enable.  Only one interfacecan be enabled, and it must be the one connected to the networkthat can be used in contacting the install and/or SD servers.Use the <tab> and/or arrow keys to move to the desired LAN deviceto enable, then press <Return>.HW Path    Interface   Station Address  Description———————————————————-[ 8/0/4/1/0/6 lan0     0x002264E47438   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/4/1/0/6 lan1     0x002264E47439   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/5/1/0/6 lan2     0x002264E47444   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/5/1/0/6 lan3     0x002264E47445   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/6/1/0/6 lan4     0x002264E474A4   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/6/1/0/6 lan5     0x002264E474A5   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/12/1/0/ lan6     0x002264E474DE   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/12/1/0/ lan7     0x002264E474DF   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/13/1/0/ lan8     0x002264E474B2   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/13/1/0/ lan9     0x002264E474B3   HP_AD194-60001_PCI/PCI-X_1000B ][ 8/0/14/1/0/ lan10    0x002264E4745C   HP_AD194-60001_PCI/PCI-X_1000B ]8/0/13/1/0/ lan9     0x002264E474B3   HP_AD194-60001_PCI/PCI-X_1000B* Searching the network for a DHCP server to supply default networkinginformation….This could take up to 30 seconds if a DHCP server cannot be found. Ifyou wish to cancel the DHCP server search, you may press CTRL-C now.* Could not get DHCP information.  No host specific network defaultswill be supplied.  (dhcpclient returned: 9)NETWORK CONFIGURATIONNETWORK CONFIGURATIONThis system’s hostname:                Internet protocol address (eg. 15.2.56.1) of this host:                Default gateway routing internet protocol address: 10.8.128.1     The subnet mask (eg. 255.255.248.0 or 0xfffff800): 255.255.252.0  IP address of the Ignite-UX server system: 10.8.128.162   Is this networking information only temporary?  [ No  ][   OK   ][ Cancel ][  Help  ]10.8.128.167o No  OK    OK  ancelancelHelp  Help test        <est NETWORK CONFIGURATIONThis system’s hostname:<est            Internet protocol address (eg. 15.2.56.1) of this host:                Default gateway routing internet protocol address: 10.8.128.1     The subnet mask (eg. 255.255.248.0 or 0xfffff800): 255.255.252.0  IP address of the Ignite-UX server system: 10.8.128.162   Is this networking information only temporary?  [ No  ][   OK   ][ Cancel ][  Help  ]10.8.128.167o No  OK    OK  ancelancelHelp  Help testo YesYesYes OK    OK         * Bringing up Network (lan9)
add net default: gateway 10.8.128.1
* Reading configuration information from server…
 
       * Creating disk device files…
       * Loading the recovery commands…

### We arrive at the recovery shell.

                  HP-UX NETWORK SYSTEM RECOVERY

                  WARNING:  YOU ARE SUPERUSER !!

 

 
Checking for required components on the Ignite Server……..

 

Loading some basic commands…
Required files exist … Proceeding
Cannot find the disk referenced by the primary
boot path: “” in /tmp/hw.info or /tmp/io.info.

The default chosen for the root disk may not be correct.
press <return> to continue

                 HP-UX NETWORK SYSTEM RECOVERY
                            MAIN MENU
    

        s.  Search for a file
        b.  Reboot
        l.  Load a file
        r.  Recover an unbootable HP-UX system
        x.  Exit to shell
This menu is for listing and loading the tools contained on the core media.
Once a tool is loaded, it may be run from the shell. Some tools require other
files to be present in order to successfully execute.

Select one of the above: Dead gateway detection can’t ping the last remaining default gateway at 0xa088001 .See ndd -h ip_ire_gw_probe for more info

Dead gateway detection can’t ping the last remaining default gateway at 0xa088001 .See ndd -h ip_ire_gw_probe for more info

l   NOTE: Loading some files may require other files/libraries to be loaded.
       If an attempt is made to load a file, and an error message is
       encountered when the command is invoked, it may be useful to use
       the chatr command (on a system that is up and running) to ensure that
       dependencies are met.  See chatr(1) for more details.
 
       For some commands (vi, ftp, rcp), the dependent files will be
       automatically loaded.  For others, you need to load them manually.

       If you specify a filename of “all” a list of all the files available
       will be displayed.

 

## The recovery shell put the OS into ram based file systems.
Filesystem           kbytes    used   avail %cap iused   ifree iused Mounted on
/                    57892   23319   34573  40%    68   14332   0%   ?
Filesystem           kbytes    used   avail %cap iused   ifree iused Mounted on
/RAMFS1             102400   17835   79393  18%    93   21139   0%   ?
Filesystem           kbytes    used   avail %cap iused   ifree iused Mounted on
/RAMFS2            1572864   24791 1451423   2%   127  387017   0%   ?

## We need tar, so we need to transfer tar to the recovery shell. 

Enter the filename(s) to load:
/usr/bin/tar
********  THE REQUESTED FILE(S): *********** 

./usr/bin/tar

 

 
   Is the above load list correct? [y/(n)] y

 

 ********* downloading the files *******
x ./usr/bin/tar, 146032 bytes, 286 tape blocks

<Press return to continue>

 

                 HP-UX NETWORK SYSTEM RECOVERY
                            MAIN MENU
    

        s.  Search for a file
        b.  Reboot
        l.  Load a file
        r.  Recover an unbootable HP-UX system
        x.  Exit to shell
This menu is for listing and loading the tools contained on the core media.
Once a tool is loaded, it may be run from the shell. Some tools require other
files to be present in order to successfully execute.

Select one of the above: l

    NOTE: Loading some files may require other files/libraries to be loaded.
       If an attempt is made to load a file, and an error message is
       encountered when the command is invoked, it may be useful to use
       the chatr command (on a system that is up and running) to ensure that
       dependencies are met.  See chatr(1) for more details.
 
       For some commands (vi, ftp, rcp), the dependent files will be
       automatically loaded.  For others, you need to load them manually.

       If you specify a filename of “all” a list of all the files available
       will be displayed.
At this point we have on the Ignite server craeted a file called fcms.tar. We have to use tftp to get the file into the Ignite server.

 

cd /opt/fcms

tar -cvf /var/opt/ignite/fcms.tar .

cd /usr/lib/hpux64

tar -cvf /var/opt/ignite/lib64.tar .

tftp <ip of ignite server>

 

tftp> get /var/opt/ignite/fcms.tar
Received 3689985 bytes in 0.7 seconds
tftp> Dead gateway detection can’t ping the last remaining default gateway at 0xa088001 .See ndd -h ip_ire_gw_probe for more info
tftp> quit
# ll
total 385884
-rw-r–r–   1 root       sys        3665920 Feb 19 14:00 fcms.tar
-rw-r–r–   1 root       sys        192040960 Feb 19 13:58 lib64.tar
# pwd
/usr/lib/hpux64
# tar     mv fcms.tar /opt/fcms
# ll
total 375096
-rw-r–r–   1 root       sys        192040960 Feb 19 13:58 lib64.tar
# tar -xvf lib64.tar
x ./libntl.so symbolic link to ./libntl.so.1
x ./libntl.so.1, 91352 bytes, 179 tape blocks
x ./netmgr/libnetmgr.so symbolic link to ./libnetmgr.so.1
x ./netmgr/libnetmgr.so.1, 328256 bytes, 642 tape blocks
x ./netmgr/libncweb_vlan.so symbolic link to ./libnetmgr_vlan.so.1
x ./netmgr/libnetmgr_dlpi.so symbolic link to ./libnetmgr_dlpi.so.1
x ./netmgr/libnetmgr_dlpi.so.1, 84704 bytes, 166 tape blocks
x ./netmgr/libnetmgr_vlan.so symbolic link to ./libnetmgr_vlan.so.1
x ./netmgr/libnetmgr_vlan.so.1, 359816 bytes, 703 tape blocks
x ./netmgr/libncweb_btlan.so symbolic link to ./libncweb_btlan.so.1
x ./netmgr/libncweb_btlan.so.1, 192872 bytes, 377 tape blocks
x ./netmgr/libnetmgr_btlan.so symbolic link to ./libncweb_btlan.so.1
x ./netmgr/libncweb_igssn.so symbolic link to /usr/lib/hpux64/netmgr/libncweb_igssn.so.1
x ./netmgr/libncweb_igssn.so.1, 350936 bytes, 686 tape blocks
x ./netmgr/libnetmgr_igssn.so symbolic link to /usr/lib/hpux64/netmgr/libncweb_igssn.so.1
x ./netmgr/libncweb_gelan.so symbolic link to ./libncweb_gelan.so.1
x ./netmgr/libncweb_gelan.so.1, 351216 bytes, 686 tape blocks
x ./netmgr/libnetmgr_gelan.so symbolic link to ./libncweb_gelan.so.1
x ./netmgr/libncweb_iether.so symbolic link to ./libncweb_iether.so.1
x ./netmgr/libncweb_iether.so.1, 358384 bytes, 700 tape blocks
x ./netmgr/libnetmgr_iether.so symbolic link to ./libncweb_iether.so.1
x ./netmgr/libncweb_igelan.so symbolic link to ./libncweb_igelan.so.1
x ./netmgr/libncweb_igelan.so.1, 354144 bytes, 692 tape blocks
x ./netmgr/libnetmgr_igelan.so symbolic link to ./libncweb_igelan.so.1
x ./netmgr/libncweb_intl100.so symbolic link to ./libncweb_intl100.so.1
x ./netmgr/libncweb_intl100.so.1, 187584 bytes, 367 tape blocks
x ./netmgr/libnetmgr_intl100.so symbolic link to ./libncweb_intl100.so.1
x ./netmgr/libncweb_apa.so symbolic link to ./libnetmgr_apa.so.1
x ./netmgr/libnetmgr_apa.so symbolic link to ./libnetmgr_apa.so.1
x ./netmgr/libnetmgr_apa.so.1, 881408 bytes, 1722 tape blocks
x ./netmgr/libnetmgr_hp_apa.so symbolic link to ./libnetmgr_apa.so.1
x ./libipv6.so symbolic link to ./libipv6.so.1
x ./libipv6.so.1, 76768 bytes, 150 tape blocks
x ./libnm.so symbolic link to ./libnm.so.1
x ./libnm.so.1, 244296 bytes, 478 tape blocks
x ./libxnet.so symbolic link to ./libxnet.so.1
x ./libxnet.so.1, 96464 bytes, 189 tape blocks
x ./libxti.so symbolic link to ./libxti.so.1
x ./libxti.so.1, 298840 bytes, 584 tape blocks
x ./cra/libmscra.so symbolic link to ./libmscra.so.1
x ./cra/libmscra.so.1, 361264 bytes, 706 tape blocks
x ./cra/liblancra.so symbolic link to ./liblancra.so.1
x ./cra/liblancra.so.1, 162048 bytes, 317 tape blocks
x ./cra/libhssn_cra.so symbolic link to /usr/lib/hpux64/cra/libhssn_cra.so.1
x ./cra/libhssn_cra.so.1, 100528 bytes, 197 tape blocks
x ./libIO.so symbolic link to ./libIO.so.1
x ./libIO.so.1, 292384 bytes, 572 tape blocks
x ./libcra.so symbolic link to ./libcra.so.1
x ./libcra.so.1, 196200 bytes, 384 tape blocks
x ./libcres.a, 94982 bytes, 186 tape blocks
x ./libhg.so symbolic link to ./libhg.so.1
x ./libhg.so.1, 76664 bytes, 150 tape blocks
x ./libmxndbg.so symbolic link to ./libmxndbg.so.1
x ./libmxndbg.so.1, 82816 bytes, 162 tape blocks
x ./libolrad.so symbolic link to ./libolrad.so.1
x ./libolrad.so.1, 91656 bytes, 180 tape blocks
x ./libprocsm.so symbolic link to ./libprocsm.so.1
x ./libprocsm.so.1, 74416 bytes, 146 tape blocks
x ./libsec.so symbolic link to ./libsec.so.1
x ./libsec.so.1, 582760 bytes, 1139 tape blocks
x ./libuca.so symbolic link to ./libuca.so.1
x ./libuca.so.1, 85680 bytes, 168 tape blocks
x ./libunalign.so symbolic link to ./libunalign.so.1
x ./libunalign.so.1, 84248 bytes, 165 tape blocks
x ./libvparusr.so symbolic link to ./libvparusr.so.1
x ./libvparusr.so.1, 176000 bytes, 344 tape blocks
x ./milli.a, 52590 bytes, 103 tape blocks
x ./millikern.a, 60144 bytes, 118 tape blocks
x ./libnsl.so symbolic link to ./libnsl.so.1
x ./librpcsec_gss.sl symbolic link to ./librpcsec_gss.so.1
x ./libacps.so symbolic link to ./libacps.so.1
x ./libacps.so.1, 82480 bytes, 162 tape blocks
x ./librbac.so symbolic link to ./librbac.so.1
x ./librbac.so.1, 278936 bytes, 545 tape blocks
x ./libldap.so symbolic link to /opt/ldapux/lib/hpux64/libldap.so.1
x ./libp/libc.so symbolic link to ./libc.so.1
x ./libp/libc.so.1, 5267664 bytes, 10289 tape blocks
x ./libp/libcres.a, 102214 bytes, 200 tape blocks
x ./libp/libdlv_vxfs.so symbolic link to ./libdlv_vxfs.so.1
x ./libp/libdlv_vxfs.so.1, 71664 bytes, 140 tape blocks
x ./unix2003.o, 1848 bytes, 4 tape blocks
x ./unix95.o, 1848 bytes, 4 tape blocks
x ./unix98.o, 1848 bytes, 4 tape blocks
x ./aries64.so, 5164024 bytes, 10086 tape blocks
x ./dld.so, 1091952 bytes, 2133 tape blocks
x ./dpd/libjvm.so.bpd, 12672 bytes, 25 tape blocks
x ./libCsup.so symbolic link to ./libCsup.so.1
x ./libCsup.so.1, 677016 bytes, 1323 tape blocks
x ./libc.so symbolic link to ./libc.so.1
x ./libc.so.1, 4898520 bytes, 9568 tape blocks
x ./libcext.so symbolic link to ./libcext.so.1
x ./libcext.so.1, 70384 bytes, 138 tape blocks
x ./libcl.so symbolic link to ./libcl.so.1
x ./libcl.so.1, 69336 bytes, 136 tape blocks
x ./libcurses.so symbolic link to ./libxcurses.so.1
x ./libdl.so symbolic link to ./libdl.so.1
x ./libdl.so.1, 78488 bytes, 154 tape blocks
x ./libdld.so symbolic link to ./libdl.so.1
x ./libelf.so symbolic link to ./libelf.so.1
x ./libelf.so.1, 336656 bytes, 658 tape blocks
x ./libgen.so symbolic link to ./libgen.so.1
x ./libgen.so.1, 81904 bytes, 160 tape blocks
x ./libgprof.so symbolic link to ./libgprof.so.1
x ./libgprof.so.1, 90696 bytes, 178 tape blocks
x ./libl.so symbolic link to ./libl.so.1
x ./libl.so.1, 82720 bytes, 162 tape blocks
x ./libl_thread.so symbolic link to ./libl_thread.so.1
x ./libl_thread.so.1, 83864 bytes, 164 tape blocks
x ./libm.so symbolic link to ./libm.so.1
x ./libm.so.1, 6465904 bytes, 12629 tape blocks
x ./libnss_files.so.1, 179704 bytes, 351 tape blocks
x ./libpam.so symbolic link to ./libpam.so.1
x ./libpam.so.1, 91528 bytes, 179 tape blocks
x ./libprof.so symbolic link to ./libprof.so.1
x ./libprof.so.1, 79688 bytes, 156 tape blocks
x ./libpsm.so symbolic link to ./libpsm.so.1
x ./libpsm.so.1, 73584 bytes, 144 tape blocks
x ./libpthread.so symbolic link to ./libpthread.so.1
x ./libpthread.so.1, 1535512 bytes, 3000 tape blocks
x ./libpthread_tr.so symbolic link to ./libpthread_tr.so.1
x ./libpthread_tr.so.1, 1780504 bytes, 3478 tape blocks
x ./librt.so symbolic link to ./librt.so.1
x ./librt.so.1, 85568 bytes, 168 tape blocks
x ./librwtool.so symbolic link to ./librwtool.so.1
x ./librwtool.so.1, 3684800 bytes, 7197 tape blocks
x ./librwtool_v2.so symbolic link to ./librwtool_v2.so.1
x ./librwtool_v2.so.1, 3858512 bytes, 7537 tape blocks
x ./libsin.so symbolic link to ./libsin.so.1
x ./libsin.so.1, 77032 bytes, 151 tape blocks
x ./libstd.so symbolic link to ./libstd.so.1
x ./libstd.so.1, 538840 bytes, 1053 tape blocks
x ./libstd_v2.so symbolic link to ./libstd_v2.so.1
x ./libstd_v2.so.1, 3297648 bytes, 6441 tape blocks
x ./libstream.so symbolic link to ./libstream.so.1
x ./libstream.so.1, 660248 bytes, 1290 tape blocks
x ./libunwind.so symbolic link to ./libunwind.so.1
x ./libunwind.so.1, 635200 bytes, 1241 tape blocks
x ./libuseracct.so symbolic link to ./libuseracct.so.1
x ./libuseracct.so.1, 77800 bytes, 152 tape blocks
x ./libxcurses.so.1, 1383776 bytes, 2703 tape blocks
x ./liby.so symbolic link to ./liby.so.1
x ./liby.so.1, 73648 bytes, 144 tape blocks
x ./pa_boot64.so, 160704 bytes, 314 tape blocks
x ./uld.so, 182864 bytes, 358 tape blocks
x ./libcrypto.a symbolic link to /opt/openssl/lib/hpux64/libcrypto.a
x ./libcrypto.so symbolic link to /opt/openssl/lib/hpux64/libcrypto.so
x ./libcrypto.so.0 symbolic link to /opt/openssl/lib/hpux64/libcrypto.so.0
x ./libcrypto.so.1 symbolic link to /opt/openssl/lib/hpux64/libcrypto.so.1
x ./libssl.a symbolic link to /opt/openssl/lib/hpux64/libssl.a
x ./libssl.so symbolic link to /opt/openssl/lib/hpux64/libssl.so
x ./libssl.so.0 symbolic link to /opt/openssl/lib/hpux64/libssl.so.0
x ./libssl.so.1 symbolic link to /opt/openssl/lib/hpux64/libssl.so.1
x ./engines/lib4758cca.so symbolic link to /opt/openssl/lib/hpux64/engines/lib4758cca.so
x ./engines/libaep.so symbolic link to /opt/openssl/lib/hpux64/engines/libaep.so
x ./engines/libatalla.so symbolic link to /opt/openssl/lib/hpux64/engines/libatalla.so
x ./engines/libchil.so symbolic link to /opt/openssl/lib/hpux64/engines/libchil.so
x ./engines/libcswift.so symbolic link to /opt/openssl/lib/hpux64/engines/libcswift.so
x ./engines/libgmp.so symbolic link to /opt/openssl/lib/hpux64/engines/libgmp.so
x ./engines/libnuron.so symbolic link to /opt/openssl/lib/hpux64/engines/libnuron.so
x ./engines/libsureware.so symbolic link to /opt/openssl/lib/hpux64/engines/libsureware.so
x ./engines/libubsec.so symbolic link to /opt/openssl/lib/hpux64/engines/libubsec.so
x ./liblvml.so symbolic link to /opt/lvm/lib/hpux64/liblvml.so.1
x ./libCsup.a, 1450254 bytes, 2833 tape blocks
x ./libdas.a, 520758 bytes, 1018 tape blocks
x ./liblinkmap.a, 101594 bytes, 199 tape blocks
x ./libm.a, 8314252 bytes, 16239 tape blocks
x ./librwtool.a, 6788814 bytes, 13260 tape blocks
x ./librwtool_v2.a, 7375734 bytes, 14406 tape blocks
x ./libstd.a, 746764 bytes, 1459 tape blocks
x ./libstd_v2.a, 6554730 bytes, 12803 tape blocks
x ./libstream.a, 1103494 bytes, 2156 tape blocks
x ./X11R6/libICE.so.1, 364976 bytes, 713 tape blocks
x ./X11R6/libSM.so.1, 169360 bytes, 331 tape blocks
x ./X11R6/libX11.so.1, 4119128 bytes, 8046 tape blocks
x ./X11R6/libXIE.so.1, 269088 bytes, 526 tape blocks
x ./X11R6/libXext.so.1, 357400 bytes, 699 tape blocks
x ./X11R6/libXhp11.so.1, 221336 bytes, 433 tape blocks
x ./X11R6/libXi.so.1, 209912 bytes, 410 tape blocks
x ./X11R6/libXp.so.1, 129632 bytes, 254 tape blocks
x ./X11R6/libXt.so.1, 1396744 bytes, 2729 tape blocks
x ./X11R6/libXtst.so.1, 90520 bytes, 177 tape blocks
x ./X11R6/libICE.so symbolic link to /usr/lib/hpux64/X11R6/libICE.so.1
x ./X11R6/libSM.so symbolic link to /usr/lib/hpux64/X11R6/libSM.so.1
x ./X11R6/libX11.so symbolic link to /usr/lib/hpux64/X11R6/libX11.so.1
x ./X11R6/libXIE.so symbolic link to /usr/lib/hpux64/X11R6/libXIE.so.1
x ./X11R6/libXext.so symbolic link to /usr/lib/hpux64/X11R6/libXext.so.1
x ./X11R6/libXhp11.so symbolic link to /usr/lib/hpux64/X11R6/libXhp11.so.1
x ./X11R6/libXi.so symbolic link to /usr/lib/hpux64/X11R6/libXi.so.1
x ./X11R6/libXp.so symbolic link to /usr/lib/hpux64/X11R6/libXp.so.1
x ./X11R6/libXt.so symbolic link to /usr/lib/hpux64/X11R6/libXt.so.1
x ./X11R6/libXtst.so symbolic link to /usr/lib/hpux64/X11R6/libXtst.so.1
x ./libICE.so.1 symbolic link to ./X11R6/libICE.so.1
x ./libSM.so.1 symbolic link to ./X11R6/libSM.so.1
x ./libX11.so.1 symbolic link to ./X11R6/libX11.so.1
x ./libXIE.so.1 symbolic link to ./X11R6/libXIE.so.1
x ./libXaw.so.1 symbolic link to ../../contrib/X11R6/lib/hpux64/libXaw.so.1
x ./libXext.so.1 symbolic link to ./X11R6/libXext.so.1
x ./libXhp11.so.1 symbolic link to ./X11R6/libXhp11.so.1
x ./libXi.so.1 symbolic link to ./X11R6/libXi.so.1
x ./libXmu.so.1 symbolic link to ../../contrib/X11R6/lib/hpux64/libXmu.so.1
x ./libXp.so.1 symbolic link to ./X11R6/libXp.so.1
x ./libXt.so.1 symbolic link to ./X11R6/libXt.so.1
x ./libXtst.so.1 symbolic link to ./X11R6/libXtst.so.1
x ./libIOmt.so symbolic link to ./libIOmt.so.1
x ./libIOmt.so.1, 365296 bytes, 714 tape blocks
x ./libicod.so, 11300984 bytes, 22073 tape blocks
x ./libnsl.so.1, 1510856 bytes, 2951 tape blocks
x ./libnss_compat.so.1, 89536 bytes, 175 tape blocks
x ./libnss_dns.so.1, 91184 bytes, 179 tape blocks
x ./libnss_nis.so.1, 107248 bytes, 210 tape blocks
x ./librpcsec_gss.so.1, 99792 bytes, 195 tape blocks
x ./librpcsvc.so symbolic link to ./librpcsvc.so.1
x ./librpcsvc.so.1, 109208 bytes, 214 tape blocks
x ./libstraddr.so.1, 76384 bytes, 150 tape blocks
x ./libdcekt.so symbolic link to ./libdcekt.so.1
x ./libdcekt.so.1, 13180696 bytes, 25744 tape blocks
x ./libldap_send.so.1, 243104 bytes, 475 tape blocks
x ./libnss_ldap.so.1, 1971648 bytes, 3851 tape blocks
x ./libldap_send.so symbolic link to /usr/lib/hpux64/libldap_send.so.1
x ./gss/libgssapi_krb5.so symbolic link to ./libgssapi_krb5.so.1
x ./gss/libgssapi_krb5.so.1 symbolic link to /opt/krb5core/lib/hpux64/gss/libgssapi_krb5.so.1
x ./libcom_err.so symbolic link to ./libcom_err.so.1
x ./libcom_err.so.1 symbolic link to /opt/krb5core/lib/hpux64/libcom_err.so.1
x ./libgssapi_krb5.so symbolic link to ./gss/libgssapi_krb5.so
x ./libk5crypto.so symbolic link to ./libk5crypto.so.1
x ./libk5crypto.so.1 symbolic link to /opt/krb5core/lib/hpux64/libk5crypto.so.1
x ./libkrb5.so symbolic link to ./libkrb5.so.1
x ./libkrb5.so.1 symbolic link to /opt/krb5core/lib/hpux64/libkrb5.so.1
x ./libevm.so symbolic link to ./libevm.so.1
x ./libevm.so.1, 485840 bytes, 949 tape blocks
x ./libHBAAPI.so symbolic link to /opt/snia/lib/hpux64/libHBAAPI.so
x ./libhbaapifcd.so symbolic link to /opt/fcms/lib/hpux64/libhbaapifcd.so
x ./libhbaapifclp.so symbolic link to /opt/fcms/lib/hpux64/libhbaapifclp.so
x ./libhbaapihp.so symbolic link to /opt/fcms/lib/hpux64/libhbaapihp.so
x ./libdlv_vxfs.so symbolic link to ./libdlv_vxfs.so.1
x ./libdlv_vxfs.so.1, 71664 bytes, 140 tape blocks
x ./libsascommon.so symbolic link to /opt/sas/lib/libsascommon.so.1
x ./Motif2.1/libMrm.so.1, 486976 bytes, 952 tape blocks
x ./Motif2.1/libXm.so.1, 7007912 bytes, 13688 tape blocks
x ./Motif2.1/libMrm.so symbolic link to /usr/lib/hpux64/Motif2.1/libMrm.so.1
x ./Motif2.1/libXm.so symbolic link to /usr/lib/hpux64/Motif2.1/libXm.so.1
x ./libMrm.so.1 symbolic link to ./Motif2.1/libMrm.so.1
x ./libXm.so.1 symbolic link to ./Motif2.1/libXm.so.1
x ./libcps.a, 516320 bytes, 1009 tape blocks
x ./libcps.so symbolic link to ./libcps.so.1
x ./libcps.so.1, 304720 bytes, 596 tape blocks
x ./libF90.a, 13875552 bytes, 27101 tape blocks
x ./libF90_parallel.a, 15463940 bytes, 30204 tape blocks
x ./libF90.so symbolic link to ./libF90.so.1
x ./libF90.so.1, 10920688 bytes, 21330 tape blocks
x ./libF90_parallel.so symbolic link to ./libF90_parallel.so.1
x ./libF90_parallel.so.1, 12172192 bytes, 23774 tape blocks
x ./libIO77.a, 4147142 bytes, 8100 tape blocks
x ./libIO77.so symbolic link to ./libIO77.so.1
x ./libIO77.so.1, 2912872 bytes, 5690 tape blocks
x ./libomp.a, 129772 bytes, 254 tape blocks
x ./libomp.so symbolic link to ./libomp.so.1
x ./libomp.so.1, 96792 bytes, 190 tape blocks
x ./libU77.a, 573864 bytes, 1121 tape blocks
x ./libgss.so, 296392 bytes, 579 tape blocks
x ./libnss_dce.so.1, 84328 bytes, 165 tape blocks
x ./libJudy.a, 1284862 bytes, 2510 tape blocks
x ./libJudy.so, 973024 bytes, 1901 tape blocks
x ./libbind9stub.so symbolic link to /usr/lib/hpux64/libbind9stub.so.1
x ./libbind9stub.so.1, 91256 bytes, 179 tape blocks
x ./libsys.so symbolic link to ./libsys.so.1
x ./libsys.so.1, 70560 bytes, 138 tape blocks
x ./libMrm.so symbolic link to /usr/lib/hpux64/libMrm.so.1
x ./libXm.so symbolic link to /usr/lib/hpux64/libXm.so.1
x ./libICE.so symbolic link to /usr/lib/hpux64/libICE.so.1
x ./libSM.so symbolic link to /usr/lib/hpux64/libSM.so.1
x ./libX11.so symbolic link to /usr/lib/hpux64/libX11.so.1
x ./libXIE.so symbolic link to /usr/lib/hpux64/libXIE.so.1
x ./libXext.so symbolic link to /usr/lib/hpux64/libXext.so.1
x ./libXhp11.so symbolic link to /usr/lib/hpux64/libXhp11.so.1
x ./libXi.so symbolic link to /usr/lib/hpux64/libXi.so.1
x ./libXp.so symbolic link to /usr/lib/hpux64/libXp.so.1
x ./libXt.so symbolic link to /usr/lib/hpux64/libXt.so.1
x ./libXtst.so symbolic link to /usr/lib/hpux64/libXtst.so.1
x ./libXaw.so symbolic link to /usr/lib/hpux64/libXaw.so.1
x ./libXmu.so symbolic link to /usr/lib/hpux64/libXmu.so.1
x ./libhppac.so symbolic link to ./libhppac.so.1
x ./libhppac.so.1, 159952 bytes, 313 tape blocks
# rm lib64.tar
# cd /opt/fcms
# Dead gateway detection can’t ping the last remaining default gateway at 0xa088001 .See ndd -h ip_ire_gw_probe for more info

ll
total 7160
-rw-r–r–   1 root       sys        3665920 Feb 19 14:00 fcms.tar
# tar -xvf fcms.tar
x ./include/snia_common.h, 16584 bytes, 33 tape blocks
x ./lib/hpux32/libhbaapifcd.so symbolic link to ./libhbaapifcd.so.1
x ./lib/hpux32/libhbaapifcd.so.1, 267904 bytes, 524 tape blocks
x ./lib/hpux32/libhbaapifclp.so symbolic link to ./libhbaapifclp.so.1
x ./lib/hpux32/libhbaapifclp.so.1, 294104 bytes, 575 tape blocks
x ./lib/hpux32/libhbaapihp.so symbolic link to ./libhbaapihp.so.1
x ./lib/hpux32/libhbaapihp.so.1, 263560 bytes, 515 tape blocks
x ./lib/hpux64/libhbaapifcd.so symbolic link to ./libhbaapifcd.so.1
x ./lib/hpux64/libhbaapifcd.so.1, 274096 bytes, 536 tape blocks
x ./lib/hpux64/libhbaapifclp.so symbolic link to ./libhbaapifclp.so.1
x ./lib/hpux64/libhbaapifclp.so.1, 300416 bytes, 587 tape blocks
x ./lib/hpux64/libhbaapihp.so symbolic link to ./libhbaapihp.so.1
x ./lib/hpux64/libhbaapihp.so.1, 269768 bytes, 527 tape blocks
x ./lib/pa20_64/libhbaapifcd.sl symbolic link to ./libhbaapifcd.1
x ./lib/pa20_64/libhbaapifcd.1, 102168 bytes, 200 tape blocks
x ./lib/pa20_64/libhbaapihp.sl symbolic link to ./libhbaapihp.1
x ./lib/pa20_64/libhbaapihp.1, 96176 bytes, 188 tape blocks
x ./lib/libhbaapifcd.sl symbolic link to ./libhbaapifcd.1
x ./lib/libhbaapifcd.1, 102400 bytes, 200 tape blocks
x ./lib/libhbaapihp.sl symbolic link to ./libhbaapihp.1
x ./lib/libhbaapihp.1, 98304 bytes, 192 tape blocks
x ./bin/fcddiag, 13467 bytes, 27 tape blocks
x ./bin/fcdlist, 9494 bytes, 19 tape blocks
x ./bin/fcdutil, 514048 bytes, 1004 tape blocks
x ./bin/fcmsutil, 71652 bytes, 140 tape blocks
x ./bin/fclpdiag, 12525 bytes, 25 tape blocks
x ./bin/fclplist, 6344 bytes, 13 tape blocks
x ./bin/fclputil, 644704 bytes, 1260 tape blocks
x ./bin/tddiag, 12175 bytes, 24 tape blocks
x ./bin/tdlist, 7227 bytes, 15 tape blocks
x ./bin/tdutil, 195656 bytes, 383 tape blocks
x ./config/A6826A, 302 bytes, 1 tape blocks
x ./config/A9782A, 302 bytes, 1 tape blocks
x ./config/A9784A, 302 bytes, 1 tape blocks
x ./config/AB378A, 302 bytes, 1 tape blocks
x ./config/AB379A, 302 bytes, 1 tape blocks
x ./config/AB465A, 302 bytes, 1 tape blocks
x ./config/AD193A, 302 bytes, 1 tape blocks
x ./config/AD194A, 302 bytes, 1 tape blocks
x ./config/AD300A, 302 bytes, 1 tape blocks
x ./config/vendorfcd.conf, 124 bytes, 1 tape blocks
x ./config/vendorfclp.conf, 125 bytes, 1 tape blocks
x ./config/A5158A, 187 bytes, 1 tape blocks
x ./config/A6795A, 195 bytes, 1 tape blocks
x ./config/vendor.conf, 13 bytes, 1 tape blocks
x ./tools/fcd.pl, 18960 bytes, 38 tape blocks
x ./tools/fclp.pl, 16646 bytes, 33 tape blocks
x ./tools/td.pl, 7689 bytes, 16 tape blocks
#
# rm fcms.tar
# /opt    iosca ac n
H/W Path        Class                        Description
========================================================
                root                        
8               cell                        
8/0                 ioa                      System Bus Adapter (12eb)
8/0/0                  ba                    Local PCI-X Bus Adapter (12ee)
8/0/0/1                   slot               PCI Slot
8/0/1                  ba                    Local PCI-X Bus Adapter (12ee)
8/0/1/1                   slot               PCI Slot
8/0/2                  ba                    Local PCI-X Bus Adapter (12ee)
8/0/2/1                   slot               PCI Slot
8/0/4                  ba                    Local PCI-X Bus Adapter (12ee)
8/0/4/1                   slot               PCI Slot
8/0/4/1/0                    ba              PCItoPCI Bridge
8/0/4/1/0/4/0                      fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/4/1/0/4/1                      fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/4/1/0/6/0                      lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/4/1/0/6/1                      lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/5                  ba                    Local PCI-X Bus Adapter (12ee)
8/0/5/1                   slot               PCI Slot
8/0/5/1/0                    ba              PCItoPCI Bridge
8/0/5/1/0/4/0                      fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/5/1/0/4/1                      fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/5/1/0/6/0                      lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/5/1/0/6/1                      lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/6                  ba                    Local PCI-X Bus Adapter (12ee)
8/0/6/1                   slot               PCI Slot
8/0/6/1/0                    ba              PCItoPCI Bridge
8/0/6/1/0/4/0                      fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/6/1/0/4/1                      fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/6/1/0/6/0                      lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/6/1/0/6/1                      lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/8                  ba                    Local PCI-X Bus Adapter (12ee)
8/0/8/1                   slot               PCI Slot
8/0/9                  ba                    Local PCI-X Bus Adapter (12ee)
8/0/9/1                   slot               PCI Slot
8/0/10                 ba                    Local PCI-X Bus Adapter (12ee)
8/0/10/1                  slot               PCI Slot
8/0/12                 ba                    Local PCI-X Bus Adapter (12ee)
8/0/12/1                  slot               PCI Slot
8/0/12/1/0                   ba              PCItoPCI Bridge
8/0/12/1/0/4/0                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/12/1/0/4/1                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/12/1/0/6/0                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/12/1/0/6/1                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/13                 ba                    Local PCI-X Bus Adapter (12ee)
8/0/13/1                  slot               PCI Slot
8/0/13/1/0                   ba              PCItoPCI Bridge
8/0/13/1/0/4/0                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/13/1/0/4/1                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/13/1/0/6/0                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/13/1/0/6/1                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/14                 ba                    Local PCI-X Bus Adapter (12ee)
8/0/14/1                  slot               PCI Slot
8/0/14/1/0                   ba              PCItoPCI Bridge
8/0/14/1/0/4/0                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/14/1/0/4/1                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/14/1/0/6/0                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/0/14/1/0/6/1                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
8/120               processor                Processor
8/121               processor                Processor
8/122               processor                Processor
8/123               processor                Processor
8/124               processor                Processor
8/125               processor                Processor
8/126               processor                Processor
8/127               processor                Processor
8/250               ba                       Core I/O Adapter
8/250/0                acpi_node             Acpi Hardware
8/250/1                ipmi                  IPMI Controller
8/250/2                tty                   Built-in RS232C
9               cell                        
9/120               processor                Processor
9/121               processor                Processor
9/122               processor                Processor
9/123               processor                Processor
9/124               processor                Processor
9/125               processor                Processor
9/126               processor                Processor
9/127               processor                Processor
9/250               ba                       Core I/O Adapter
9/250/0                acpi_node             Acpi Hardware
10              cell                        
10/0                ioa                      System Bus Adapter (12eb)
10/0/0                 ba                    Local PCI-X Bus Adapter (12ee)
10/0/0/1                  slot               PCI Slot
10/0/1                 ba                    Local PCI-X Bus Adapter (12ee)
10/0/1/1                  slot               PCI Slot
10/0/2                 ba                    Local PCI-X Bus Adapter (12ee)
10/0/2/1                  slot               PCI Slot
10/0/4                 ba                    Local PCI-X Bus Adapter (12ee)
10/0/4/1                  slot               PCI Slot
10/0/4/1/0                   ba              PCItoPCI Bridge
10/0/4/1/0/4/0                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/4/1/0/4/1                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/4/1/0/6/0                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/4/1/0/6/1                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/5                 ba                    Local PCI-X Bus Adapter (12ee)
10/0/5/1                  slot               PCI Slot
10/0/5/1/0                   ba              PCItoPCI Bridge
10/0/5/1/0/4/0                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/5/1/0/4/1                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/5/1/0/6/0                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/5/1/0/6/1                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/6                 ba                    Local PCI-X Bus Adapter (12ee)
10/0/6/1                  slot               PCI Slot
10/0/6/1/0                   ba              PCItoPCI Bridge
10/0/6/1/0/4/0                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/6/1/0/4/1                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/6/1/0/6/0                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/6/1/0/6/1                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/8                 ba                    Local PCI-X Bus Adapter (12ee)
10/0/8/1                  slot               PCI Slot
10/0/9                 ba                    Local PCI-X Bus Adapter (12ee)
10/0/9/1                  slot               PCI Slot
10/0/10                ba                    Local PCI-X Bus Adapter (12ee)
10/0/10/1                 slot               PCI Slot
10/0/12                ba                    Local PCI-X Bus Adapter (12ee)
10/0/12/1                 slot               PCI Slot
10/0/12/1/0                  ba              PCItoPCI Bridge
10/0/12/1/0/4/0                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/12/1/0/4/1                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/12/1/0/6/0                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/12/1/0/6/1                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/13                ba                    Local PCI-X Bus Adapter (12ee)
10/0/13/1                 slot               PCI Slot
10/0/13/1/0                  ba              PCItoPCI Bridge
10/0/13/1/0/4/0                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/13/1/0/4/1                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/13/1/0/6/0                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/13/1/0/6/1                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/14                ba                    Local PCI-X Bus Adapter (12ee)
10/0/14/1                 slot               PCI Slot
10/0/14/1/0                  ba              PCItoPCI Bridge
10/0/14/1/0/4/0                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/14/1/0/4/1                     fc        HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/14/1/0/6/0                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/0/14/1/0/6/1                     lan       HP AD194-60001 PCI/PCI-X 1000Base-T 2-port 4Gb FC/2-port 1000B-T Combo Adapter
10/120              processor                Processor
10/121              processor                Processor
10/122              processor                Processor
10/123              processor                Processor
10/124              processor                Processor
10/125              processor                Processor
10/126              processor                Processor
10/127              processor                Processor
10/250              ba                       Core I/O Adapter
10/250/0               acpi_node             Acpi Hardware
#
# ioscan

# ioscan gets you the device of the fiber card, which you can not put into fcmsutil. Bingo, you have WWN
# ioscan -fc  Cfc
H/W Path        Class                      Description
======================================================
8/0/4/1/0/4/0                      fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/4/1/0/4/1                      fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/5/1/0/4/0                      fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/5/1/0/4/1                      fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/6/1/0/4/0                      fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/6/1/0/4/1                      fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/12/1/0/4/0                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/12/1/0/4/1                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/13/1/0/4/0                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/13/1/0/4/1                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
8/0/14/1/0/4/0                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
8/0/14/1/0/4/1                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/4/1/0/4/0                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/4/1/0/4/1                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/5/1/0/4/0                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/5/1/0/4/1                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/6/1/0/4/0                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/6/1/0/4/1                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/12/1/0/4/0                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/12/1/0/4/1                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/13/1/0/4/0                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/13/1/0/4/1                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
10/0/14/1/0/4/0                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
10/0/14/1/0/4/1                     fc      HP AD194-60001      PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
# ioscan -Cfc -kn |grep dev
# ioscan -Cfc -f
                            /dev/fcd0
                            /dev/fcd1
                            /dev/fcd2
                            /dev/fcd3
                            /dev/fcd4
                            /dev/fcd5
                            /dev/fcd6
                            /dev/fcd7
                            /dev/fcd8
                            /dev/fcd9
                            /dev/fcd10
                            /dev/fcd11
                            /dev/fcd12
                            /dev/fcd13
                            /dev/fcd14
                            /dev/fcd15
                            /dev/fcd16
                            /dev/fcd17
                            /dev/fcd18
                            /dev/fcd19
                            /dev/fcd20
                            /dev/fcd21
                            /dev/fcd22
                            /dev/fcd23
# /opt/fcms/bin/fcdutil /dev/fcd23

                           Vendor ID is = 0x1077
                           Device ID is = 0x2422
            PCI Sub-system Vendor ID is = 0x103C
                   PCI Sub-system ID is = 0x12DF
                               PCI Mode = PCI-X 133 MHz
                       ISP Code version = 4.2.2
                       ISP Chip version = 3
                      Previous Topology = UNINITIALIZED
                             Link Speed = UNKNOWN
                     Local N_Port_id is = None
                  Previous N_Port_id is = None
            N_Port Node World Wide Name = 0x5001438002a24a3b
            N_Port Port World Wide Name = 0x5001438002a24a3a
            Switch Port World Wide Name = 0
            Switch Node World Wide Name = 0
              N_Port Symbolic Port Name = ttest_fcd23
              N_Port Symbolic Node Name = ttest_HP-UX_B.11.31
                           Driver state = AWAITING_LINK_UP
                       Hardware Path is = 10/0/14/1/0/4/1
                     Maximum Frame Size = 2048
         Driver-Firmware Dump Available = NO
         Driver-Firmware Dump Timestamp = N/A
                         Driver Version = @(#) fcd B.11.31.0809.%319 Jul  7 2008

# for dev in $(ioscan -Fnk -Cfc |grep dev)
> do
> /opt/fcms/bin/fcdutil $dev
> done

##### snipping the output……####

Tags: , , , , , ,

WhatsApp chat