Forum Discussion

manol4ik's avatar
manol4ik
Level 5
12 years ago

Netbackup, Solaris client installation

Regards,

 

 

I recently install a Master Server in Windows, now im installing the clients, one of them is SOLARIS, and the problem is that the ROOT have inside the /opt, the ROOT filesystem have 98% full so i dont have space to install the client, maybe there is a way to redirect the client installation or install on another Filesystem?

 

 

 

thanks for the help

 

 

Alejandro P.

  • hi

    use below 2 commands

     

    mkdir -p  /respaldos/usr/openv/    -> to create a folder

    <<EDIT>>

    one of my friends said.. it should be   :-) thank you 

    ln -s /respaldos/usr/openv /usr/openv   --> to create symbolic link

    <I<EDIT done>>

    ls -ld /usr/openv/ it wil show you the original location for the files.. 

7 Replies

  • you can create a soft link form the file system from which you have the enough space..

    show us the df -k output form the client

  • Client software is by default installed in /usr. That is probably also part of root filesystem?

    As per nagalla's excellent post, if you show us output of 'df -k' we can help you to create the symbolic link.

    You will also have to ensure that there is enough space in /tmp for the duration of the installation.

  • It easy to extend a file system on UNIX - you should talk to the local UNIX admin if possible.

  • "the ROOT filesystem have 98% full"

    Like living on the edge? Altho' if it was 1Tb filesystem 2% free space could be seen as adequate!

  •  
    Filesystem             size   used  avail capacity  Mounted on
    /dev/dsk/c0t0d0s0      9.6G   9.1G   453M    96%    /
    /devices                 0K     0K     0K     0%    /devices
    ctfs                     0K     0K     0K     0%    /system/contract
    proc                     0K     0K     0K     0%    /proc
    mnttab                   0K     0K     0K     0%    /etc/mnttab
    swap                    14G   1.5M    14G     1%    /etc/svc/volatile
    objfs                    0K     0K     0K     0%    /system/object
    /platform/SUNW,Sun-Fire-T200/lib/libc_psr/libc_psr_hwcap1.so.1
                           9.6G   9.1G   453M    96%    /platform/sun4v/lib/libc_psr.so.1
    /platform/SUNW,Sun-Fire-T200/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
                           9.6G   9.1G   453M    96%    /platform/sun4v/lib/sparcv9/libc_psr.so.1
    fd                       0K     0K     0K     0%    /dev/fd
    /dev/dsk/c0t0d0s3       15G   4.8G    10G    32%    /var
    swap                    14G    56K    14G     1%    /tmp
    swap                    14G    56K    14G     1%    /var/run
    /dev/dsk/c4t600A0B800029E40200001B214F1544C5d0s6
                           295G   287G   5.7G    99%    /backupbase1
    /dev/dsk/c0t2d0s6      134G    63G    70G    48%    /respaldos
    kefren2:/6140digital   197G   130G    65G    67%    /6140digital
     
    it would be grat if I can install in the /respaldos FS
     
     
    Thanks for the help
     
  • hi

    use below 2 commands

     

    mkdir -p  /respaldos/usr/openv/    -> to create a folder

    <<EDIT>>

    one of my friends said.. it should be   :-) thank you 

    ln -s /respaldos/usr/openv /usr/openv   --> to create symbolic link

    <I<EDIT done>>

    ls -ld /usr/openv/ it wil show you the original location for the files..