Operating System - HP-UX
1753529 Members
5073 Online
108795 Solutions
New Discussion юеВ

what programming language??

 
jeriko serrano
New Member

what programming language??

hello experts,
may i know what programming language was used to create the System Administration Manager (SAM). thank you very much for any info you can give me...
4 REPLIES 4
Elmar P. Kolkman
Honored Contributor

Re: what programming language??

Though not sure, I think it is in written in C, like most tools for Unix. What do you want with this information ?
Every problem has at least one solution. Only some solutions are harder to find.
Graham Cameron_1
Honored Contributor

Re: what programming language??

You need someone from HP to answer this definitively.
The run time for sam is "/usr/sam/lbin/samx".

If you run the following command you'll definitely find evidence of C:
strings /usr/sam/lbin/samx|grep "\.c"

-- Graham

PS. Why do you care ?
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.
H.Merijn Brand (procura
Honored Contributor

Re: what programming language??

They've gone through some trouble to hide it :)

lep a5:/usr/sam/lbin 116 > file samx
samx: PA-RISC1.1 shared executable dynamically linked
lep a5:/usr/sam/lbin 117 > what samx
samx:
SAM Infrastructure Version 2.0 - 04/23/02 18:00:29
SAM file editing library $Revision: 72.2 $
HP System Administration Manager Version 3.5
built on date: 04/20/02 19:01:02
lep a5:/usr/sam/lbin 118 > ident samx
samx:
$Revision: 92453-07 linker linker crt0.o B.10.60 970821 $
$Revision: 72.2 $
$Revision: 72.1 $
$Revision: 72.2 $
$Header: itl_bom_utils.c,v 72.1 96/10/10 11:14:53 hmgr Exp $
$Header: itl_des.c,v 72.1 96/10/10 11:14:55 hmgr Exp $
$Revision: 72.1 $
$Header: itl_bom_minut.c,v 72.1 96/10/10 11:14:52 hmgr Exp $
$Header: itl_utils.c,v 72.1 96/10/10 11:14:57 hmgr Exp $
$Revision: 72.2 $
$Revision: 72.1 $
$Header: itl_bkf.c,v 72.1 96/10/10 11:14:52 hmgr Exp $
lep a5:/usr/sam/lbin 119 > odump -compunit samx

Compilation Unit Dictionary from samx:

Index Chunk Language Name
Product_id ; Version_id
Compile time ; Source time


lep a5:/usr/sam/lbin 120 >

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
jeriko serrano
New Member

Re: what programming language??

thank you very much sir for the replies...its a big help...