ユーザーがリモートでアクセスできるように、サーバーにデータセンターストレージをどのようにインストールしますか?

ユーザーがリモートでアクセスできるように、サーバーにデータセンターストレージをどのようにインストールしますか?

scpを介してサーバーBのファイルをBからAに送信できるように、サーバーAにリポジトリーをインストールする必要があります。

サーバーAで次のようにストレージをマウントしてみました。

# mount.cifs //u999999.your-storagebox.de/backup /storage/driveNumber -v -o user=u999999,pass=typeUrPasswordHere

取付結果は以下の通りです。

# ls -la /storage 
total 8
drwxr-xr-x  3 root   root   4096 Feb  2 17:17 .
drwxr-xr-x 23 root   root   4096 Feb  2 17:16 ..
drwxrwxrwx  2 999999 999999    0 Feb  3 17:26 bx20_133060

ただし、サーバーB(現在のボックス)からファイルを送信しようとすると、次のメッセージが表示されます。

$ scp -v -p -P 45789 mysql-incremental.tar.gz [email protected]:/storage/bx20_133060
Executing: program /usr/bin/ssh host d2.wearebionic.com, user slammer, command scp -v -p -t /storage/bx20_133060
OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g  1 Mar 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to d2.wearebionic.com [136.243.80.14] port 45789.
debug1: Connection established.
debug1: identity file /home/gtl/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /home/gtl/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/gtl/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/gtl/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/gtl/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/gtl/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/gtl/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/gtl/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3 pat OpenSSH_6.6.1* compat 0x04000000
debug1: Authenticating to d2.wearebionic.com:45789 as 'slammer'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: [email protected]
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:ue89Au5xEc1UIDcLMwNhTGWuHP7vwJwNHtQbaYo0cUI
debug1: Host '[d2.wearebionic.com]:45789' is known and matches the ECDSA host key.
debug1: Found key in /home/gtl/.ssh/known_hosts:8
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/gtl/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: Authentication succeeded (publickey).
Authenticated to d2.wearebionic.com ([136.243.80.14]:45789).
debug1: channel 0: new [client-session]
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug1: pledge: network
debug1: Sending environment.
debug1: Sending env LC_PAPER = en_IE.UTF-8
debug1: Sending env LC_ADDRESS = en_IE.UTF-8
debug1: Sending env LC_MONETARY = en_IE.UTF-8
debug1: Sending env LC_NUMERIC = en_IE.UTF-8
debug1: Sending env LC_TELEPHONE = en_IE.UTF-8
debug1: Sending env LC_IDENTIFICATION = en_IE.UTF-8
debug1: Sending env LANG = en_IE.UTF-8
debug1: Sending env LC_MEASUREMENT = en_IE.UTF-8
debug1: Sending env LC_TIME = pt_BR.UTF-8
debug1: Sending env LC_NAME = en_IE.UTF-8
debug1: Sending command: scp -v -p -t /storage/bx20_133060
File mtime 1485968603 atime 1486140418
Sending file timestamps: T1485968603 0 1486140418 0
Sink: T1485968603 0 1486140418 0
Sending file modes: C0777 75337 mysql-incremental.tar.gz
Sink: C0777 75337 mysql-incremental.tar.gz
scp: /storage/bx20_133060/mysql-incremental.tar.gz: Permission denied
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Transferred: sent 3336, received 2708 bytes, in 0.2 seconds
Bytes per second: sent 13686.3, received 11109.9
debug1: Exit status 1

何が間違っていて、どうすれば正しくできますか?

ベストアンサー1

使用するには、scp まずサーバーAとサーバーBの間で直接確認してからstoragebox除外します。

各サーバーでこのようなことを試してください scp somefile.txt otherserver:/home/gtludwig/

sshこれがうまくいかない場合、問題はより簡単で、scp各サーバー間のセキュリティに関連しています。

ただし、問題は、storageboxインストールするサーバー間でユーザー、ファイル、およびディレクトリのアクセス許可が同期されないことです。これはstoragebox、CIFがある種のストレージデバイスの場合に特に当てはまります。確認する一部のWindowsドメインサーバーでは...技術的にこれはサーバーCです。これを知っている管理者は、ユーザー名とパスワードが正しいかどうかに関係なく、インストールできるstorageboxデバイスを簡単に制限できます。これは、で指定されているようにLinux NFSエクスポートを特定のホストに制限するのと同じです。storageboxstoragebox/etc/exports

しかし、提供された情報によると、マウントされ、storageboxmount.cifsserver_Aがユーザーの下に指定されていますが、u999999 それを使用するとscpユーザーの下のServer_AにSSHを接続するため、slammer権限が拒否されました。

まず、Server_Aで正常にインストールstorageboxされたことを確認してから、ユーザーu999999としてファイルをstorageboxscpu999999scp

おすすめ記事