- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Repeated /dev/vg00/lvol3 -> /dev/root
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
04-12-2002 03:18 AM
04-12-2002 03:18 AM
The box is not booted into LVM maint. mode, and after a normal reboot de / entry is /dev/vg00/lvol3 (as it should).
Also all other items seems ok, the lvlnboot -v output seems ok, root and boot configs etc.
On random times (at least, it seems random), de entry is changed to /dev/root (als the /etc/mnttab reflects /dev/root).
When fixing the entry by removing the /etc/mnttab and issueing a mount -a, the bdf entry is back to /dev/vg00/lvol3 .. for a while at least. Withing 2 days to a week the entry is again back to /dev/root.
Anyone else had this or know what could cause it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 03:20 AM
04-12-2002 03:20 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
As far as I recall is going to lvm maintenance mode the cause of this.
Might be single usermode as well.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 03:24 AM
04-12-2002 03:24 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 03:30 AM
04-12-2002 03:30 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
Forgot to mention, might also be a result of installing diagnostics.
Might be this ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 03:40 AM
04-12-2002 03:40 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 04:00 AM
04-12-2002 04:00 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
The output of lvlnboot is:
# lvlnboot -v
Boot Defenitions for Volume Group /dev/vg00
/dev/dsk/c1t15d0 (10/4/4.15.0) -- Boot Disk
/dev/dsk/c2t5d0 (10/8.5.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c1t15d0
/dev/dsk/c2t5d0
Root: lvol3 on: /dev/dsk/c1t15d0
/dev/dsk/c2t5d0
Swap: lvol2 on: /dev/dsk/c1t15d0
/dev/dsk/c2t5d0
Dump: lvol2 on: /dev/dsk/c2t5d0, 0
Wich seems ok. Also.. the systems are running with the 'problem' for several month already in a production enviroment now without any problem (just ignite complains sometimes)..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 04:59 AM
04-17-2002 04:59 AM
Solution1.change the entry in /etc/mnttab:/dev/root->/dev/vg00/lvol3
2.mv /etc/lvmtab /etc/lvmtab.org
3.vgscan
4.lvlnboot -r /dev/vg00/lvol3
lvlnboot -d /dev/vg00/lvol2
lvlnboot -s /dev/vg00/lvol2
lvlnboot -b /dev/vg00/lvol1
5.reboot it's OK!
hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 01:11 AM
04-18-2002 01:11 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 01:33 AM
04-18-2002 01:33 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
Did you use the solution from Joseph ?
I agree with him, it probably will stay away.
Regards,
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 01:44 AM
04-18-2002 01:44 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 02:56 AM
04-18-2002 02:56 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
I'd solved the problem using my solution.
Have you try it?I think it should work!
B.R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 03:00 AM
04-18-2002 03:00 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
Try the solution like this (Joseph's solution) !!!
1.change the entry in /etc/mnttab:/dev/root->/dev/vg00/lvol3
2.mv /etc/lvmtab /etc/lvmtab.org
3.vgscan
4.lvlnboot -r /dev/vg00/lvol3
lvlnboot -d /dev/vg00/lvol2
lvlnboot -s /dev/vg00/lvol2
lvlnboot -b /dev/vg00/lvol1
5.reboot it's OK!
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 03:34 AM
04-18-2002 03:34 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 07:14 AM
04-18-2002 07:14 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
I'll post another message to this thread if the problem yet again occurs.
(to be honest, I wouldn't be suprised if it did).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 10:44 PM
04-22-2002 10:44 PM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
today April 23, 8.45am.. The same volume /dev/vg00/lvol3 (mounted as / ) is back to the /dev/root.
Any other solutions / idea's ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 11:08 PM
04-22-2002 11:08 PM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
So the problem reoccurred !
Let's see:
Do you have a mirrores situation on vg00 ?
Let's check the status of the extents on /dev/vg00/lvol1:
lvdisplay -v /dev/vg00/lvol1
Any stale extents ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 11:22 PM
04-22-2002 11:22 PM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
Are there any error/messages in syslog regarding the moment this happend ?
Pls. Post a part from there !
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 11:51 PM
04-22-2002 11:51 PM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
No wierd stuff in the syslog (see below, although some repeated messages have been left out..).
/var/adm/syslog :
Apr 22 17:59:03 as02a telnetd[1439]: recv: Connection timed out
Apr 22 18:40:01 as02a syslog: su : + tty?? root-p_as
Apr 22 18:40:02 as02a syslog: su : + tty?? root-oracle
Apr 22 23:30:03 as02a syslog: su : + tty?? root-p_as
Apr 23 02:00:11 as02a ftpd[4931]: connection from 10.7.2.130 [10.7.2.130]
Apr 23 02:00:11 as02a ftpd[4931]: FTP LOGIN FROM 10.7.2.130 [10.7.2.130], aojam03
Apr 23 02:00:12 as02a ftpd[4931]: aojam03 of 10.7.2.130 [10.7.2.130] deleted /as/aspkg03/as/jam/aojam03/ABOBS_200204230005_5ESS.dat
Apr 23 02:00:13 as02a ftpd[4931]: aojam03 of 10.7.2.130 [10.7.2.130] deleted /as/aspkg03/as/jam/aojam03/ABOBS_200204230005_AXE.dat
Apr 23 02:00:13 as02a ftpd[4931]: FTP session closed
Apr 23 04:05:53 as02a ftpd[18247]: connection from 10.1.72.1 [10.1.72.1]
Apr 23 04:05:53 as02a ftpd[18247]: FTP LOGIN FROM 10.1.72.1 [10.1.72.1], osgasd
Apr 23 04:06:02 as02a ftpd[18247]: FTP session closed
Apr 23 08:30:05 as02a syslog: su : + ttyp6 royen99-root
--- eof
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:03 AM
04-23-2002 12:03 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
Do you split your mirror copy because of backup? May be this causes your problem.
Ruediger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:08 AM
04-23-2002 12:08 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:24 AM
04-23-2002 12:24 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
Did you check with lifls if both disks have same LIF info on them ?
lifls /dev/rdsk/cXtXdX (replace X for both disks).
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:37 AM
04-23-2002 12:37 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
I am still wondering what action on the system could cause this issue ?
Did anything specific happend before teh situation is back to /dev/root ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 01:02 AM
04-23-2002 01:02 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
Here I start to see a diffence now,
the lifls on the /dev/dsk/c2t5d0 (PV1) gives:
ODE MAPFILE SYSLIB CONFIGDATA SLMOD
SLDEV SLDRIVERS SLSCSI MAPPER IOTEST
PERFVER PVCU SSINFO ISL AUTO
HPUX LABEL
while /dev/dsk/c1t15d0 (PV2) has one entry extra on the last line:
HPUX PAD LABEL
(first 3 lines are identical).
- Nico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 01:08 AM
04-23-2002 01:08 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
- Nico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 01:20 AM
04-23-2002 01:20 AM
Re: Repeated /dev/vg00/lvol3 -> /dev/root
Ok ! Let's see if there are more differences between those discs and what bootstring is used.
Boot string used in kernel:
echo 'boot_string/S'|adb /stand/vmunix /dev/mem
Output looks like this:
boot_string:
boot_string: disc(8/4.5.0;0)/stand/vmunix
Now lets see boot string on disks:
lifcp /dev/dsk/cXtXdX:AUTO $(tty)
Output like this:
hpux (;0)/stand/vmunix
In mirrored situation it should be hpux -lq.
C.