- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: he device file /dev/rroot does not exist or is...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 06:14 PM
10-28-2006 06:14 PM
he device file /dev/rroot does not exist or is not correct
My server has mirror OS disk with HP-UX 11.11. I unmirrored OS disk, then remove from vg00 and restore ignite-ux of 11.00 from different hawdware (selecting clone on different HW=true during restoration).
Now during booting I am facing the following problem:---
1. booting from 11.11 disk without any problem. but
2. when trying to boot from new installed 11.00 disk, it is giving following error:----
Booting...
Boot IO Dependent Code (IODC) revision 1
HARD Booted.
ISL Revision A.00.38 OCT 26, 1994
ISL booting hpux
Boot
: disk(0/0/2/0.0.0.0.0.0.0;0)/stand/vmunix
12255232 + 2292472 + 3129520 start 0x2339e8
alloc_pdc_pages: Relocating PDC from 0xf0f0000000 to 0x7f9ab000.
/4/0/0.98.20.19.0.3.0 sdisk
0/4/0/0.98.20.19.0.3.1 sdisk
0/4/0/0.98.20.19.0.3.2 sdisk
0/4/0/0.98.20.19.0.3.3 sdisk
0/4/0/0.98.20.19.0.3.4 sdisk
0/4/0/0.98.20.19.0.3.5 sdisk
0/4/0/0.98.20.19.0.3.6 sdisk
0/4/0/0.98.20.19.0.3.7 sdisk
0/4/0/0.98.20.19.0.4 tgt
0/4/0/0.98.20.19.0.4.0 sdisk
0/4/0/0.98.20.19.0.15 tgt
0/4/0/0.98.20.19.0.15.4 sdisk
0/4/0/0.98.20.19.0.15.5 sdisk
0/4/0/0.98.20.19.0.15.6 sdisk
0/4/0/0.98.20.19.0.15.7 sdisk
0/4/0/0.98.20.19.1 fcparray
0/4/0/0.98.20.19.1.1 tgt
0/4/.1.3 tgt
0/4/0/0.98.20.255.1.3.0 sctl
0/4/0/0.98.81.255.1 fcpdev
0/66 processor
btlan3: Initializing 10/100BASE-TX card at 0/0/0/0....
td: claimed Tachyon TL/TS Fibre Channel Mass Storage card at 0/7/0/0
System Console is on the Built-In Serial Interface
Entering cifs_init...
Initialization finished successfully... slot is 8
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Swap device table: (start & size given in 512-byte blocks)
entry 0 - major is 64, minor is 0x2; start = 0, size = 4194304
Starting the STREAMS daemons-phase 1
The device file /dev/rroot does not exist or is not correct.
Automatic checks of the root file system not performed.
************* SYSTEM ALERT **************
SYSTEM NAME: ddmph24s
DATE: 10/28/2006 TIME: 17:28:23
ALERT LEVEL: 12 = Software failure
REASON FOR ALERT
SOURCE: 1 = processor
SOURCE DETAIL: 1 = processor general SOURCE ID: 0
PROBLEM DETAIL: 0 = no problem detail
LEDs: RUN ATTENTION FAULT REMOTE POWER
ON FLASH FLASH ON ON
LED State: System Running. Unexpected Reboot. Non-critical Error Detected.
Check Chassis and Console Logs for error messages.
0xF8E000C01100B800 00000000 0000B800 - type 31 = legacy PA HEX chassis-code
0x58E008C01100B800 00006A09 1C111C17 - type 11 = Timestamp 10/28/2006 17:28:23
A: ack read of this entry - X: Disable all future alert messages
Anything else skip redisplay the log entry
->Choice:a
*****************************************
could you please suggest how I will resolve "device file /dev/rroot does not exist or is not correct" problem.
Thank you all in advance..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 07:12 PM
10-28-2006 07:12 PM
Re: he device file /dev/rroot does not exist or is not correct
More than likely the mirror process was not correctly completed.
Here is my guide on the subject:
pvcreate -B /dev/rdsk/c1t0d0 #use real disk
mkboot -l /dev/rdsk/c1t0d0
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk
# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
If you are running 64-bit OS:
# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0
# real disk. repeat for other lvols
lvlnboot -r /dev/vg00/lvol3 # root fs /
lvlnboot -s /dev/vg00/lvol2 #swap
lvlnboot -d /dev/vg00/lvol2 #swap/dump
lvlnboot -b /dev/vg00/lvol1
lvlnboot -R
lvlnboot -v
setboot
setboot -a 52.1.0 # second disk
You have little choice at this point but to put the orginal boot disk back in, and re-mirror it using the procedure and tests above.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 08:29 PM
10-28-2006 08:29 PM
Re: he device file /dev/rroot does not exist or is not correct
I concern was different....For ex:-(say c1t0d0 with mirror disk c1t2d0 with hp-ux11.11. I unmirrored OS disk ... and removed unmirror(c1t2do) disk from vg00. So as a result I have hp-ux 11.11 on c1t0d0 without mirror. No problem when system is booting from c1t0d0 (hp-ux 11.11)...
Now I restored ignite of hp-ux 11.00 (from differnet H/W) mentioning cloning H/W=true in ignite restoration process...on c1t2d0 disk. (So I have hpux11.11 on c1t0d0 and hpux 11.00 on c1t2d0). Once finished restoration, system is going to reboot after building kernel. Here system is not came up . but giving the above error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 04:27 AM
10-29-2006 04:27 AM
Re: he device file /dev/rroot does not exist or is not correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 04:52 AM
10-29-2006 04:52 AM
Re: he device file /dev/rroot does not exist or is not correct
=================
Was image belongs to different H/W? Do you what kind of model was it belong to? Also, was image checked ever before? Feel that Ignite image corrupted and may not restore even on the original hardware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 06:45 AM
10-29-2006 06:45 AM
Re: he device file /dev/rroot does not exist or is not correct
But model of both system same 9000/800/L2000-36.
The ignite backup is also ok... because I installed earlier on same machine without any issue using same ignite.