- 論壇徽章:
- 0
|
經(jīng)常打IBM 800電話的朋友知道,進(jìn)程會(huì)用到這兩個(gè)數(shù)字,否則IBM公司是不會(huì)給你服務(wù)的.\r\n\r\n常用的方法是:到RISC6000機(jī)器的面板上面去抄寫一下.\r\n\r\n下面利用AIX的lsattr命令顯示系統(tǒng)的Serial No 及Machine Type.\r\n\r\n如下面是我在S85上的命令結(jié)果:\r\n=============================================================================\r\n#lsattr -El sys0\r\nkeylock normal State of system keylock at boot time False\r\nmaxbuf 20 Maximum number of pages in block I/O BUFFER CACHE True\r\nmaxmbuf 0 Maximum Kbytes of real memory allowed for MBUFS True\r\nmaxuproc 500 Maximum number of PROCESSES allowed per user True\r\nautorestart true Automatically REBOOT system after a crash True\r\niostat true Continuously maintain DISK I/O history True\r\nrealmem 8388608 Amount of usable physical memory in Kbytes False\r\nconslogin enable System Console Login False\r\nfwversion IBM,H9902092 Firmware version and revision levels False\r\nmaxpout 0 HIGH water mark for pending write I/Os per file True\r\nminpout 0 LOW water mark for pending write I/Os per file True\r\nfullcore false Enable full CORE dump True\r\npre430core false Use pre-430 style CORE dump True\r\nrtasversion 1 Open Firmware RTAS version False\r\nmodelname IBM,7017-S85 Machine name False\r\nsystemid IBM,011013F8A Hardware system identifier False\r\nboottype disk N/A False\r\nSW_dist_intr false Enable SW distribution of interrupts True\r\ncpuguard disable CPU Guard True\r\n\r\n其中的Model_name IBM,7017-S85為機(jī)器型號,Systemid IBM,011013F8A為Serial No.\r\n需要說明的是機(jī)器面板上面的Systemid為:IBM,10-13F8A. |
|