8.47.5 Examples
Example 1:
Display the current size of the main and expanded storage.
HHC00013I Herc command: 'defstore'
HHC17003I MAIN storage is 256 M (mainsize); storage is not locked
HHC17003I EXPANDED storage is 256 M (xpndsize); storage is not locked
Figure 96: MAINSIZE command (display size of main and expanded storage)
Example 2:
Display the current size of the main storage.
HHC00013I Herc command: 'defstore main'
HHC17003I MAIN storage is 256 M (mainsize); storage is not locked
Figure 97: MAINSIZE command (display size of main storage)
Example 3:
Set the size of the main storage to 512 MB. Lock the storage into the memory.
HHC00013I Herc command: 'defstore main 512 lock'
HHC01428I Locking main storage
HHC17003I MAIN storage is 512 M (mainsize); storage is locked
Figure 98: MAINSIZE command (Set size of locked main storage)
Example 4:
Set the size of the main and expanded storage to 512 MB each. Lock the main storage into the memory,
but do not lock the expanded storage.
HHC00013I Herc command: 'defstore main 512M lock xstor 512M unlock'
HHC01428I Locking main storage
HHC17003I MAIN storage is 512 M (mainsize); storage is locked
HHC17003I EXPANDED storage is 512 M (xpndsize); storage is not locked
Figure 99: MAINSIZE command (Set size of main and expanded storage)