-
- Lurker
- Posts: 2
- Liked: never
- Joined: Mar 08, 2022 3:15 am
- Full Name: Peter Lai
- Contact:
Domino 12 support
I am looking for advise for the agent based backup to support Domino 12.
-
- Product Manager
- Posts: 14836
- Liked: 3083 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Domino 12 support
Hello,
and welcome to the forums.
With the latest version, there is an integration from HCL side. Did you already check out this website ?
Best regards,
Hannes
and welcome to the forums.
With the latest version, there is an integration from HCL side. Did you already check out this website ?
Best regards,
Hannes
-
- Novice
- Posts: 8
- Liked: never
- Joined: Mar 08, 2022 9:05 am
- Contact:
Re: Domino 12 support
Hello together,
i have a question for setting up domino backup for Veeam.
I followed the installation Guide but something is not really clear:
On a HCL12 Domino server on Windows i need to install also OpenSSH Server?
Or only on the veeam B&R Server?
Thanks
i have a question for setting up domino backup for Veeam.
I followed the installation Guide but something is not really clear:
On a HCL12 Domino server on Windows i need to install also OpenSSH Server?
Or only on the veeam B&R Server?
Thanks
-
- Product Manager
- Posts: 14836
- Liked: 3083 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Domino 12 support
Hello,
the SSH server is only needed on the backup server server. The HCL (formerly IBM or Lotus) Domino server needs the SSH client.
Best regards,
Hannes
the SSH server is only needed on the backup server server. The HCL (formerly IBM or Lotus) Domino server needs the SSH client.
Best regards,
Hannes
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Mar 08, 2022 3:15 am
- Full Name: Peter Lai
- Contact:
Re: Domino 12 support
Yes, I am aware of that URL, I am looking for something official from Veeam also.
-
- Product Manager
- Posts: 14836
- Liked: 3083 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Domino 12 support
as the integration is 100% on the HCL side, there is nothing from our side right now. I worked together with HCL on the solution and what they told me is that customer feedback is good so far.
What would be official for you? A link in a KB article? I can check whether that's possible.
What would be official for you? A link in a KB article? I can check whether that's possible.
-
- Novice
- Posts: 8
- Liked: never
- Joined: Mar 08, 2022 9:05 am
- Contact:
Re: Domino 12 support
i got a error if i want to add the veeam-mount user credentials:
Unknown SSH private key type
i select the earlier created pub file...
Unknown SSH private key type
i select the earlier created pub file...
-
- Product Manager
- Posts: 14836
- Liked: 3083 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Domino 12 support
just guessing
1) too old Veeam version (please use latest or at least 11a)
2) ssh key format is not RSA (the guide uses "-t rsa", but maybe you did something else)
1) too old Veeam version (please use latest or at least 11a)
2) ssh key format is not RSA (the guide uses "-t rsa", but maybe you did something else)
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Mar 10, 2022 9:45 am
- Full Name: Daniel Nashed
- Contact:
Re: Domino 12 support
Domino Backup integrations like the Veeam integration are supported via community support in the HCL GitHub repository --> https://github.com/hCL-TECH-SOFTWARE/domino-backup.
But without technical details like "what you are doing exactly" when it fails and "where you get the error", nobody can help you.
How should we understand what step your are getting an error?
And how should we know what kind of key you have?
The current documentation on the Domino Backup side on purpose uses RSA keys.
Newer key types are supported in current Veeam versions and also with current OpenSSH server versions.
And it is recommended to install the latest OpenSSH server from the GitHub links provided in the HCL GitHub repository mentioned on top of this post.
Can you provide more details please?
Thanks
But without technical details like "what you are doing exactly" when it fails and "where you get the error", nobody can help you.
How should we understand what step your are getting an error?
And how should we know what kind of key you have?
The current documentation on the Domino Backup side on purpose uses RSA keys.
Newer key types are supported in current Veeam versions and also with current OpenSSH server versions.
And it is recommended to install the latest OpenSSH server from the GitHub links provided in the HCL GitHub repository mentioned on top of this post.
Can you provide more details please?
Thanks
-
- Novice
- Posts: 8
- Liked: never
- Joined: Mar 08, 2022 9:05 am
- Contact:
Re: Domino 12 support
My Guide shows the following:
ssh-keygen -t ed25519
wrong guide?
We are using Windows Domino Server
ssh-keygen -t ed25519
wrong guide?
We are using Windows Domino Server
-
- Novice
- Posts: 8
- Liked: never
- Joined: Mar 08, 2022 9:05 am
- Contact:
Re: Domino 12 support
Good Morning,
so i tryto explain something:
User that running Domino server is a domain user with admin rights.
i create a rsa key, that gave me a rsa and a rsa.pub file.
if i try to create credentials for veeam-mount user on Veeam and select the rsa.pub the invalid key message appears.
if i select the rsa file only it is ok.
But if i try to test the connection with ssh veeam-mount@server -i keyfile it returns connection refused...
Thanks...
so i tryto explain something:
User that running Domino server is a domain user with admin rights.
i create a rsa key, that gave me a rsa and a rsa.pub file.
if i try to create credentials for veeam-mount user on Veeam and select the rsa.pub the invalid key message appears.
if i select the rsa file only it is ok.
But if i try to test the connection with ssh veeam-mount@server -i keyfile it returns connection refused...
Thanks...
-
- Novice
- Posts: 8
- Liked: never
- Joined: Mar 08, 2022 9:05 am
- Contact:
Re: Domino 12 support
so, one step closer...
ssh is connecting, but still ask for password of the veeam-mount user, but i use the private key (-i)
ssh is connecting, but still ask for password of the veeam-mount user, but i use the private key (-i)
-
- Novice
- Posts: 8
- Liked: never
- Joined: Mar 08, 2022 9:05 am
- Contact:
Re: Domino 12 support
sorry, but next step closer!
he is trying to do the connect, but permision denied.
Do i need the veeam-mount user also on the domino server?
or is he using the user, that is in the key file?
he is trying to do the connect, but permision denied.
Do i need the veeam-mount user also on the domino server?
or is he using the user, that is in the key file?
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Mar 10, 2022 9:45 am
- Full Name: Daniel Nashed
- Contact:
Re: Domino 12 support
So you are on the Veeam side and try to connect to the Domino server via SSH?
The veeam-mount user is only required for Domino on Linux.
For backup and restore on Windows the Veeam side uses Windows credentials only with freeze/thaw scripts and a mount based on Windows technology.
The only part where SSH is used for Domino on Linux is the restore operation where Domino invokes a Powershell script on the Veeam server initiated over SSH.
Can you double check the step by step documentation.
1. Backup requires freeze/thaw scripts with Windows authentication
2. Restore connects from Domino to Veeam via SSH and runs a Powershell script to mount the restore volumes
3. Mount operation from Veeam side initiated via Powershell uses Windows credentials
SSH is only used from Domino to Veeam and the OpensSSH server only needs to run on the Veeam Backup & Replication server.
I hope this clarifies it?
If you spot a place where the documentation on GitHub is unclear, raise an issue in GitHub repository or post it here.
Thanks
Daniel
The veeam-mount user is only required for Domino on Linux.
For backup and restore on Windows the Veeam side uses Windows credentials only with freeze/thaw scripts and a mount based on Windows technology.
The only part where SSH is used for Domino on Linux is the restore operation where Domino invokes a Powershell script on the Veeam server initiated over SSH.
Can you double check the step by step documentation.
1. Backup requires freeze/thaw scripts with Windows authentication
2. Restore connects from Domino to Veeam via SSH and runs a Powershell script to mount the restore volumes
3. Mount operation from Veeam side initiated via Powershell uses Windows credentials
SSH is only used from Domino to Veeam and the OpensSSH server only needs to run on the Veeam Backup & Replication server.
I hope this clarifies it?
If you spot a place where the documentation on GitHub is unclear, raise an issue in GitHub repository or post it here.
Thanks
Daniel
-
- Novice
- Posts: 8
- Liked: never
- Joined: Mar 08, 2022 9:05 am
- Contact:
Re: Domino 12 support
Thank you Daniel,
i give it a try...
i give it a try...
-
- Novice
- Posts: 8
- Liked: never
- Joined: Mar 08, 2022 9:05 am
- Contact:
Re: Domino 12 support
if i want to test the connection drom dominoserver to veeam i got the following message:
ssh notes@xxxx check
c:/dominobackup/DominoRestore.ps1 : Die Datei "C:\dominobackup\DominoRestore.ps1" kann nicht geladen werden, da Sie
festgelegt haben, diese Software jetzt nicht auszuf�hren.
In Zeile:1 Zeichen:1
+ c:/dominobackup/DominoRestore.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : Sicherheitsfehler: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
ssh notes@xxxx check
c:/dominobackup/DominoRestore.ps1 : Die Datei "C:\dominobackup\DominoRestore.ps1" kann nicht geladen werden, da Sie
festgelegt haben, diese Software jetzt nicht auszuf�hren.
In Zeile:1 Zeichen:1
+ c:/dominobackup/DominoRestore.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : Sicherheitsfehler: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
-
- Product Manager
- Posts: 14836
- Liked: 3083 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Domino 12 support
it's about the powershell execution policy.
If that information is missing in the guide, I suggest to post that on github. daniel-nashed is the author of everything on the HCL side, so he knows every piece that is involved much better than I do.
If that information is missing in the guide, I suggest to post that on github. daniel-nashed is the author of everything on the HCL side, so he knows every piece that is involved much better than I do.
Who is online
Users browsing this forum: No registered users and 12 guests