keystone v2

This references the domain to use for all Identity API v2 requests
(which are not aware of domains).


A domain with this ID will be created for you by keystone-manage db_sync in migration 008.

The domain referenced by this ID cannot be deleted on the v3 API,
to prevent accidentally breaking the v2 API.

There is nothing special about this domain, other than the fact that it must
exist to order to maintain support for your v2 clients.
default_domain_id = default

A subset (or all) of domains can have their own identity driver, each with
their own partial configuration file in a domain configuration directory.
Only values specific to the domain need to be placed in the domain specific
configuration file. This feature is disabled by default; set
domain_specific_drivers_enabled to True to enable.


あう?
V2サポートのために、ドメインを省略した場合、defaultに所属する?

# Keystone Identity backend driver. (string value)
#driver=keystone.identity.backends.sql.Identity

# Maximum supported length for user passwords; decrease to
# improve performance. (integer value)
#max_password_length=4096

# Maximum number of entities that will be returned in an
# identity collection. (integer value)
#list_limit=

あう、最小文字数は?

iostatがインストールされていない

Loaded plugins: fastestmirror
Determining fastest mirrors
* addons: ftp.iij.ad.jp
* base: ftp.iij.ad.jp
* epel: ftp.iij.ad.jp
* extras: centos.ustc.edu.cn
* updates: ftp.iij.ad.jp
addons | 1.9 kB 00:00
addons/primary_db | 1.1 kB 00:00
base | 1.1 kB 00:00
base/primary | 995 kB 00:00
base 2789/2789
epel | 3.6 kB 00:00
epel/primary_db | 3.1 MB 00:01
extras | 2.1 kB 00:00
extras/primary_db | 164 kB 00:00
updates | 1.9 kB 00:00
updates/primary_db | 108 kB 00:00
Setting up Install Process
Resolving Dependencies

    • > Running transaction check
      • > Package sysstat.i386 0:7.0.2-12.el5 set to be updated
    • > Finished Dependency Resolution

Dependencies Resolved

==========================================================================================
Package Arch Version Repository Size
==========================================================================================
Installing:
sysstat i386 7.0.2-12.el5 base 183 k

Transaction Summary
==========================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)

Total download size: 183 k
Is this ok [y/N]: y
Downloading Packages:
sysstat-7.0.2-12.el5.i386.rpm | 183 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : sysstat 1/1

Installed:
sysstat.i386 0:7.0.2-12.el5

Complete!

SQLServer7.0 トランザクションログ 切捨て

Enterprise ManagerでDBを選択して、

右クリック → タスク → ログの切り捨て

バックアップ時に自動切捨てする場合は

右クリック →プロパティ → オプション

チェックチェックポイント時にログ切り捨てにチェックする


んでも、少しハマッタ。

どんだけやってもちんちゃくならんかった、、

トランザクション」の「ファイルの最大サイズ」が無制限になってたからだ〜!

jenkins maven eclipse3.2 jdt

jenkins maven3 eclipse

jenkinsでmaven3を使ってコンパイルする際に、eclipse3.2のjdtを使う方法

なんか環境変数の設定とかようわからんなぁ、、

はむむ?

set CLASSPATH=c:\eclipse\plugins\org.eclipse.jdt.core_3.2.0.jar
java -classpath org.eclipse.jdt.core_3.2.0.jar org.eclipse.jdt.internal.compiler.batch.Main -classpath rt.jar A.java


こう書くのか?
http://mvnrepository.com/artifact/org.eclipse.jdt/core/3.2.1-v_677_R32x


org.apache.maven.plugins
maven-compiler-plugin
3.0

1.5
1.5
1.5
true
java -classpath ${env.M2_REPO}/org/eclipse/jdt/3.2.1-v_677_R32x/core-3.2.1-v_677_R32x.jar org.eclipse.jdt.internal.compiler.batch.Main -classpath rt.jar -sourcepath "src/main"




org.eclipse.jdt
core
3.2.1-v_677_R32x



${env.M2_REPO}:ここにはなんて書けばいいんだ?