Launch of Consumer/Home Owner registration process!
We are pleased to announce the commencement of the Consumer/Home Owner Registration Process on Community. Consumers/Home Owners may now proceed to register by clicking on Login/Register. The process is straightforward and designed to be completed in just a few steps.
Mount a remote filesystem on the Gateway appliance - version 1.10 and newer
EcoStruxure IT Gateway appliance
Support for EcoStruxure IT Gateway Appliances ends in December 2023. Learn how you can migrate to a new installation of the Gateway software.
Search in
Improve your search experience:
Exact phrase→Use quotes " "(e.g., "error 404")
Wildcard→Use * for partial words(e.g., build*, *tion)
AND / OR→Combine keywords(e.g., login AND error, login OR sign‑in)
Keep it short→Use 2–3 relevant words, not full sentences
Filters→Narrow results by section(Knowledge Base, Users, Products)
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Show NFS or SMB mounts available to the appliance from a remote host.
fs show
GWA_110_fs_show_commands_4402283641361.png
fs mount
Mount a remote filesystem to configure remote backups.
GWA_110_fs_mount_commands_4402283641361.png
NFS mount example
gateway>fs mount --for-backups --from nfs://192.168.0.2/home/dev/share --to /mnt/your_share successfully mounted nfs://192.168.0.2:/home/dev/share to /mnt/your_share /mnt/your_share will be used as the backup destination
SMB mount example
fs mount --for-backups --from smb://192.168.0.3/Users/dev/Desktop/share --to /mnt/your_share remote share user: username remote share password: ************** successfully mounted smb://192.168.0.3:/Users/dev/Desktop/share to /mnt/your_share /mnt/your_share will be used as the backup destination
fs unmount
Unmount a mounted remote filesystem
fs unmount example
fs unmount --mount-point /mnt/your_share This is the current backup destination. Are you sure? [y|n] y successfully unmounted /mnt/your_share The new backup destination will be "/opt/EcoStruxureITGateway/backups"