working with instances

18 views
Skip to first unread message

Sebastian Werner

unread,
Apr 7, 2015, 6:00:01 PM4/7/15
to get...@googlegroups.com
I recently created multiple instances and was wondering if there is an easy way to:

1. list all running instances with there currently configured values.
2. rename an Instance.

Thanks,
Sebastian

nblum...@nblumhardt.com

unread,
Apr 13, 2015, 5:10:48 PM4/13/15
to get...@googlegroups.com
Hi Sebastian,

Renaming an instance should be just a matter of:

seq uninstall -n TheOldName
mv C:\ProgramData\Seq\Instance\TheOldName C:\ProgramData\Seq\Instance\TheNewName
seq install -n TheNewName

(Forgive my typos above :))

Listing instances is only possible from the Windows Services control panel currently, though you can do (in PowerShell):

Get-Service | where { $_.Name -like 'Seq*'}

Hope this helps!

Nick
Reply all
Reply to author
Forward
0 new messages