Operating System - Tru64 Unix
1752815 Members
6056 Online
108789 Solutions
New Discussion юеВ

Re: Subject: Error loading domain in advfs, inconsistency detected.

 
jingwp
Occasional Advisor

Re: Subject: Error loading domain in advfs, inconsistency detected.

Sorry, I do not know how to change this kernel parameters.

Can you give me command in detail please? Thank you.
Vladimir Fabecic
Honored Contributor

Re: Subject: Error loading domain in advfs, inconsistency detected.

Do "vi /etc/sysconfigtab"
find section "proc:"
add or change lines to be:
per_proc_data_size = 4294967296
max_per_proc_data_size = 4294967296
I can give you example of one of my sysconfigtabs:


proc:
max_proc_per_user=4096
max_threads_per_user=16348
per_proc_stack_size=33554432
per_proc_data_size=4294967296
max_per_proc_data_size=4294967296

ipc:
shm_max=4278190080
shm_mni=256
shm_seg=128

You should have proc settings like above.
You can change to original value after fixing problem.
In vino veritas, in VMS cluster
Vladimir Fabecic
Honored Contributor

Re: Subject: Error loading domain in advfs, inconsistency detected.

Sorry, I pasted more than needed. You should change just proc parameters, not ipc.
In vino veritas, in VMS cluster
jingwp
Occasional Advisor

Re: Subject: Error loading domain in advfs, inconsistency detected.

I find no section 'proc' , no following parameter inside file '/etc/sysconfigtab'.

May I add the following to this file (/etc/sysconfigtab)?

proc:
max_proc_per_user=4096
max_threads_per_user=16348
per_proc_stack_size=33554432
per_proc_data_size=4294967296
max_per_proc_data_size=4294967296
Vladimir Fabecic
Honored Contributor

Re: Subject: Error loading domain in advfs, inconsistency detected.

Yes, do it on the end of /etc/sysconfigtab.
In attached file there is an example of how it should look like.
First copy original file i.e.
# cp /etc/sysconfigtab /etc/sysconfigtab.orig
then edit sysconfigtab,
and then reboot.
In vino veritas, in VMS cluster
jingwp
Occasional Advisor

Re: Subject: Error loading domain in advfs, inconsistency detected.

I will add and reboot DS25.

According to your experience, what is wrong with my DS25 system, is it possible to fix data_domain?

There are a lot of files on data_domain.
Vladimir Fabecic
Honored Contributor

Re: Subject: Error loading domain in advfs, inconsistency detected.

It is hard to say what are the chances.
First we will see output of "# fixfdmn -n data_domain".
There is also chance to get data using "salvage". Hope you have enough disk space somewhere for "salvage". See "man salvage" for more info.
I have returned data many times from situation like yours, but also did restore backup few times.
Hope you also have backup.
In vino veritas, in VMS cluster