首页 在motorola服务器上限制用户的数量

在motorola服务器上限制用户的数量

举报
开通vip

在motorola服务器上限制用户的数量在motorola服务器上限制用户的数量 以下是corecheck_gui文件中关于限制gui数量的内容。它可以分为三部分 1 限定在服务器上所能开gui的数量,一般情况max_guis,1。不建议直接在omc服务器上 开gui,这样对服务器性能有一定影响。 2 限定当用Sun blade 150 作为gui server时,在这台Sun blade 150机器上所能开的gui 数量,一般设定max_guis,12。 3 限定除以上两种机型以外的Sun机器上所能开的gui数量,这类机器一般为Sun Ultr...

在motorola服务器上限制用户的数量
在motorola服务器上限制用户的数量 以下是corecheck_gui文件中关于限制gui数量的内容。它可以分为三部分 1 限定在服务器上所能开gui的数量,一般情况max_guis,1。不建议直接在omc服务器上 开gui,这样对服务器性能有一定影响。 2 限定当用Sun blade 150 作为gui server时,在这台Sun blade 150机器上所能开的gui 数量,一般设定max_guis,12。 3 限定除以上两种机型以外的Sun机器上所能开的gui数量,这类机器一般为Sun Ultra 5 充 当, max_guis的值,是按照以下公式计算出来的。一般来说,因为Sun Ultra 5配置较低,所 以该值一般不超过3。 机器的内存数×机器的cpu频率 max_guis , ----------------------------------------------- ,1 39060 if [ $platform = "SUNW,Ultra-Enterprise" -o $platform = "SUNW,Netra-T4" -o $platform = "SUNW,Sun-Fire" ]; then echo "Special PLATFORM:$platform" max_guis=1 elif [ $platform = "SUNW,Sun-Blade-100" ]; then echo "For a Sunblade GUI Server with 1Gbyte of RAM:" max_guis=12 else # Determine the number of GUIs using Formula. max_guis=`expr $memsize \* $cpu_freq / $gui_factor + 1` fi echo "MAX Number of GUIs:$max_guis, Current Number of GUIS running:$guis" fi 在新的版本中17.60.h: # Check the Platform. if [ $platform = "SUNW,Ultra-Enterprise" -o $platform = "SUNW,Netra-T4" -o $platform = "SUNW,Sun-Fire" -o $platform = "SUNW, Sun-Fire-V440" ]; then echo "Special PLATFORM:$platform" max_guis=10 <----------------------------- ---omc_splat elif [ $platform = "SUNW,Sun-Blade-100" ]; then sunblade_mem=`prtconf -v | grep Memory | nawk '{print $3}'` if [ $sunblade_mem -lt 1024 ]; then echo "" echo "" echo "WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING" echo "Warning: This platform has only $sunblade_mem MBytes of RAM memory." echo "This is an unsupported platform" echo "Please increase RAM to 1GByte" echo "" echo "GUI startup will be allowed to proceed" echo "" echo"" fi echo "For a Sunblade GUI Server with 1Gbyte of RAM or more:" max_guis=12 <--------------------------------Gui server of sunblade 150 else # Determine the number of GUIs using Formula. max_guis=`expr $memsize \* $cpu_freq / $gui_factor + 1` <---------------Gui server of Ultra5 fi echo "MAX Number of GUIs:$max_guis, Current Number of GUIS running:$guis" fi Thanks&Regards Han Peng Asia Customer Network Resolution Center office:86-10-68437222-2357 email:w5179c@motorola.com
本文档为【在motorola服务器上限制用户的数量】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
该文档来自用户分享,如有侵权行为请发邮件ishare@vip.sina.com联系网站客服,我们会及时删除。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。
本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。
网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
下载需要: 免费 已有0 人下载
最新资料
资料动态
专题动态
is_337177
暂无简介~
格式:doc
大小:15KB
软件:Word
页数:0
分类:生活休闲
上传时间:2018-10-05
浏览量:14