Resolution
goal
How do I move the 'Onepoint' and 'smauditdb' database to a different drive?
fact
Security Manager 3.x
fact
Security Manager 4.x
fix
How do I move the 'Onepoint' and 'smauditdb' database to a different drive?
fact
Security Manager 3.x
fact
Security Manager 4.x
fix
To move the 'Onepoint' and 'smauditdb' database to a different drive, please refer to the following steps:
- Stop the 'Onepoint' service and 'MSDTC' service on all consolidators.
- Stop the 'Onepoint' service on the database.
- Create target a folder.
- Set the following databases to single user mode: 'Onepoint' and the 'smauditdb'.
- Detach both databases.
- Move the data files to the new location.
- Attach 'Onepoint' and 'smauditdb':
- To attach onepoint:
- EXEC sp_attach_db @dbname = N'onepoint', @filename1 = N'pathtofile\EeaData.mdf', @filename2 = N'pathtofile\Eealog.ldf'
- To attach smauditdb:
- EXEC sp_attach_db @dbname = N'smauditdb', @filename1 = N'pathtofile\SMAuditData.mdf', @filename2 = N'pathtofile\SMAuditlog.ldf'
Additional Information
Formerly known as NETIQKB11349