HP Fabric Clustering System HP-UX Administrator's Guide, March 2008

Deleting Configuration Files
To remove a configuration file:
1. Log in as the unrestricted user.
2. Enter the privileged-user mode.
HP-IB> enable
HP-IB#
3. Determine the configuration files in memory.
HP-IB# dir config
============================================================================
Existing Configurations on System
============================================================================
slot date-created size file-name
----------------------------------------------------------------------------
1 Mon Dec 9 11:12:29 2002 58 check.cfg
1 Wed Dec 11 19:00:45 2002 38 ftpfile.cfg
1 Fri Nov 15 17:58:26 2002 1792 ip-back.cfg
1 Fri Oct 18 14:36:53 2002 223 ip-config.cfg
1 Mon Dec 9 11:42:18 2002 106 running_config.cfg
1 Thu Dec 5 21:37:27 2002 106 running_config2.cfg
1 Fri Nov 15 13:22:45 2002 7213 srp-all.cfg
1 Fri Nov 15 12:49:07 2002 2561 srp-config.cfg
1 Wed Dec 4 19:52:16 2002 2361 srp-whole.cfg
1 Wed Nov 13 16:48:10 2002 348 system-name.cfg
HP-IB#
4. Enter the delete command to remove a configuration file.
The syntax of the delete command is:
delete config: file
where, file is the name of a configuration file. Enter the name exactly as shown by the dir
command. The config keyword and colon (:) are mandatory and indicate the configuration
file-system. For example:
HP-IB# delete config:ip-back.cfg
******
HP-IB#
5. Verify that you had successfully removed the configuration file.
HP-IB# dir config
========================================================================
Existing Configurations on System
============================================================================
slot date-created size file-name
----------------------------------------------------------------------------
1 Mon Dec 9 11:12:29 2002 58 check.cfg
1 Wed Dec 11 19:00:45 2002 38 ftpfile.cfg
1 Fri Oct 18 14:36:53 2002 223 ip-config.cfg
1 Mon Dec 9 11:42:18 2002 106 running_config.cfg
1 Thu Dec 5 21:37:27 2002 106 running_config2.cfg
1 Fri Nov 15 13:22:45 2002 7213 srp-all.cfg
1 Fri Nov 15 12:49:07 2002 2561 srp-config.cfg
1 Wed Dec 4 19:52:16 2002 2361 srp-whole.cfg
1 Wed Nov 13 16:48:10 2002 348 system-name.cfg
HP-IB#
Deleting Log Files
To remove a log file
1. Log in as the unrestricted user.
2. Enter the privileged-user mode.
HP-IB> enable
HP-IB#
3. Display the log files that are in memory.
Switch Administration and Management 95