cancel
Showing results for 
Search instead for 
Did you mean: 

NBU 9.1.0.1 Client install fails on Solaris 10

nholtz
Level 4

Attempting to install client from recent Client install file download.

No errors prior in the output until:

Unpacking VRTSpbx package.
Installation of VRTSpbx was successful. Check /tmp/install_VRTSpbx.pkg_trace.1683 for details.
Installing VRTSnbclt ...
Unpacking VRTSnbclt package.
Failed to install VRTSnbclt status = 1.
Check /tmp/install_VRTSnbclt.pkg_trace.16883 for details.
Aborting ...

ERROR: A failure was detected running
/mnt/NBU9.1.0.1/NetBackup_9.1.0.1_CLIENTS1/NBClients/anb/Clients/usr/oe
nv/netbackup/client/Solaris/Solaris10/cp_to_client

 

File /usr/openv/tmp/install_trace.2853 contains a trace of this install.
That file can be deleted after you are sure the install was successful.

Trace file contents look like so:

Installing VRTSnbclt ...
cpio: Cannot write "root/usr/openv/netbackup/bin/infxbsa.so64", errno 28, No space left on device
cpio: Cannot write "root/usr/openv/netbackup/bin/libobk.so64.1", errno 28, No space left on device
cpio: Cannot write "root/usr/openv/netbackup/bin/libsapora.so64.1", errno 28, No space left on device
cpio: Cannot write "root/usr/openv/netbackup/bin/mkisofs", errno 28, No space left on device
cpio: Cannot write "root/usr/openv/netbackup/bin/mtfrd", errno 28, No space left on device
cpio: Cannot write "root/usr/openv/netbackup/bin/nbbrowse", errno 28, No space left on device
cpio: Cannot write "root/usr/openv/netbackup/bin/nbcertcmd", errno 28, No space left on device
cpio: Cannot write "root/usr/openv/netbackup/bin/nbcs", errno 28, No space left on device

cpio: Cannot write "root/usr/openv/netbackup/ext/db_ext/db2/scripts/db2_restore", errno 28, No space left on device
cpio: Cannot write "root/usr/openv/netbacku
1 package was not processed!

There seems to be plenty of space in root filesystem (/usr is in /):

bash-3.2# df -h /usr
Filesystem size used avail capacity Mounted on
/ 20G 14G 6.4G 69% /
bash-3.2#

I've searched for client install issues, but am not having any luck finding something similar.

9 REPLIES 9

nholtz
Level 4

"./install" is being run on the Solaris server from an NFS mount from our master server which contains the two Client install directories.  Linux install from CLIENTS2 seems to have worked just fine when I tried it on a linux box.

 

quebek
Moderator
Moderator
   VIP    Certified

Hi
Well /usr can be different file system from /usr/openv So please check space in /usr/openv The best would be if you could post output from df

nholtz
Level 4

It's not, but I'll show the df...

Filesystem size used avail capacity Mounted on
/ 20G 14G 6.3G 69% /
/Javelina-1 2.7T 2.2T 530G 81% /Javelina-1
/Javelina-1/jv/bulk 50G 12G 36G 25% /Javelina-1/jv/bulk
/Javelina-1/releases 400G 324G 71G 82% /Javelina-1/releases
/Javelina-1/work 350G 218G 124G 64% /Javelina-1/work
/archive 1.2T 571G 616G 49% /archive
/dev 20G 14G 6.3G 69% /dev
/home 8.0G 1.7G 5.9G 22% /home
/pg_xlog 900G 140G 712G 17% /pg_xlog
/pgdata1 350G 314G 34G 91% /pgdata1
/pgdata2 750G 567G 172G 77% /pgdata2
/pgdata3 2.2T 1.5T 702G 69% /pgdata3
/pgdata302 50G 8.7G 39G 19% /pgdata302
/pgdata306 50G 1.3G 46G 3% /pgdata306
/pgdata4 700G 239G 432G 36% /pgdata4
/pgdata6 1.8T 799M 1.6T 1% /pgdata6
/pgdata7 50G 1.2G 46G 3% /pgdata7
/pgdata8 50G 2.4G 45G 6% /pgdata8
/pgdata9 700G 222G 448G 34% /pgdata9
/wal_archive 50G 101M 47G 1% /wal_archive
/work 300G 18G 265G 7% /work
proc 0K 0K 0K 0% /proc
ctfs 0K 0K 0K 0% /system/contract
mnttab 0K 0K 0K 0% /etc/mnttab
objfs 0K 0K 0K 0% /system/object
swap 223G 336K 223G 1% /etc/svc/volatile
/usr is under /, and there is no /usr/openv

One other thing I tried was to download the tar.gz file to the Sol10 box, and uncompress/untar it there.  No change as far as I can tell.  Install fails in same place, trace file looks identical.

quebek
Moderator
Moderator
   VIP    Certified

Hmm
Where is /tmp also under /?
Cant you create dedicated file system for /usr/openv? Its always better to have it separate So logs will not fill out / or /usr. Lets Say 10 GB in size and retry?

/tmp is "swap" on Solaris?  Hmm, some of the df -h output was deleted:

swap 223G 336K 223G 1% /etc/svc/volatile
/platform/sun4v/lib/libc_psr/libc_psr_hwcap4.so.1
20G 14G 6.4G 68% /platform/sun4v/lib/libc_psr.so.1
/platform/sun4v/lib/sparcv9/libc_psr/libc_psr_hwcap4.so.1
20G 14G 6.4G 68% /platform/sun4v/lib/sparcv9/libc_psr.so.1
fd 0K 0K 0K 0% /dev/fd
swap 1.0G 21M 1003M 3% /tmp
swap 223G 40K 223G 1% /var/run
172.20.37.50:/backups/upgrade
2.2T 1.5T 610G 72% /mnt

nholtz
Level 4

# df /tmp
/tmp (swap :( 2053472 blocks 37965186 files
#

nholtz
Level 4

Looks like swap is filling up when the client install is running, which jibes with the truncated tracefile output in the original post.  Just saw the error in the messages file :(

nholtz
Level 4

If I could reply my own solution?

export TMP=/var/tmp; export TMPDIR=/var/tmp

Install completes, even though the trace files seem to write to /tmp.

quebek
Moderator
Moderator
   VIP    Certified

Hi

So issue solved... I am glad I did point you in good direction. But please remember my words about having /usr/openv as separate file system, one day you will be troubleshooting this installation and you might fill out / file system. It is uncool than :)