Operating System - Tru64 Unix
1752402 Members
6166 Online
108788 Solutions
New Discussion юеВ

Re: member2 boot partition is full

 
edi_4
Advisor

member2 boot partition is full

After installing Patch kit 5 (upgrade tru cluster from v5.1b pk1 to pk5) the member2 boot partition become full. How do I find out whai is going on. Thank you
3 REPLIES 3
Vladimir Fabecic
Honored Contributor

Re: member2 boot partition is full

After patch install kernel rebuild is performed. Usualy this procedure does not delete current version of kernel, but creates a new one. Please send ls -al of member2 boot partition.
After that we'll see more details what happened.
In vino veritas, in VMS cluster
Ivan Ferreira
Honored Contributor

Re: member2 boot partition is full

Use the following command:

find /cluster/members/member3/boot_partition -type f -xdev -ls |sort +6 -nrb |more

To verify the largest files on the file system. Ensure that you can delete the file. If you are not sure, post the results.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
edi_4
Advisor

Re: member2 boot partition is full

Thank you - advfs domain was inconstent.
df -k reports file system is 100% full, but #du report was normal. I fixed it using:
#quotacheck -v root2_domain#root

Thank to all.