Operating System - HP-UX
1855680 Members
2613 Online
104103 Solutions
New Discussion

minimal install HP 11. - No SAM??!!

 
SOLVED
Go to solution
Ratzie
Super Advisor

minimal install HP 11. - No SAM??!!

Is it true with minimal install that you do not get sam?

How would I install it after the fact. I see it on the core install cd, but how do you install?
3 REPLIES 3
Florian Heigl (new acc)
Honored Contributor
Solution

Re: minimal install HP 11. - No SAM??!!

using swinstall :)

try mounting the base CD as /SD_CDROM and running swinstall -s /SD_CDROM "SystemAdmin.SAM" @ /

This should work quite ok, maybe You need to add -x autoreboot=true
yesterday I stood at the edge. Today I'm one step ahead.
Florian Heigl (new acc)
Honored Contributor

Re: minimal install HP 11. - No SAM??!!

one more addition - if You ever manage to loose swinstall or it's corrupt (but this doesn't happen with minimal OS install, which I really miss in 11.11), You can extract depot files with tar -tvf resp. -xvf and gather the binaries, put them to their correct locations and probably just reinstall them after that. I haven't yet tried it with the SD-UX-files, but I think it should be robust enough for it.

Opionions, anyone?
yesterday I stood at the edge. Today I'm one step ahead.
Ratzie
Super Advisor

Re: minimal install HP 11. - No SAM??!!

Thanks for the help