Operating System - HP-UX
1752865 Members
3983 Online
108791 Solutions
New Discussion юеВ

Problem start Virtual Machine Guest (mount FileSystem)

 
Eli Daniel
Super Advisor

Problem start Virtual Machine Guest (mount FileSystem)

Hi,
i have the problem start VM Guest:

UX:vxfs fsck: ERROR: V-3-25742: /dev/vg01/lvusersapPBP:sanity check failed: cannot open /dev/vg01/lvusersapPBP: No such device or address


18 REPLIES 18
Torsten.
Acclaimed Contributor

Re: Problem start Virtual Machine Guest (mount FileSystem)

IMHO the messages says all:

cannot open /dev/vg01/lvusersapPBP: No such device or address

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Eli Daniel
Super Advisor

Re: Problem start Virtual Machine Guest (mount FileSystem)

Hi Torsten
after you start the computer:
run command
mount /dev/vg01/lvusersapPBP /usr/sap/PBP

mount point is activated


Steven E. Protter
Exalted Contributor

Re: Problem start Virtual Machine Guest (mount FileSystem)

Shalom,

fsck probably needs to be run on the file system. After that you can probably start the guest.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Eli Daniel
Super Advisor

Re: Problem start Virtual Machine Guest (mount FileSystem)

Steven,
command was executed

fsck-F vxfs-y-or full / dev/vg01/lvusersapPBP

But after restarting shows the same error message
Torsten.
Acclaimed Contributor

Re: Problem start Virtual Machine Guest (mount FileSystem)

It's not clear where you get what message and where you run what command - guest or host.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Eli Daniel
Super Advisor

Re: Problem start Virtual Machine Guest (mount FileSystem)

Torsten, the message show in the Virtual Machine Guest, the filesystem add in the fstab, but starting VM guest not mount the filesystem.
Kapil Jha
Honored Contributor

Re: Problem start Virtual Machine Guest (mount FileSystem)

We would need to know how your VM is using disk, is it using LVdisk from host.
Or vg01 is created inside virtal machine.

HOST#hpvmstatus -v -P VM_name

is your VM up, check if you have both
/dev/vg01/lvusersapPBP and
/dev/vg01/rlvusersapPBP

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Eli Daniel
Super Advisor

Re: Problem start Virtual Machine Guest (mount FileSystem)

yes, in the virtual host is add the lv disk to virtual machine guest

disk avio_stor 0 0 0 10 0 disk /dev/rdsk/c41t8d3

Yes, in the fstab add the line:

/dev/vg01/lvusersapPBP /usr/sap/PBP vxfs delaylog,nodatainlog,largefiles 0 2




Torsten.
Acclaimed Contributor

Re: Problem start Virtual Machine Guest (mount FileSystem)

On which kind of physical storage is the device /dev/rdsk/c41t8d3?

SAN based array?

Multipath software in use (if hp-ux 11.23)?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!