Operating System - HP-UX
1753774 Members
6899 Online
108799 Solutions
New Discussion юеВ

Re: /opt 81% after DataProtector 6.11 upgrade

 
SOLVED
Go to solution
Beannie
Advisor

/opt 81% after DataProtector 6.11 upgrade

We want to make a separate file system and link it to /opt/omni to take the space it uses (2G) off of the /opt file system. I tried to create a new lvol8 with a mount point of /opt/omni and it gave me an error about one already existing (which I know).

Our thinking behind it is that we also have two mount points for /var and /var/opt/omni.

Am I missing something? Thanks.
4 REPLIES 4
TTr
Honored Contributor
Solution

Re: /opt 81% after DataProtector 6.11 upgrade

That error was to be expected. Here is how you do what you are thinking of.


Mount the new lvol8 under a temp name, say /omnitemp

Shutdown all the omni services

Copy the contents of /opt/omni into /omnitemp

Rename (move) the /opt/omni to /opt/omni-old

Recreate /opt/omni (it was moved)

Unmount /omnitemp and mount lvol8 to the new /opt/omni

Start the omni services

If everything looks good, delete the /opt/omni-old and /omnitemp subdirectories
rariasn
Honored Contributor

Re: /opt 81% after DataProtector 6.11 upgrade

Hi Beannie:

Sample dataprotector fs configuration:

/dev/vg00/lvoptOB 1540096 1164833 351859 77% /opt/omni

/dev/vg02/lvetcoptOB 20480 11720 8402 58% /etc/opt/omni

/dev/vg02/lvvaroptOB 17641472 13407150 4102174 77% /var/opt/omni

rgs,
Hakki Aydin Ucar
Honored Contributor

Re: /opt 81% after DataProtector 6.11 upgrade

This is popular issue about upgrading to version 6.11. %81 is not bad in my opinion.
Today I upgraded from DP5.5 to DP6.11.
your file system must be like this;

# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 204800 110144 93952 54% /
/dev/vg00/lvol8 4710400 3087224 1617152 66% /var
/dev/vg00/lvol7 3145728 2342080 797400 75% /usr
/dev/vg00/lvol11 5120000 3218424 1782762 64% /var/opt/omni
/dev/vg00/lvol4 1048576 319288 723656 31% /tmp
/dev/vg00/lvol1 298928 59776 209256 22% /stand
/dev/vg00/lvol6 4096000 3688696 404176 90% /opt
/dev/vg00/lvol9 5120000 3065153 1926758 61% /opt/previsor
/dev/vg01/lvol1 20971520 12383196 8470264 59% /nfs
/dev/vg00/lvol5 1048576 624264 421048 60% /home


Beannie
Advisor

Re: /opt 81% after DataProtector 6.11 upgrade

Yes, Hakki Aydin - that is what our file system looks like.

Thanks TTr, I will work on that format.

Points assigned.

Thanks to everyone.