比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

SPバージョン2.3からはrepositoryが用意され、yumに対応したのでインストールが大変楽になりました。
ここで説明するのは、以下のOSについてのインストール方法となります。

  • CentOS 5/6/7, Red Hat Enterprise Linux 5/6/7 (i386)
  • SUSE Linux Enterprise Server 10/11(無印/SP1/SP2/SP3) (i386)
  • OpenSUSE Linux 12.1/12.2/12.3 (i386)

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# service shibd start

 

 

 

情報

CentOS 7の場合コマンドが異なります。また、自動起動の設定も行う必要があります。

パネル

# systemctl start shibd
# systemctl enable shibd



アンカー
pgp
pgp
※PGP鍵のインポート(★)

素の状態でyumコマンドにてインストールを実行すると、

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# service httpd start
CentOS 7の場合:
# systemctl start httpd

shibd の起動方法

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# service shibd start
CentOS 7の場合:
# systemctl start shibd

httpd の停止方法

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# service httpd stop
CentOS 7の場合:
# systemctl stop httpd

shibd の停止方法

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# service shibd stop
CentOS 7の場合:
# systemctl stop shibd

httpd の再起動方法(停止→起動)

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# service httpd restart
CentOS 7の場合:
# systemctl restart httpd

shibd の再起動方法(停止→起動)

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# service shibd restart
CentOS 7の場合:
# systemctl restart shibd

※shibdと同様、httpdもSPの設定ファイル(shibboleth2.xml等)を読み込みますので、設定ファイルを変更した際はhttpdの再起動もあわせて行うようにしてください。httpdに含まれるShibbolethモジュールxml等)を読み込みますので、設定ファイルを変更した際はhttpdの再起動もしくは再読み込み(reload)もあわせて行うようにしてください。httpdに含まれるShibbolethモジュール(mod_shib)が当該ファイルを読み込みます。

...