今天在 Solaris 10使用flarcreate指令要製作映像檔時,過程中有WARNING的警告:
bash-3.2# flarcreate -n s10-backup /sysbak/fh_test_20170907.flar
Full Flash
Checking integrity...
Integrity OK.
Running precreation scripts...
Precreation scripts done.
Determining the size of the archive...
The archive will be approximately 33.08GB.
WARNING: Non-global zones detected on the system !!! Behaviour of flash archive created may be undefined.
WARNING: Non-global zones detected on the system !!! Behaviour of flash archive created may be undefined.
WARNING: Non-global zones detected on the system !!! Behaviour of flash archive created may be undefined.
Creating the archive...
Archive creation complete.
Running postcreation scripts...
Postcreation scripts done.
Running pre-exit scripts...
Pre-exit scripts done.
在Oracle Solaris的文件中有提到:
http://docs.oracle.com/cd/E19253-01/821-0381/gbgml/index.html
Do not use the flar create command to create a Solaris Flash archive in these instances:
In any non-global zone
In the global zone if there are any non-global zones installed
-
Windows7 / Windows8 kill process Linux下要刪除某個程序通常會使用 ps 配合 kill 來刪除程序。 例如:ps -ef |grep [PROCESS NAME] kill -9 [PID] 在Windows下,通常是...
-
利用Win 10的工作排程器來設定每日自動執行的批次檔,單獨執行批次檔沒問題,但是放在排程上就是無法執行。 後來試了幾種網路上提供的方式,其注意的事項如下: 1、在「安全性選項」選擇「只有使用者登入時才執行」並取消「以最高權限執行」。 2、在「設定」中選擇「Win...
-
其實預設都會幫我們安裝pip這個管理套件,但是我在安裝完python 3.7後卻無法使用pip來安裝套件。 查詢是否已經有安裝pip: C:\> python -m pip --version pip 20.0.2 from C:\Python37\lib\si...