タグ

関連タグで絞り込む (3)

タグの絞り込みを解除

linuxとopsに関するtvskのブックマーク (3)

  • How to run a shell script at startup

    On an Amazon S3 Linux instance, I have two scripts called start_my_app and stop_my_app which start and stop forever (which in turn runs my Node.js application). I use these scripts to manually start and stop my Node.js application. So far so good. My problem: I also want to set it up such that start_my_app is run whenever the system boots up. I know that I need to add a file inside init.d and I kn

    How to run a shell script at startup
    tvsk
    tvsk 2018/03/02
    起動時の処理をcron に書ける
  • EC2のEphemeral DiskにSwap領域を作成or拡張する - 本日も乙

    AWSのEC2インスタンスを使う上で最も不便を感じている点の1つとしてSwap領域が無いことだと思います(個人的観点)。 m1.smallとc1.mediumの場合のみデフォルトでSwap領域が追加されていますが、実運用においてもっと大きいインスタンスタイプを使う場合が多いでしょう。 そこで今回はEC2インスタンスにSwap領域を追加する方法を紹介します。 Swap領域として使用するディスクは、インスタンスストア(Ephemeral Disk)を使用します。その理由は以下の3点です。 ルートデバイスとしてマウントされているEBSボリュームに影響を及ぼさない 揮発性(EC2を停止するとデータが削除される)ため、用途として向いている M3, C3タイプなどはSSDなので読み書きが高速 Swap領域の作成には、パーティションを使用する場合とファイルを使用する場合の2つがありますので、両方とも紹介

    EC2のEphemeral DiskにSwap領域を作成or拡張する - 本日も乙
    tvsk
    tvsk 2018/01/18
    Amazon Linux には スワップがない。インスタンスストアを確保したインスタンスで、swap を作成する方法の詳細。
  • 9.15.5. Recommended Partitioning Scheme | Red Hat Product Documentation

    For customersCustomer supportDocumentationSupport CasesSubscription managementRed Hat Ecosystem CatalogFind a partnerFor partnersPartner loginPartner supportBecome a partnerTry, buy, & sellRed Hat MarketplaceRed Hat StoreContact SalesStart a trialLearning resourcesTraining and certificationFor developersHybrid cloud learning hubInteractive labsLearning communityRed Hat TVOpen source communitiesAns

    tvsk
    tvsk 2018/01/18
    パーティションスキーム。先人のノウハウ
  • 1