Operating System - HP-UX
1752689 Members
5553 Online
108789 Solutions
New Discussion юеВ

Re: Exrequisite dependencies.

 
SOLVED
Go to solution
r4mp4g3
Advisor

Re: Exrequisite dependencies.

I've stopped the NFS services and the problem still exists.
Torsten.
Acclaimed Contributor

Re: Exrequisite dependencies.

See if it is listed in the exports file, comment and do the export again.

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!   
Michael Steele_2
Honored Contributor

Re: Exrequisite dependencies.

Hi

Re: "...but I cannot deactivate the VG cuz Im not able to umount a filesystem created on it..."

Run

fuser -cu /filesystem, to preview
fuser -cuk /filesystem, to kill left around processes

Note: Often, it your process. Your shell pid. Did you

cd /filesystem?
Support Fatherhood - Stop Family Law
Dennis Handly
Acclaimed Contributor

Re: Exrequisite dependencies.

>Torsten: See if it is listed in the exports file, comment and do the export again.

That may not be good enough. You probably have to use "exportfs -u filesystem".
r4mp4g3
Advisor

Re: Exrequisite dependencies.

Hi, this box is a HP-UX 11.31... so I use /etc/dfs/dfstab instead of /etc/exports. I've tried to comment entries in dfstab and do a "shareall" again and I've done an "unshareall" so that nothing was exported but with no success so far... the FS remains busy!
r4mp4g3
Advisor

Re: Exrequisite dependencies.

By the way, the "fuser -ck /FS" and so was the first thing I did... but as I commented before nor in fuser neither in lsof output It shows nothing... There is no user with that FS as current directory.
Shinji Teragaito_1
Respected Contributor

Re: Exrequisite dependencies.

Did you try to specify the force option (-f) to umount on your 11.31 environment ?
Michael Steele_2
Honored Contributor

Re: Exrequisite dependencies.

Hi

a) Check for duplicate minor numbers with group files

b) vgdisplay -v vg
Compare current and open LVs

c) If you are running BCV's, verify the sync has completed

Question: Is this a BCV vg?
Support Fatherhood - Stop Family Law
r4mp4g3
Advisor

Re: Exrequisite dependencies.

Hi again,

1) The force option (-f) does not exist in HP-UX.

2) This is not a BCV VG.
Michael Steele_2
Honored Contributor

Re: Exrequisite dependencies.

Its vgreduce -f vg

/usr/sbin/vgreduce [-A autobackup] [-f] vg_name

http://docs.hp.com/en/B2355-91020/B2355-91020.pdf
Support Fatherhood - Stop Family Law