Operating System - HP-UX
1827286 Members
3310 Online
109717 Solutions
New Discussion

Re: mount - unrecognized vxfs version number

 
Giacomo Fazio_1
New Member

mount - unrecognized vxfs version number

I add a new DAT but i used same scsi id of internal disk.
After reboot the SO do not see a directory /mail that is /dev/vg00/lvol10 and other Directories i created in the last 2 months under /opt!!!!! Strange !!!
It is as it works with an old configuration!!!
What happne????
8 REPLIES 8
Fabio Ettore
Honored Contributor

Re: mount - unrecognized vxfs version number

Ciao Giacomo,

I am not sure to understand your problem.
What is the problem?

- mount fails with 'unrecognized vxfs version number'
or
- O.S. (what is the version? see it by 'uname -a') doesn't see directories /mail and some under /opt?
or
- both?

Please explain again your problem.

Best regards,
Ettore

P.S.: se vuoi metti la questione anche in italiano così che posso capire meglio il problem
WISH? IMPROVEMENT!
Elmar P. Kolkman
Honored Contributor

Re: mount - unrecognized vxfs version number

Could it be those directories were manually mounted and thus not in /etc/fstab ?!
Every problem has at least one solution. Only some solutions are harder to find.
Sanjiv Sharma_1
Honored Contributor

Re: mount - unrecognized vxfs version number

Hello,

Please check these links:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=37836

hth.
Everything is possible
KapilRaj
Honored Contributor

Re: mount - unrecognized vxfs version number

fsck -y /dev/vg00/lvol10 ???

Regds,

Kaps
Nothing is impossible
Shaikh Imran
Honored Contributor

Re: mount - unrecognized vxfs version number

Hi,
Pls do a complete fsck &
Try to manually mount the filesystem
#mount /dev/vg00/lvol10 /mail
If succesful then add this line in /etc/fstab.

regs

I'll sleep when i am dead.
SureshKumar_2
Valued Contributor

Re: mount - unrecognized vxfs version number

Hi

Change the new DAT id, which has not used in this system. Since the problem was due to ID conflick.

If it workts fine in Old configuration, (IF I am right without new DAT) then certainly ID clash.

Hope this will solve ur problem

suresh
Things are very easy, when u know about it...
Rich Wright
Trusted Contributor

Re: mount - unrecognized vxfs version number

I had same error message.
My problem was mounting HP-UX 11i (v4) file system on HP-UX 11.00 server.
Answer was:
"Upgrade to Online JFS 3.3 & re-apply all related patches"
Work-a-round was:
Backup the file system on the HP-UX 11i server.
umount the file system.
mkfs -F vxfs -o version=3 /dev//
mount the file system.
restore the file system.
Giacomo Fazio_1
New Member

Re: mount - unrecognized vxfs version number

Grazie Ettore,

con HP siamo venuti a capo che non c'e' soluzione.
Ho dovuto ricreare i volumi.
Non riesco a capire cosa e' accaduto!!!
Ho collegato una unita' DAT HP DDS3 sulla scsi con lo stesso id del disco interno, 6.
Ovviamente la macchina non e' ripartita.
Ho portato l'unita' DAT a scsi id 4.
La macchina e' ripartita, ma ops /dev/vg00/lvol10 scomparsa e una directory sotto /opt sparita!!!!
Sembra di essere tornati ad una configurazione di 3 mesi prima!!!
Mistero?!?!?!
Hai idea?
Giacomo