LO Cockpit

1. Data Flow


2. Steps


3.Roberto Negro Blogs about Logistic cockpit

    a) V3 Update, the 'Serializer': http://weblogs.sdn.sap.com/pub/wlg/1096
    b) V3 Update, when some problems can occur...: http://weblogs.sdn.sap.com/pub/wlg/1106
    c) the new update methods: http://weblogs.sdn.sap.com/pub/wlg/1183

4. Relevant T-Codes
a) Initializtion
LBWE: Maintain Extract Structure, DataSource, Active Status, Job Control, Update Mode

SBIW, then follow tree menu path: Settings for App-Specific DS(PI) -> Logistics -> Managing Extract Structures -> Initialization -> App-Specific Setup of Statistical Data -> Choose XX Application  -> Delete/Fill Setup(reconstructing) Table content

RSA3: Check content of setup table

b) Delta upload
SM13: Display update table/Extraction Queue content
RSA7: Display Delta Queue content
LBWE

5. LO Cockpit Step By Step
Cite From: http://sap-img.com/business/lo-cockpit-step-by-step.htm 

LO EXTRACTION
- Go to Transaction LBWE (LO Customizing Cockpit)
1). Select Logistics Application
       SD Sales BW
            Extract Structures
2). Select the desired Extract Structure and deactivate it first.
3). Give the Transport Request number and continue
4). Click on `Maintenance' to maintain such Extract Structure
       Select the fields of your choice and continue
             Maintain DataSource if needed
5). Activate the extract structure
6). Give the Transport Request number and continue

- Next step is to Delete the setup tables
7). Go to T-Code SBIW
8). Select Business Information Warehouse 
     Setting for Application-Specific Datasources 
           Logistics
                Managing Extract Structures
                    Initialization
                       Delete the content of Setup tables (T-Code LBWG)
                            Select the application (01 – Sales & Distribution) and Execute

- Now, Fill the Setup tables
9). Select Business Information Warehouse
     Setting for Application-Specific Datasources
        Logistics 
            Managing Extract Structures
                Initialization
                    Filling the Setup tables
                        Application-Specific Setup of statistical data
                            SD Sales Orders – Perform Setup (T-Code OLI7BW)
                                 Specify a Run Name and time and Date (put future date)
                                       Execute

- Check the data in Setup tables at RSA3
- Replicate the DataSource

Use of setup tables:
You should fill the setup table in the R/3 system and extract the data to BW - the setup tables is in SBIW - after that you can do delta extractions by initialize the extractor.
Full loads are always taken from the setup tables

06-10
### Cockpit 系统管理工具概述 Cockpit 是一种现代化的开源系统管理工具,旨在为 Linux 服务器提供直观的 Web 界面[^4]。通过 Cockpit,管理员可以轻松监控和管理服务器资源、容器、存储、网络配置等,而无需直接使用命令行界面。 以下是关于 Cockpit 的一些关键点: - **核心功能**:Cockpit 提供了对服务器状态的实时监控,包括 CPU、内存、磁盘使用情况等。此外,它还支持管理 Docker 和 Podman 容器[^2]。 - **插件支持**:Cockpit 支持多种插件以扩展其功能。例如,`cockpit-podman` 插件允许用户通过 Cockpit UI 管理 Podman 容器。同时,`cockpit-machines` 插件提供了虚拟机管理功能[^1]。 - **文件管理**:借助 Cockpit Navigator 插件,用户可以在远程服务器上执行文件浏览、编辑、上传和下载操作,而无需依赖命令行工具[^3]。 - **安装方法**:在基于 RPM 的系统(如 openEuler 或 CentOS)中,可以通过以下命令安装 Cockpit 及其相关插件: ```bash yum install cockpit cockpit-docker cockpit-machines cockpit-dashboard cockpit-storaged cockpit-packagekit ``` 此外,如果需要管理 Podman 容器,还可以安装 `cockpit-podman` 插件[^2]。 ### Cockpit 配置与启动 Cockpit 的服务由 systemd 管理,其服务单元文件定义了服务的核心参数[^4]。以下是关键配置项的解释: - **描述信息**:服务单元文件中的 `[Unit]` 部分描述了 Cockpit 服务的基本信息及其依赖关系。 - **环境变量**:`Environment=RUNTIME_DIRECTORY=/run/cockpit/tls` 指定了运行时目录路径。 - **启动前准备**:`ExecStartPre=+/usr/libexec/cockpit-certificate-ensure --for-cockpit-tls` 用于确保 TLS 证书存在并有效。 - **安全性增强**:通过设置 `ProtectSystem=strict` 和 `PrivateTmp=true` 等选项,增强了服务的安全性。 启动 Cockpit 服务后,可以通过浏览器访问,默认地址为 `https://<server-ip>:9090`。 ```bash systemctl start cockpit systemctl enable cockpit ``` ### 示例代码:检查 Cockpit 服务状态 以下是一个简单的脚本,用于检查 Cockpit 服务的状态: ```bash #!/bin/bash # 检查 Cockpit 服务是否正在运行 if systemctl is-active --quiet cockpit; then echo "Cockpit 服务正在运行" else echo "Cockpit 服务未运行,请检查配置或尝试重新启动服务" fi ```
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值