❶ 伺服器是IBM的,目前已經使用4年了,我想問問伺服器一般可以使用幾年從哪些方面判斷應該更換了呢謝謝
長出問題嗎,不出問題,就沒事,不用理他,
通俗點說,就像一個人一樣,只要不生病,就你能夠活很久。同樣伺服器只要平時不出問題,沒有用戶反映,就說明夠用,可以不用更換,如果你真想更換,就找個理由比如說內存太小,CPU太小,硬碟不夠用什麼的,再弄些已超負荷的參數什麼的。打個報告上去申請下,讓領導一批,不就可以更換啦。
希望我的回答能對你有所幫助。
❷ 伺服器百問百答:惠普伺服器的使用年限是多少售後服務怎麼樣
8年。
服務還可以。實當地HP服務站情況而言!
❸ 伺服器使用期限怎麼查詢
沒留下域名代理商和伺服器代理商的聯系方式這樣會比較難!
現在只能嘗試和原來的公司管理網站維護這一塊人員聯系。
實在不行,只能等伺服器使用權限快到期的時候郵件提示了!
❹ 伺服器使用年限是多少
穩定使用3年,正常使用5年,6年左右建議更換,或跑一些非關鍵業務。
❺ java web 開發如何控制使用期限及綁定伺服器mac
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.InetAddress;
import java.net.NetworkInterface;
/**
* 與系統相關的一些常用工具方法.
*
* @author lvbogun
* @version 1.0.0
*/
public class SystemTool {
/**
* 獲取當前操作系統名稱. return 操作系統名稱 例如:windows xp,linux 等.
*/
public static String getOSName() {
return System.getProperty("os.name").toLowerCase();
}
/**
* 獲取unix網卡的mac地址. 非windows的系統默認調用本方法獲取.
* 如果有特殊系統請繼續擴充新的取mac地址方法.
*
* @return mac地址
*/
public static String getUnixMACAddress() {
String mac = null;
BufferedReader bufferedReader = null;
Process process = null;
try {
// linux下的命令,一般取eth0作為本地主網卡
process = Runtime.getRuntime().exec("ifconfig eth0");
// 顯示信息中包含有mac地址信息
bufferedReader = new BufferedReader(new InputStreamReader(
process.getInputStream()));
String line = null;
int index = -1;
while ((line = bufferedReader.readLine()) != null) {
// 尋找標示字元串[hwaddr]
index = line.toLowerCase().indexOf("hwaddr");
if (index >= 0) {// 找到了
// 取出mac地址並去除2邊空格
mac = line.substring(index + "hwaddr".length() + 1).trim();
break;
}
}
} catch (IOException e) {
e.printStackTrace();
} finally {
try {
if (bufferedReader != null) {
bufferedReader.close();
}
} catch (IOException e1) {
e1.printStackTrace();
}
bufferedReader = null;
process = null;
}
return mac;
}
/**
* 獲取widnows網卡的mac地址.
*
* @return mac地址
*/
public static String getWindowsMACAddress() {
String mac = null;
BufferedReader bufferedReader = null;
Process process = null;
try {
// windows下的命令,顯示信息中包含有mac地址信息
process = Runtime.getRuntime().exec("ipconfig /all");
bufferedReader = new BufferedReader(new InputStreamReader(
process.getInputStream()));
String line = null;
int index = -1;
while ((line = bufferedReader.readLine()) != null) {
System.out.println(line);
// 尋找標示字元串[physical
index = line.toLowerCase().indexOf("physical address");
if (index >= 0) {// 找到了
index = line.indexOf(":");// 尋找":"的位置
if (index >= 0) {
System.out.println(mac);
// 取出mac地址並去除2邊空格
mac = line.substring(index + 1).trim();
}
break;
}
}
} catch (IOException e) {
e.printStackTrace();
} finally {
try {
if (bufferedReader != null) {
bufferedReader.close();
}
} catch (IOException e1) {
e1.printStackTrace();
}
bufferedReader = null;
process = null;
}
return mac;
}
/**
* windows 7 專用 獲取MAC地址
*
* @return
* @throws Exception
*/
public static String getMACAddress() throws Exception {
// 獲取本地IP對象
InetAddress ia = InetAddress.getLocalHost();
// 獲得網路介面對象(即網卡),並得到mac地址,mac地址存在於一個byte數組中。
byte[] mac = NetworkInterface.getByInetAddress(ia).getHardwareAddress();
// 下面代碼是把mac地址拼裝成String
StringBuffer sb = new StringBuffer();
for (int i = 0; i < mac.length; i++) {
if (i != 0) {
sb.append("-");
}
// mac[i] & 0xFF 是為了把byte轉化為正整數
String s = Integer.toHexString(mac[i] & 0xFF);
sb.append(s.length() == 1 ? 0 + s : s);
}
// 把字元串所有小寫字母改為大寫成為正規的mac地址並返回
return sb.toString().toUpperCase();
}
}
寫一個全局攔截的servlet,只要有請求的時候就調用這個類裡面的獲取mac地址的方法
String os = getOSName();
System.out.println(os);
if (os.equals("windows 7")) {
String mac = getMACAddress();
System.out.println(mac);
} else if (os.startsWith("windows")) {
// 本地是windows
String mac = getWindowsMACAddress();
System.out.println(mac);
} else {
// 本地是非windows系統 一般就是unix
String mac = getUnixMACAddress();
System.out.println(mac);
}
記得判斷一下是什麼系統
❻ 伺服器的一般壽命有幾年
伺服器可以3年吧,你看你伺服器還夠不夠使用。。。沒有固定的期限
❼ 伺服器使用年限有國家標准嗎
要查國家標准你可以網路下工標網上工標網去查查!
❽ 伺服器 存儲的使用年限是多少,淘汰的設備該如何處理
使用環境好,定期維護,一般伺服器和存儲的生命周期超過5年,用到10年的案例也很多,淘汰設備報廢即可,如果涉密,爆發後磁碟需要銷毀。
樓主說的是SSL伺服器證書吧,國際上的伺服器證書一般有效期分為:1年、2年、3年、4年、和5年期。最多可以購買5年期的伺服器證書。目前verisign的證書就是這樣的情況,最長是5年期的。國內的伺服器證書期限就可以自己控制了,詳細的話,建議你訪問下國內最權威的CA機構(天威誠信)的網站,他們的網站上有非常詳細的信息!