全文検索:
- 06 sshでパスワードなしにログインするには
- ===== ①ログイン元で鍵作成 ===== 下記で、$HOME/.ssh/ディレクトリに秘密鍵(id_rsa)と公開鍵(id_rsa.pub)が作成される。 <color red>※ログイン元(ユーザ:hoge2)のユーザで作成</color> <code console> hoge2@ssh-ho... er file in which to save the key (/home/nori/.ssh/id_rsa): ←[Enter]キー Enter passphrase (empty for no p... identification has been saved in /home/nori/.ssh/id_rsa. Your public key has been saved in /home/nori
- 07 秘密鍵から公開鍵を確認する方法
- 開鍵確認 ==== <code console> $ ssh-keygen -y -f .ssh/id_rsa </code> ==== 秘密鍵と公開鍵の合致確認 ==== 下記の2つが、合致すればOKです。 <code console> $ ssh-keygen -y -f .ssh/id_rsa ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5ezNi1Wjz... P9qshjUWqjw== </code> <code console> $ cat .ssh/id_rsa.pub ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5ezN... e console> $ mkdir ~/.ssh $ cp private.key ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa $ cp public.key ~/
- ipmitool Server内から、IPMI IP確認
- Gateway MAC : 00:00:00:00:00:00 802.1q VLAN ID : Disabled 802.1q VLAN Priority : 0 R... === ユーザの一覧確認 ===== <code> # ipmitool user list 1 ID Name Callin Link Auth IPMI Msg C... ool user set name 2 admin # ipmitool user list 2 ID Name Callin Link Auth IPMI Msg Channel P... code> ===== 権限追加 ===== ipmitool user priv [user id] [priv] [channel] <code> # ipmitool user priv 2 4
- 05_公開鍵をリモートホストに登録(ssh-copy-id)
- ====== 05_公開鍵をリモートホストに登録(ssh-copy-id) ====== リモートホストにログインして、ファイルに書き込んで、という作業を自動で行ってくれます。 [[01_linux:... hd鍵|]]を省略できる便利コマンドです。 公開鍵を登録 <code console> $ ssh-copy-id -i .ssh/id_rsa.pub user@remote_host </code>
- 56 PCS コマンド
- ==== 特定リソースメンテナンスモード ==== unmanage <resource id> ... [resource n] <code> pcs resource unmanage r... /code> ===== クリーンアップ ===== cleanup [<resource id>] <code> pcs resource rs_mysql </code> {{tag>p
- 16 unboundでキャッシュサーバ
- omain: yes harden-referral-path: yes use-caps-for-id: no unwanted-reply-threshold: 10000000 prefetch:
- 29 TGT で thin provision
- LUN: 1 Type: disk SCSI ID: IET 00010001 SCSI SN: beaf11
- 40 CentOS VLAN tag
- cat /proc/net/vlan/config VLAN Dev name | VLAN ID Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD eth
- 43 reposync リポジトリコピー
- m * updates: ty1.mirror.newmediaexpress.com repo id repo name
- 50 du: WARNING: Circular directory structure.
- うなるようです。 https://bugzilla.redhat.com/show_bug.cgi?id=836557 ===== エラー ===== <code> # du -hs du: WAR
- 51 Heartbeat + Pacemaker + galera(3 server)
- 書いてあげる [[https://bugzilla.redhat.com/show_bug.cgi?id=1028127]] <code console> # vi /etc/init.d/heartbe