• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • Adaptech 6405 • 2017.04.11 Dokuwikiアップデート(Frusterick Manners) • 07 Ubuntu タイムゾーン設定とロケール設定 • 2024.05.02 Amazon Linux 2023 Zabbix • 02 Swappiness • 61 CentOS OpenVPNトンネル接続 • 2018.08.01 Ansible • 17 Zabbix history trends • 15 ddで進捗を確認 • 12 memtier_benchmark redis

code

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@01_linux:12_ツール
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

06 GitPrep
30 Hits, Last modified: 10 years ago
_linux:01_net:35_gitインストール]] ==== ソースwget ==== <code console> # wget https://github.com/yuki-kimoto/gi... chive/latest.tar.gz # mv gitprep-latest gitprep </code> ==== 設定ファイル修正 ==== git_binのパスと、ssh_rep_urlをを修正 <code console> $ diff gitprep.conf gitprep.conf.org 11... ;listen=http://*:10020 52c52 < on=1 --- > ;on=1 </code> ==== authorized_keys用意 ==== <code> $ ssh-keyg
01 cloudmonkey
12 Hits, Last modified: 11 years ago
.6インストール|]]で新しいPythonを用意 ===== ②インストール ===== <code console> # pip install cloudmonkey </code> ==== CentOS 5などで証明書のエラーが出る場合 ==== こちらで対応 [[50_dialy:2014:01:29|]] <code> # easy_install pip Searching for pip Reading htt... table distribution for Requirement.parse('pip') </code> ===== ③コマンド ===== ==== 設定ファイル用意 ==== === 1
13 hpssacli(hpacucli, ssacli)
12 Hits, Last modified: 6 years ago
hpacucli, ssacli) ====== ===== Slot の確認 ===== <code> # hpssacli ctrl all show Smart HBA H240 in Slot 2 (RAID Mode) (sn: PDNNK0BRH9O0OE) </code> ===== nobatteryでもWriteキャッシュ有効 ===== <code> # hpssacli ctrl slot=0 modify nobatterywritecache=enable </code> ===== 物理ドライブライトキャッシュ有効 ===== <code> # hpssacli
19 HPE Insight Management Agents Trap Alarm
12 Hits, Last modified: 6 years ago
Agents Trap Alarm ====== ===== 1.インストール ===== <code> # yum -y install hp-snmp-agents </code> ==== Centos7の場合 ==== centos7 ではmailコマンドが無いのでインストール <code> # yum -y install mailx </code> ===== 2.初期設定 ===== community名は適当にpublicとかで <code> # /sbin/hpsnmpconf
05 subversion
10 Hits, Last modified: 10 years ago
====== 広く使われているバージョン管理システム ===== インストール ===== <code> # yum -y install subversion </code> === ルートディレクトリ用意 === <code console> # mkdir -p /var/www/svn # svnadmin create /var/www/svn </code> === /etc/sysconfig/svnserve 作成 === ルートディレクトリを
10 HP ProLiant SMH
10 Hits, Last modified: 4 years ago
nt?docId=emr_na-c03065313]] ===== インストール ===== <code> # git clone https://git.fl8.jp:10443/matsui/hp-r... mp-agents hp-snmp-agents hpsmh hp-smh-templates </code> ==== IMAのバージョン8.1x以降の場合 ==== 下記のパッケージが入っていればOK <code> # rpm -qa | grep ^hp hp-health hp-OpenIPMI hp-snmp-agents hpsmh hp-smh-templates </code> ==== snmpd.conf修正 ==== <code> # Following entri
02 pipのインストール
8 Hits, Last modified: 12 years ago
i/setuptools#downloads|Python setuptools 3.3]] <code console> # wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | python </code> ==== 証明書のエラーが出る場合 ==== <code> subprocess.CalledProcessError: Command '['wget', 'https://pypi.python.... ools-3.3.zip']' returned non-zero exit status 1 </code> 先にダウンロードしてあげると上手くいきます。 <code console> # wget h
07 GitPrep アップグレード
6 Hits, Last modified: 8 years ago
# mv gitprep-latest/ gitprep ==== 設定ファイル修正 ==== <code> # diff gitprep.conf.org gitprep.conf 12c12 < ;s... listen=http://*:10020 45c45 < ;on=1 --- > on=1 </code> ==== モジュールインストール ==== <code> # ./setup_module # prove t </code> ==== データベースのアップグレード ==== 旧データフォルダを持ってくる <code> # cd gitprep # mv
11 HP Proliant LED点灯(hpssacli)
6 Hits, Last modified: 10 years ago
ssacli(hpacucli) RAIDのディスク障害時に該当ディスクにLDEを点灯させる。 <code> # /usr/sbin/hpssacli ctrl slot=0 show config Sm... :box 1:bay 2, SATA, 500 GB, Predictive Failure) </code> 2番めのディスクにLDEを点ける <code> # hpssacli ctrl slot=0 pd 2I:1:2 modify led=on </code> LDEを消す <code> # hpssacli ctrl slot=0 pd 2I:1:2
12 HP Proliant PD障害テスト
6 Hits, Last modified: 10 years ago
動、もしくはディスク抜き差しでRebuildが走ります。 ===== 事前確認 ===== <code> # hpssacli ctrl slot=0 show config Smart Array ... , Model SRCv8x6G) 380 (WWID: 50014380282E0CBF) </code> ===== disabledにする ===== <code> # hpssacli ctrl slot=0 physicaldrive 1I:1:2 modify disablepd </code> ===== 再確認 ===== <code> # hpssacli ctrl slot=0
20 gitlab-runner
6 Hits, Last modified: 5 years ago
ecutorにDockerを採用するので、まずDockerをインストールして起動しておきます。 <code> sudo yum install -y docker sudo systemctl enable docker sudo systemctl start docker </code> ==== GitLab Runnerのインストール ==== <code> sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner... itlab-runner sudo systemctl start gitlab-runner </code> ==== gitlabのトークン登録 ==== <code> gitlab_ci_toke
03 pipのエラー「pkg_resources.DistributionNotFound: pip==1.5.4」
4 Hits, Last modified: 12 years ago
ound: pip==1.5.4」====== pipでインストールしようとするとエラーが出る <code> # pip install cloudmonkey Traceback (most recent... pkg_resources.DistributionNotFound: pip==1.5.4 </code> ===== 対処 ===== <code console> # easy_install --upgrade pip </code>
16 xfs_repair
4 Hits, Last modified: 7 years ago
。 # xfs_repair -L /dev/sda ===== エラー ===== <code> # mount /dev/sda /mnt mount: Structure needs cleaning </code> ログが破損していて再生できない場合-Lオプションで実行するしか無い。 -L オプションは、ロ... 。 その結果不整合が生まれinodeが不明なファイルは、/lost+found/に置かれます。 <code> # xfs_check /dev/sdb ERROR: The filesystem has v... ay cause corruption -- please attempt a mount of the filesystem before doing this. </code> {{tag>xfs}}
17 yumdownloader
4 Hits, Last modified: 5 years ago
ると依存関係も落としてくれて便利</color>(^_- ===== インストール ===== <code> # yum install yum-utils </code> ===== コマンド ===== <code> # yumdownloader --resolve httpd </code> {{tag>yum}}
18 yumで指定バージョンをインストール
2 Hits, Last modified: 5 years ago
====== 18 yumで指定バージョンをインストール ====== <code> # yum search --showduplicates squid Loaded plugins: fastes... # yum install squid-3.5.28-1.el7.centos.x86_64 </code> ===== 古いカーネルをインストール ===== yum --showduplic

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki