1834827 Members
2427 Online
110070 Solutions
New Discussion

SysInfo for 11.0

 
SOLVED
Go to solution
Ratzie
Super Advisor

SysInfo for 11.0

Is there a depot for SysInfo, I know that the HP_UX archive and porting site has one for SysInfo, but this rev level is at 2.? right now they are at 5.0

I visited the site magnicomp and you must purchase it now.

Any where else we can get it?
3 REPLIES 3
Sundar_7
Honored Contributor

Re: SysInfo for 11.0

Hi,

Try this

ftp://ftp.hp.com/pub/catia/Utils/SysInfo

Sundar
Learn What to do ,How to do and more importantly When to do ?
Ratzie
Super Advisor

Re: SysInfo for 11.0

Thank you, I picked it up but how do you install it?

I did a shar SysInfo
then sh SysInfo

Tells me execute permission denied.

I added chmod u+x SysInfo still no go...
Sundar_7
Honored Contributor
Solution

Re: SysInfo for 11.0

root@TESTMACHINE: (/root)> ./sysinfo
sh: ./sysinfo: Execute permission denied.
root@TESTMACHINE: (/root)> chmod +x sysinfo
root@TESTMACHINE: (/root)> ./sysinfo
PROCESSORS =
FREQUENCY =
RAM =
DISK SWAP =
USABLE SWAP = (not yet implemented)
root@TESTMACHINE: (/root)>

Learn What to do ,How to do and more importantly When to do ?