This is a discussion on Where is the svcs svcadm db located on sol10? within the comp.unix.solaris forums, part of the Solaris Operating System category; --> I need to know for backup/recovery reasons... anyone know where the db is stored. My Sol10 host root disk ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Chris Cox wrote: > I need to know for backup/recovery reasons... anyone > know where the db is stored. My Sol10 host root > disk died and I need to do some recovery operations. It's at /etc/svc/repository.db; you'll also find copies there which are taken at reboot. I'd suggest reading /lib/svc/share/README, which has some recovery instructions (also available at http://sun.com/msg/SMF-8000-QD). Dave |
| ||||
| * Chris Cox <ccox_nopenotthis@airmail.net>: > I need to know for backup/recovery reasons... anyone > know where the db is stored. My Sol10 host root > disk died and I need to do some recovery operations. /etc/svc/repository.db On my system, the contents are $ ls /etc/svc repository-boot repository-boot-20050301_115054 repository-boot-20050301_115529 repository-boot-20050302_123027 repository-boot-20050302_123420 repository-manifest_import repository-manifest_import-20050103_170417 repository-manifest_import-20050107_152800 repository-manifest_import-20050107_153400 repository-manifest_import-20050111_103006 repository.db repository.db.old volatile /lib/svc/bin/restore_repository will let you resume with any of these captured backups, or from the appropriate seed repository. - Stephen -- Stephen Hahn, PhD Solaris Kernel Development, Sun Microsystems stephen.hahn@sun.com |