Operating System - HP-UX
1830146 Members
24981 Online
109999 Solutions
New Discussion

What is the use of impacts Statement:

 
Ganesh Balraman
Regular Advisor

What is the use of impacts Statement:

#/opt/ignite/lbin/archive_impact -tg
impacts = "/" 16Kb
impacts = "/.ssh" 1Kb
impacts = "/dev" 14Kb
impacts = "/etc" 120674Kb
impacts = "/home" 81Kb
impacts = "/image" 118Kb
impacts = "/opt" 2385637Kb
impacts = "/sbin" 157073Kb
impacts = "/stand" 62540Kb
impacts = "/usr" 2468788Kb
impacts = "/var" 1749418Kb

Hi All,
The above is the impact result on my ignite clinet . For / it says 16 kB and /dev 14 Kb.

what does it mean.

Regds
Ganesh
1 REPLY 1
Mridul Shrivastava
Honored Contributor

Re: What is the use of impacts Statement:

Refer man pages:

archive_impact is run to calculate the per file system disk space impacts for a given cpio, pax, or tar archive. archive_impact writes its results as impacts lines in Ignite-UX configuration file format to
stdout. Results may be redirected to an Ignite-UX configuration file and then included in a sw_sel statement. See instl_adm(4) for details on the syntax of the Ignite-UX configuration file.

-t The archive being processed is in tar format. Either this option, the -c option or the -p option must be specified. tar format is the default for make_sys_image archives.

-g The archive has been compressed using gzip.

Hence the size it is showing are after zipping the files.
Time has a wonderful way of weeding out the trivial