Operating System - HP-UX
1753960 Members
7435 Online
108811 Solutions
New Discussion юеВ

Lvm Device file is missing

 
SOLVED
Go to solution
Jollyjet
Valued Contributor

Lvm Device file is missing

Hi Vg02 has logical volume in the name of (lvol10) the file system is currently mounted and i could not able to see the device file in the /dev/vg02 but i can able to see the rlvol10 in the same location any way to retrieve the device file.
6 REPLIES 6
Luk Vandenbussche
Honored Contributor
Solution

Re: Lvm Device file is missing

make it manually

ls -l /dev/vg02/rlvol10

Write down the minor number 0x02000a (probably this, but can be different)

mknod /dev/vg02/lvol10 b 64 0x02000a (or the exact minor number)
SANTOSH S. MHASKAR
Trusted Contributor

Re: Lvm Device file is missing

Hi

If your setting is

hosts: files

then email, NNM server should be configured in DNS

if your setting is

files: hosts

then email, NNM server should be configured in /etc/hosts


-Santosh
SANTOSH S. MHASKAR
Trusted Contributor

Re: Lvm Device file is missing

Hi Jolly ,

Sorry for 1st post, it was not for u.

For u,

Just note minor no of

/dev/vg02/lvol10

then give command

# mknod /dev/vg02/rlvol10 c 64


-Santosh
SANTOSH S. MHASKAR
Trusted Contributor

Re: Lvm Device file is missing

Hi Jolly ,

Sorry for 1st post, it was not for u.

For u,

Just note minor no of

/dev/vg02/lvol10

then give command

# mknod /dev/vg02/rlvol10 c 64

use same minor no of lvol10


-Santosh
Calandrello
Trusted Contributor

Re: Lvm Device file is missing

Friend
you to verify the device archive
ls - ltr /dev/vgxx |grep group
Jollyjet
Valued Contributor

Re: Lvm Device file is missing

Hi All,

Thanks for the Help the issue is solved.