Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sys_check message 1

Status
Not open for further replies.

vti

Technical User
Feb 26, 2001
189
TR
I got a message like 'Note: BMT pageCnt is decreasing on AdvFS ase_domain1 domain.
Check the domain immediately. ' output of sys_check.Can someone explain me what should i do ?please


bye
 
Hi there, sounds heavy...

What hardware? What version of UNIX? Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
Hi
I use Compaq-Gs140 Unix4,0f.

Thanks.
 
Eril contacted me by email and sent me the output of his syscheck command.

A BMT is a Bitmap Metadata Table - the tru64 equivalent of an INODE table. However, a UFS inode table is statically allocated, whilst a BMT expands as more files are added to the domain. Each time that AdvFS needs additional metadata, the BMT grows...

doumented at

I am not a tru64 person, so please take my advice here carefully.

The message seems to indicate that one of your BMT's is fragmented. It does not *appear* to immediately serious but you should investigate and correct the problem.

Take advice from a tru64 expert. There is a tru64 forum here at Tek-Tips. If you have a support contract with Compaq then talk to them first.

Regards,
Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
Doh! Eray, not Eril... Sorry about that. Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
It's Ok ,don't worry about my name.
Thanks so much
i am gonna investigate to correct.

Beste Regards
 
Hi
I have contacted with Compaq and they told me the way how to fix this problem.
To fix this problem you need to verify domain by using /sbin/advfs/verify command.
Step by step;
1-Unmount the whole file systems under domain which having problem
2./sbin/advfs/verify -f domain name
3. mount file systems

and system has to be offline or you have to be sure there is no any I/O while verifying.


see ya
 
Hi. What's my problem?
I did upgrade Tru64 5.1A. Everything gone perfectly but after "doconfig" and selecting all (or some) kernel extensions the kernel cannot be built because and following error message from make is returned:
"Make: Don't know how to make kern/lockinfo.c. Stop."
It's the message produced from Makefile in /usr/sys/<node_name>. Make rule cannot find its source even VPATH is OK set to &quot;..&quot; and lockinfo.c is properly placed in FS. The mentioned problem touches each source &quot;*.c&quot; file (not only lockinfo.c which is 1st on the way).
Pease, can me someone help with it? What's the problem.
Thank you, guys.
Vlado
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top