Hi All,
I am trying to backup restore EPO with OSQL
But I find that I cannot access to KB59562 and KB55123, even login
May anyone can provide the detail?
Many thanks
Tony
Hi,
The articles KB59562 and KB55123 are no longer available. I guess the below community post has the information which you are looking at.
https://community.mcafee.com/t5/ePolicy-Orchestrator/epo-db-backup-and-restore/td-p/355658
And, below post for Backup
https://community.mcafee.com/t5/ePolicy-Orchestrator/How-to-backup-database/td-p/52309
I will see if we can get those kb's re-published.
KB59562
osql -U <username> -P <password> -S <servername> -n -Q "BACKUP DATABASE [<databasename>] TO DISK = 'c:\<filename>.bak' WITH INIT,SKIP"
osql -U <username> -P <password> -S <servername>\<instancename> -n -Q "BACKUP DATABASE [<databasename>] TO DISK = 'c:\<filename>.bak' WITH INIT,SKIP"
osql -E -n -Q "BACKUP DATABASE [<databasename>] TO DISK = 'c:\<filename>.bak' WITH INIT,SKIP"
osql -E -S <servername>\<instancename> -n -Q "BACKUP DATABASE [<databasename>] TO DISK = 'c:\<filename>.bak' WITH INIT,SKIP"
Example 1: If the ePO server name is TEST, and the login is sa with a password of test, the command to execute will resemble:
osql -U sa -P test -n -Q "BACKUP DATABASE epo_TEST TO DISK = 'c:\msdebackup.bak' WITH INIT,SKIP"
Example 2: If the ePO server name is test-server, and the login is sa with a password of test, the command to execute will resemble:
osql -U sa -P test -n -Q "BACKUP DATABASE "epo_test-server" TO DISK = 'c:\msdebackup.bak' WITH INIT,SKIP"
KB55123
The following steps explain how to use the command line to restore an ePO database to a new server:
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
Keep in mind that with epo 5.10, you have to backup and restore both databases.
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
KB67591 was created to replace the 2 unpublished ones. I will fix the old references in kb's to point to the new kb for this.
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
Corporate Headquarters
6220 America Center Drive
San Jose, CA 95002 USA