Document Information
Preface
1. Getting Started With Solaris Volume Manager
2. Storage Management Concepts
3. Solaris Volume Manager Overview
4. Solaris Volume Manager for Sun Cluster (Overview)
5. Configuring and Using Solaris Volume Manager (Scenario)
6. State Database (Overview)
7. State Database (Tasks)
8. RAID-0 (Stripe and Concatenation) Volumes (Overview)
9. RAID-0 (Stripe and Concatenation) Volumes (Tasks)
10. RAID-1 (Mirror) Volumes (Overview)
11. RAID-1 (Mirror) Volumes (Tasks)
12. Soft Partitions (Overview)
13. Soft Partitions (Tasks)
14. RAID-5 Volumes (Overview)
15. RAID-5 Volumes (Tasks)
16. Hot Spare Pools (Overview)
17. Hot Spare Pools (Tasks)
18. Disk Sets (Overview)
19. Disk Sets (Tasks)
20. Maintaining Solaris Volume Manager (Tasks)
21. Best Practices for Solaris Volume Manager
22. Top-Down Volume Creation (Overview)
23. Top-Down Volume Creation (Tasks)
24. Monitoring and Error Reporting (Tasks)
25. Troubleshooting Solaris Volume Manager (Tasks)
A. Important Solaris Volume Manager Files
Manually Configured Files
B. Solaris Volume Manager Quick Reference
C. Solaris Volume Manager CIM/WBEM API
Index
|
System Files and Startup Files
This section explains the files that are necessary for Solaris Volume Manager
to operate correctly. With the exception of a few specialized configuration changes, you do
not need to access or modify these files.
/etc/lvm/mddb.cf
Caution - Do not edit this file. If you change this file, you could corrupt your Solaris Volume Manager configuration.
The /etc/lvm/mddb.cf file records the locations of state database replicas. When state database replica locations change, Solaris Volume Manager makes an entry in the mddb.cf file that records the locations of all state databases. See the mddb.cf(4) man page for more information.
/etc/lvm/md.cf The /etc/lvm/md.cf file contains automatically generated configuration information for the default (unspecified or local) disk set. When you change the Solaris Volume Manager configuration, Solaris Volume Manager automatically updates the md.cf file (except for information about hot spares in use). See the md.cf(4) man page for more information.
Caution - Do not edit this file. If you change this file, you could corrupt or be unable to recover your Solaris Volume Manager configuration.
If your system loses the information that is maintained in the state database, and as long as no volumes were changed or created in the meantime, you can use the md.cf file to recover your configuration. See How to Initialize Solaris Volume Manager From a Configuration File.
/kernel/drv/md.conf The md.conf configuration file is read by Solaris Volume Manager at startup. The md.conf file contains the state database replica configuration information. As of Solaris 10, the nmd and md_nsets parameters are no longer edited manually. Solaris Volume Manager has been enhanced to configure volumes dynamically, as needed.
/etc/rcS.d/S35svm.init This file configures and starts Solaris Volume Manager at boot and allows administrators to start and stop the daemons.
/etc/rc2.d/S95svm.sync This file checks the Solaris Volume Manager configuration at boot, starts resynchronization of mirrors if necessary, and starts the active monitoring daemon. (For more information, see mdmonitord(1M).)
|