主生產計劃(Master Production Schedule,簡稱MPS)是確定每一具體的最終產品在每一具體時間段內生產數量的計劃。這裡的最終產品是指對於企業來說最終完成、要出廠的完成品,它要具體到產品的品種、型號。這裡的具體時間段,通常是以周為單位,在有些情況下,也可以是日、旬、月。
通常主生產計劃是根據客戶合同(訂單)和市場預測,把經營計劃或生產大綱中的產品系列具體化,使之成為展開物料需求計劃的主要依據,起到了從綜合計劃向具體計劃過渡的承上啟下作用。MPS最終將可作為生產部門執行的目標,並成為考核工廠服務水準的依據。在MRP系統中,主生產計劃是作為驅動的一整套計劃數據,反映企業打算生產什麼,什麼時候生產以及生產多少。主生產計劃必須考慮客戶訂單和預測、未完成訂單、可用物料的數量、現有能力、管理方針和目標等等。
More...
[ 發表回應 ] ( 28預覽 ) | 常註連結 | ( 3 / 1447 )
I wanted to share out the filesystem via NFS by zfs
tank name is mypool/backup
# zfs set sharenfs=rw mypool/backup
# zfs share -a
[ 發表回應 ] ( 9預覽 ) | 常註連結 | ( 2.9 / 1239 )
zpool 的操作方法
如何建立 zpool
假設您的硬碟號為 c1t1d0。 備注:如果您不知道這是什麼請看 http://andrew.tophk.net/blog/index.php? ... 501-030641
決定 zpool 的名稱為 mypool
# zpool create mypool c1t1d0
[ 發表回應 ] ( 10預覽 ) | 常註連結 | ( 3.1 / 1274 )
如何另到 Solaris x86 析別新安裝的硬碟號
如果有經驗對使用 Solaris 中的硬碟的話。 一定經常看到一些奇怪的名稱。
什麼 c1t0d0或c1t1d0 等之類的東西。
這個文章並不是討論什麼是c1t0d0或c1t1d0,如果有興趣了解這是什麼的話,您可以看這個網頁。 http://solaris.tophk.net/problemfixed/h ... /index.htm
這文章主要的目的是說明,當把硬碟安裝在 solaris 系統後,這個硬碟號應該是什麼硬碟號 ?
第一步: 在安裝硬碟前先在solaris系統中輸入format More...
[ 發表回應 ] ( 51預覽 ) | 常註連結 | ( 2.9 / 1181 )
How do I get Solaris to recognize a network card that's not on the
HCL?
There are many new ethernet cards available at major retailers for under $20 using well-supported chipsets. Unfortunately, the cards on the Solaris HCL have been out of production for quite some time -- particularly the Intel cards. Even Solaris 8 does not recognize these newer cards. I was amazed how difficult it is to find hardware on the Solaris HCL, especially fast ethernet cards. For an example take the Intel EtherExpress Pro/100. This card, based on the i82559 chipset, More...
[ 發表回應 ] ( 34預覽 ) | 常註連結 | ( 2.9 / 1397 )