ldap memo openldap openldap バックアップ 2015年3月1日 2015年10月19日 25秒 wakaue Facebook Twitter はてブ Pocket Feedly 以下コマンドで取得できる。 # slapcat -l openldap_backup_20130923.ldif The first database does not allow slapcat; using the first available one (2) バックアップは取得できているものの、↑のwarningがでる。調査中。 Facebook Twitter はてブ Pocket Feedly
windows Windows Server に pingが通らない Windows Serverは2008 R2以降、デフォルトでpingを返さないようなセキュリティ設定になっている。 必要であれば、ファイア...
ldap openldap 起動エラー # /etc/init.d/slapd start Checking configuration files for slapd: [FAILED] str2entry: invalid value for attributeType objectClass #1 (syntax 1.3.6.1.4.1.1466.115.121.1.38) openldapの起動エラーが発生した。 レプリケーション設定思案中に起きたため、レプリケーション関連と認識し、設定ファイルを戻すが、上記エ...
bash [script] oracleの接続確認を実施する nagios用にbashでoracle接続確認を行うスクリプトを作成してみた。 ヒアドキュメント内で「$」を使うときにはまったが、hnaka...
oracle oracle リスナー起動/停止コマンド リスナーの起動 リスナーの停止 参考:http://www.shift-the-oracle.com/oracle-net/start-st...
script windows bat やコマンドの文字列の扱いについて 文字列の出力は以下のように行う echo HELLO, WORLD. 空行を出力するには間をあけずに「 .」(ドット)を指定します。 ech...