cancel
Showing results for 
Search instead for 
Did you mean: 

Merging NBU 7.1 Multi plateform Binaries

RohitNayal
Level 5
Certified
HI Team ,
 
While merging the NBU 7.1 Unix Multi plateform binaries I am getting this below error , its a AIX 6.1 machine on which I am getting this error .
 
 
$ cat "NetBackup_7.1_CLIENTS_tar-gz.1of2" "NetBackup_7.1_CLIENTS_tar-gz.2of2" > "NetBackup_7.1_CLIENTS.tar.gz"
cat: cannot open NetBackup_7.1_CLIENTS_tar-gz.1of2
cat: cannot open NetBackup_7.1_CLIENTS_tar-gz.2of2
$
 
 
Regards ,
Rohit
1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

Firstly, your prompt "$" looks like a user logon.
You need to be root to install software. This an OS requirement, not NBU.

Secondly - you need to use gtar to extract the tar file.
See: http://www.symantec.com/docs/TECH154080

View solution in original post

6 REPLIES 6

mph999
Level 6
Employee Accredited

Are you sure you are in the dir the files are downloaded to ?

Can you run :

ls NetBackup_7.1_CLIENTS_tar-gz.1of2

ls NetBackup_7.1_CLIENTS_tar-gz.2of2

 

Martin

RohitNayal
Level 5
Certified

Hi Martin

 

Please find the output requested by you .

 

$ ls
@LongLink                          NetBackup_7.1_CLIENTS_tar-gz.1of2  NetBackup_7.1_CLIENTS_tar-gz.2of2
$ ls NetBackup_7.1_CLIENTS_tar-gz.1of2
NetBackup_7.1_CLIENTS_tar-gz.1of2
$ ls NetBackup_7.1_CLIENTS_tar-gz.2of2
NetBackup_7.1_CLIENTS_tar-gz.2of2
$ cat "NetBackup_7.1_CLIENTS_tar-gz.1of2" "NetBackup_7.1_CLIENTS_tar-gz.2of2" > "NetBackup_7.1_CLIENTS.tar.gz"
cat: cannot open NetBackup_7.1_CLIENTS_tar-gz.1of2
cat: cannot open NetBackup_7.1_CLIENTS_tar-gz.2of2
$
 

StefanosM
Level 6
Partner    VIP    Accredited Certified

first check that you have rights to read the files and check the size of the files.

ls -l NetBackup_7.1_CLIENTS_tar*

second check if the md5 that is given at the download site match the md5 of the files you have

you can create the file from a windows system with the command
copy /b "NetBackup_7.1_CLIENTS_tar-gz.1of2" + "NetBackup_7.1_CLIENTS_tar-gz.2of2"  "NetBackup_7.1_CLIENTS.tar.gz"

huanglao2002
Level 6

Please check the file md5 sum.

RohitNayal
Level 5
Certified

HI Stefanos .

 

Below is the access rights .

 

$ ls -l NetBackup_7.1_CLIENTS_tar-gz*
-rw-r-----    1 root     system   3312989265 Jun 13 15:07 NetBackup_7.1_CLIENTS_tar-gz.1of2
-rw-r-----    1 root     system   1446523985 Jun 13 15:09 NetBackup_7.1_CLIENTS_tar-gz.2of2
$
 
 
For AIX I need to check how can we match the Md5 check sum 
 
I did run the Copy command from windows and than put the combined binatries into the UNIX server but getting the below error while installing the NBU client .
 
   Installing PBX...
Please wait while installation is in progress...
Installation completed Successfully
Installation log located here: /var/tmp/installpbx-12058852-061313115544.log


File /oracle/backup/NetBackup_7.1_CLIENTS/NBClients/anb/Clients/usr/openv/netbackup/client/RS6000/AIX53/client_bin.tar.gz does not exist and cannot be unbundled.
Aborting...

A failure was detected running /oracle/backup/NetBackup_7.1_CLIENTS/NBClients/anb/Clients/usr/openv/netbackup/client/RS6000/AIX53/cp_to_client riomdsbks01 rioadcsva006 /tmp/install_trace.11272372
#

 

Marianne
Level 6
Partner    VIP    Accredited Certified

Firstly, your prompt "$" looks like a user logon.
You need to be root to install software. This an OS requirement, not NBU.

Secondly - you need to use gtar to extract the tar file.
See: http://www.symantec.com/docs/TECH154080