Operating System - HP-UX
1834150 Members
3171 Online
110064 Solutions
New Discussion

Re: swinstall in command line

 

swinstall in command line

Hello All,

Please, how can I execute a swinstall command line, but just to view the space disk, without install, only a preview. Is there possible ???
Thanks for all.
rodriguescj
1 REPLY 1
Denver Osborn
Honored Contributor

Re: swinstall in command line

to do this run swinstall with the "-p" option, then execute the "swjob" syntax that swinstall will spit out after the preview is done...

EX/

swinstall -p -s /tmp/mystuff.depot \*

some output... blahblah..
..analysis phase succeeded for "yourhos:/".
NOTE: More information may be found in the agent logfile using the command "swjob -a log yourhost-0001 @ yourhost:/".


Now when you run the "swjob" syntax the swinstall shows, you'll see the disk space analysis.

Hope this helps,
-denver