![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Services configuring to come up at boot process | pankajwagh81 | SUN Solaris | 3 | 05-16-2008 03:07 AM |
| cannot find boot device and won't boot off cdrom | kymberm | SUN Solaris | 3 | 04-11-2006 08:23 AM |
| solaris boot problem boot error loading interpreter(misc/krtld) | johncy_j | SUN Solaris | 0 | 08-17-2005 05:15 AM |
| Cannot boot - Boot : Panic : File size out of range (EWS-UX/V unix) | fredo | UNIX for Advanced & Expert Users | 2 | 05-05-2005 05:42 PM |
| linux will not boot, boot to grub prompt | hassan2 | Linux | 7 | 01-05-2005 03:38 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Need Help for configuring Boot from San
Hi all,
I am trying to configure my HPUX host 11.31 IA64 to boot from a LUN for EMC clariion CX3-80 (Flaire PNR 26). I am following the below mentioned steps.. vi /tmp/idf 3 EFI 500MB HPUX 100% HPSP 400MB idisk -f /tmp/idf -w /dev/rdisk/diskxxx insf -e pvcreate -B /dev/rdsik/diskxxx_p2 mkdir /dev/vgboot mknod /dev/vgboot/group c 64 0x020000 vgcreate /dev/vgboot /dev/disk/diskxxx_p2 mkboot -e -l /dev/rdisk/diskxxx mkboot -a "hpux" /dev/rdisk/diskxxx lvcreate -L 2000 -n altstand -r n -s y -C y /dev/vgboot lvcreate -L 2500 -n altswap -r n -s y -C y /dev/vgboot lvcreate -L 2000 -n altroot -r n -s y -C y /dev/vgboot lvcreate -L 4500 -n altusr -r n -s y -C n /dev/vgboot lvcreate -L 5500 -n altopt -r n -s y -C n /dev/vgboot lvcreate -L 1000 -n alttmp -r n -s y -C n /dev/vgboot lvcreate -L 4000 -n altvar -r n -s y -C n /dev/vgboot newfs -F hfs /dev/vgboot/raltstand newfs -F vxfs /dev/vgboot/raltroot newfs -F vxfs /dev/vgboot/raltvar newfs -F vxfs /dev/vgboot/raltusr newfs -F vxfs /dev/vgboot/ralttmp newfs -F vxfs /dev/vgboot/raltopt mkdir /altroot mkdir /altstand mkdir /altopt mkdir /altvar mkdir /alttmp mkdir /altusr lvlnboot -b /dev/vgboot/altstand /dev/vgboot lvlnboot -r /dev/vgboot/altroot /dev/vgboot lvlnboot -s /dev/vgboot/altswap /dev/vgboot lvlnboot -d /dev/vgboot/altswap /dev/vgboot lvlnboot -v Output--> mount /dev/vgboot/altstand /altstand mount /dev/vgboot/altroot /altroot mount /dev/vgboot/altvar /altvar mount /dev/vgboot/altusr /altusr mount /dev/vgboot/altopt /altopt mount /dev/vgboot/alttmp /alttmp echo Now copying / to /altroot... Please wait... cd / find . -xdev | cpio -pdmux /altroot echo Now copying /stand to /altstand... Please wait... cd /stand find . -xdev | cpio -pdmux /altstand echo Now copying /var to /altvar... Please wait... cd /var find . -xdev | cpio -pdmux /altvar echo Now copying /tmp to /alttmp... Please wait... cd /tmp find . -xdev | cpio -pdmux /alttmp echo Now copying /usr to /altusr... Please wait... cd /usr find . -xdev | cpio -pdmux /altusr echo Now copying /opt to /altopt... Please wait... cd /opt find . -xdev | cpio -pdmux /altopt Changing /stand/bootconf to 1 /dev/disk/diskxxx_p2 Then I change the setboot priority to boot from the hardware path of diskxxx. But while booting up, my system crashes with the following error message: Starting ktracer 0 1 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. NOTICE: cachefsc_install: cachefs File system was registered at index 14. Boot device's HP-UX HW path is: 0.4.1.1.5006016839a0157b.4000000000000000 iether0: INITIALIZING HP PCI-X 1000Base-T Dual-port Built-in at hardware path 0/1/2/0 iether1: INITIALIZING HP PCI-X 1000Base-T Dual-port Built-in at hardware path 0/1/2/1 System Console is on the Built-In Serial Interface AF_INET socket/streams output daemon running, pid 32 afinet_prelink: module installed Starting the STREAMS daemons-phase 1 class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online read_efi_hdr: physio failed read_efi_hdr: physio failed class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online read_efi_hdr: physio failed read_efi_hdr: physio failed Swap device table: (start & size given in 512-byte blocks) entry 0 - auto-configured on root device; class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online Stored message buffer up to system crash: 0.3.0.6 sdisk 0/4/1/0.104.2.0.3.0.7 sdisk 0/4/1/0.104.2.0.3.1 tgt 0/4/1/0.104.2.0.3.1.0 sdisk 0/4/1/0.104.2.0.3.1.1 sdisk 0/4/1/0.104.2.0.4 fcd_vbus 0/4/1/0.104.2.0.4.0 tgt 0/4/1/0.104.2.0.4.0.0 sdisk ..... .... boot device's HP-UX HW path is: 0.4.1.1.5006016839a0157b.4000000000000000 iether0: INITIALIZING HP PCI-X 1000Base-T Dual-port Built-in at hardware path 0/1/2/0 iether1: INITIALIZING HP PCI-X 1000Base-T Dual-port Built-in at hardware path 0/1/2/1 System Console is on the Built-In Serial Interface AF_INET socket/streams output daemon running, pid 32 afinet_prelink: module installed Starting the STREAMS daemons-phase 1 class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online read_efi_hdr: physio failed read_efi_hdr: physio failed class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online read_efi_hdr: physio failed read_efi_hdr: physio failed Swap device table: (start & size given in 512-byte blocks) entry 0 - auto-configured on root device; class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online read_efi_hdr: physio failed read_efi_hdr: physio failed class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online read_efi_hdr: physio failed read_efi_hdr: physio failed ignored - can't open device WARNING: No swap device configured, so dump cannot be defaulted to primary swap. WARNING: No dump devices are configured. Dump is disabled. class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online read_efi_hdr: physio failed read_efi_hdr: physio failed mountfs class : lunpath, instance 138 lun path (class = lunpath, instance = 138) belonging to LUN (default minor = 0xa9) has come online class : lunpath, instance 17 lun path (class = lunpath, instance = 17) belonging to LUN (default minor = 0xa9) has come online read_efi_hdr: physio failed read_efi_hdr: physio failed VFS_MOUNTROOT error information: 0 1 6 10 11 12 13 16 18 Message buffer contents after system crash: panic: VFS_MOUNTROOT: READ_ONLY: all VFS_MOUNTROOTs failed: NEED DRIVERS ????? Stack Trace: IP Function Name 0xe000000001f4bc80 vfs_mountroot+0x6c0 0xe0000000016fdc60 im_mountroot+0x40 0xe000000001f3d8e0 DoCalllist+0x390 End of Stack Trace linkstamp: Fri Oct 05 07:44:32 MDT 2007 _release_version: @(#) $Revision: vmunix: B.11.31_LR FLAVOR=perf Calling function e0000000017e0840 for Shutdown State 1 type 0x2 i 0 pfn 0x1 pages 0x9f i 1 pfn 0x100 pages 0x3e776 i 2 pfn 0x3eb8e pages 0x2ec i 3 pfn 0x3fc00 pages 0x22a i 4 pfn 0x4040000 pages 0x3effc i 5 pfn 0x407effe pages 0xc58 i 6 pfn 0x407fcc0 pages 0x144 i 7 pfn 0x407fe7e pages 0x160 *** Not enough CPUS for a compressed dump *** *** A system crash has occurred. (See the above messages for details.) *** The system is now preparing to dump physical memory to disk, for use *** in debugging the crash. ERROR: No dump space is configured. Physical memory will not be dumped. ERROR: Configured dump space is insufficient to hold dump metadata. Physical memory will not be dumped. I have tried a similar approach on 11.23 PA-RISC machines and it goes through fine. Please help me solve the problem. Thanks |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|