by lunarg on June 23rd 2011, at 16:29
It is possible to gather DSA data from an IBM server running ESXi without having to boot with a bootable CD or reboot the server at all.
From any machine, Windows or linux, you can run the latest release of the DSA tool, then reference the ESXi server using commandline parameters when running the DSA tool.
Enable remote technical support in ESXi
In order for this to work, you need to put the ESXi server in remote technical support mode. This is done via the ESXi console.
masterman 發表在 痞客邦 留言(0) 人氣()
國際專線使用MPLS VPN、
一般線路的部分使用Internet VPN。
長途專線或IPLC
優點:線路品質最穩定,頻寬完全能掌握,在使用上能符合頻寬不能被干擾的企業應用要求。
masterman 發表在 痞客邦 留言(0) 人氣()
Reporting Service的每一張報表都可以匯出成HTML、PDF、Excel等多種格式,是很好用的功能。但在某些狀況下,你可能希望限制使用者只能匯出其中的幾種格式。

有兩種做法,如果你希望在停用整個Reporting Service對某種匯出格式的支援,可以修改RSReportServer.config,調整Render Node下的Extension。

如果只想針對某幾張報表隱藏某幾個選項,則可以修改Reporting Services\ReportServer\styles\htmlviewer.css後另存一個新的limitedExport.css,就可以在CSS中動手腳。連線時則要加上rc:stylesheetcommand=limitedExport,就可以讓CSS中的設定或Javascript發威。只是這種做法會在沒有指定StyleSheet時失效,這點要留意!
masterman 發表在 痞客邦 留言(0) 人氣()
s18:C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\LogFiles
masterman 發表在 痞客邦 留言(0) 人氣()
狀況說明:
報表參數有設定預設值上去,但使用者反映未有預設值。
解決方法:
1. Reporting Service組態
2. 報表管理員URL
masterman 發表在 痞客邦 留言(0) 人氣()
狀況說明:
早上點檢發現S17(PLM)C槽空間不足,發現C:\Documents and Settings\All Users\Application Data\Microsoft\Windows NT\NTBackup\catalogs51 佔了將近9成的磁碟使用量,這些檔案為NETBACKUP產出,但平常也有利用棋他備份工具做系統備份,故將這些檔案刪除。
Reference:http://big5.ifeng.com/gate/big5/k.ifeng.com/4059054
masterman 發表在 痞客邦 留言(0) 人氣()
【狀況說明】
更新Prezi簡報軟體時,出現下圖錯誤訊息(Error 1324,The path xxx contains an invalid character )
【解決方法】
I went to the "Control Panel", language settings->Administrative and I changed the "System Locale" to English(United States) for the non-Unicode setting (I had it previously set to another language).
masterman 發表在 痞客邦 留言(0) 人氣()
VMWare 很好用,但是用久了就發現硬碟不夠了
因為其中的 vmdk 檔(Virtual Machine Disk ),就是虛擬的硬碟越來越肥
奇怪的是其實系統只用了 3GB 的大小 vmdk 卻佔了 7GB,真是太虛胖了
其實 VMWare 本來就有提供 shrink 的方法
masterman 發表在 痞客邦 留言(0) 人氣()
masterman 發表在 痞客邦 留言(0) 人氣()
masterman 發表在 痞客邦 留言(0) 人氣()
masterman 發表在 痞客邦 留言(0) 人氣()
【狀況說明】
安裝好RedHat後,使用yum指令,便出現「This system is not registered with RHN 」錯誤訊息。
【解決方法】
更换/etc/yum.repos.d/rhel-debuginfo.repo 這個文件。進入/etc/yum.repos.d/目錄,输入
wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo
masterman 發表在 痞客邦 留言(0) 人氣()
【狀況說明】
同事電腦本安裝Outlook 2003,但同時安裝Outlook 2010,又再移除Outlook 2010 後,欲開啟Outlook 2003,出現「MAPI32.DLL 可能損壞或版本不正確 」錯誤訊息
【解決方法】
Reference:http://support.microsoft.com/kb/926196/zh-tw
masterman 發表在 痞客邦 留言(0) 人氣()
剛裝好的Windows Server 2008,在命令提示字元中,中文會顯示問號

masterman 發表在 痞客邦 留言(0) 人氣()
狀況說明:
開啟ESX 4.1內的某VM,發現常時間停在95%,待一段時間後,無法開啟Console,出現「unable to connect to the mks ...」
解決方法:
- With vSphere Client, connect to the host or the VC server that controls the host.
- Click on the host and go to the Configuration tab.
- Click on Security Profile.
- Click on Properties in the Services table.
- Start ESXi Shell and SSH services.
- Open a SSH session to the host.
- Execute /sbin/services.sh restart. This will restart all agents. The vSphere Client or the vCenter server will lose connection to the host. Reconnect! The VM may show as (invalid).
- Find the PID of the process by typing ps|grep “<VMName>”. The second number before the name of the VM is the PID.
- Kill the process by typing kill -9 <PID>.
- Go to /vmfs/volumes/<DataStoreName>/<VMName>.
- Delete the swap file by typing rm –r <SwappFileName.vswp>
- In vSphere Client right click the VM and select Remove From Inventory.
- Browse the data store, open the VM folder, right click on the .vmx file and select Add to Inventory.
- Power On the VM.
Reference:http://www.konkotech.com/blog/?p=72
masterman 發表在 痞客邦 留言(1) 人氣()