0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LINUX初期設定&作業コマンド&参考Note【SAP BASIS向け】

Posted at

作業でよく使う情報の備忘録です。SAPシステム構築を前提として書いています。※随時更新

■初期設定
ホスト名
hostname

IPアドレス
hostname -i

OS確認
cat /etc/*-release

カーネルのバージョン確認
uname -a

ファイルシステム
df -h

スワップ
swapon --show

1597355 - スワップ領域の推奨事項 (Linux)

hosts
確認
cat /etc/hosts

バックアップ
cp -p /etc/hosts /etc/hosts.org

fstab
cat /etc/fstab

マウント
アンマウント(強制)
umount -l <ディレクトリ>

ユーザ
cat /etc/pw

ユーザグループ
cat /etc/group

タイムゾーン設定

疎通確認

■作業
SUM実行
./sapinst SAPINST_STACK_XML=

■AWS
EBS初期化(AMIからリストア時)

インスタンスタイプ確認

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?