Server Management - Systems Insight Manager
1827541 Members
3077 Online
109965 Solutions
New Discussion

SIM 5 installation on linux fails

 
Neil Cassels
New Member

SIM 5 installation on linux fails

This can't be a corrupt file, I've downloaded onto 2 different (Fedora5) systems and got the same error. The MD5 checksum is correct as shown below. The file has execute permissions. Anyone got any ideas? Output is pasted below....

[root@tb-insight ~]# md5sum HPSIM-Linux-C.05.00.01.00.bin
0ba178a22de816ee2189341eed928b7a HPSIM-Linux-C.05.00.01.00.bin

[root@tb-insight ~]# ./HPSIM-Linux-C.05.00.01.00.bin
Verifying archive integrity...tail: cannot open `+6' for reading: No such file or directory
Error in check sums 377706363 992150158
1 REPLY 1
Gabriele Pozzo
Occasional Contributor

Re: SIM 5 installation on linux fails

Hello
The file hasn't corrupted.
Try this workaround in your shell environment and rerun the bin file.

export _POSIX2_VERSION=199209

It works fine in my case.